SQLite

Ticket Change Details
Login
Overview

Artifact ID: ea4253eda4b642e08925f94573d924de6870cd8d
Ticket: 01b785eefa32b6b7322318a94d61e9b0171e12c0
sqlite3.exe - wrong parameter charset
User & Date: anonymous 2012-11-21 15:52:53
Changes

  1. comment changed to:
    I wish to run:
    sqlite3.exe some_database_name.db3
    
    While some_database_name.db3 contains some non-ascii chars, I am in trouble! sqlite3.exe expects this parameter in UTF-8. It is not usual, and I am unable to write it by keyboard in windows commandline shell.
    
    I am expecting all program parameters to be in native windows encoding, and conversion from native windows encoding to UTF-8 is made inside sqlite3.exe.
    
    Then I can write non-ascii path in commandline shell by OEM encoding, then I can run it by CreateprocessA Win32API as ANSI encoding or by CreateProcessW Win32API as widechar.
    
  2. Untracked field detected: "Structural_Testing"
  3. foundin changed to: "3.7.14.1"
  4. private_contact changed to: "5622daa5fb452498d0b3d05600106fca2bc3174f"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. subsystem changed to: "Shell"
  8. title changed to: "sqlite3.exe - wrong parameter charset"