Overview
| Artifact ID: | ea4253eda4b642e08925f94573d924de6870cd8d |
|---|---|
| Ticket: | 01b785eefa32b6b7322318a94d61e9b0171e12c0
sqlite3.exe - wrong parameter charset |
| Date: | 2012-11-21 15:52:53 |
| User: | anonymous |
Changes
- Change comment 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.
- Change detected to "Structural_Testing"
- Change foundin to "3.7.14.1"
- Change private_contact to "5622daa5fb452498d0b3d05600106fca2bc3174f"
- Change severity to "Important"
- Change status to "Open"
- Change subsystem to "Shell"
- Change title to "sqlite3.exe - wrong parameter charset"