sqlite3 - SQLite character encoding via shell select -
I have the following problem I'm using SQLite3 to store some code table information. There is a text file in which all rows are required. I have made a sort of trimmed down to make things easier. The codetbls.txt file contains a line that I want to insert in the table codetbls. The use of Notepad ++ to view file contents shows the following:
codetbls.txt (encoding: UTF-8)
1a. Frequency | I have created the following table: To create a table codebull (id char (2) is not a colored encoding primary key, name_ eng varchar (50 ) Collet Enokas, name_fr varchar (50) non-negotiable);
I then execute the following:
.read codetbls.txt codetbls
Now, when I Select, I see the following:
Choose from codebottles *; ID name_eng name_fr - + --------- + ---------- 1a. Frequency | Frankinj
I do not understand why it does not show properly if I execute an insert statement with 'é' by using the shell prompt, then it is correctly Shows though using .read
command does not work.
Based on the other suggestions, I have made the following efforts:
- 'Text' for the changed data text - Character encoding changed in UTF-8 without BOM < / Code>
I do not know why this is not visible. Any help?
Comments
Post a Comment