Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing problem with some, but not all Chinese #180

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment
Open

Parsing problem with some, but not all Chinese #180

GoogleCodeExporter opened this issue Jun 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

With query:

select ID, Data from [DictionaryQueryTest_zh_CHS] where ID = '着紧';

Exception:

unrecognized token: "'着紧';"

Stack:

       at Community.CsharpSqlite.SQLiteClient.SqliteCommand.GetNextStatement(String pzStart, String& pzTail, Vdbe& pStmt) in t:\JTLangExp\csharp-sqlite\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs:line 321

This line doesn't error:

select ID, Data from [DictionaryQueryTest_zh_CHS] where ID = '暴徒';



Original issue reported on code.google.com by [email protected] on 4 Feb 2013 at 7:12

@GoogleCodeExporter
Copy link
Author

BTW, this is using the Windows client.

Original comment by [email protected] on 5 Feb 2013 at 1:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant