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

Could not insert cyrillic words in demo table #46

Closed
crayxt opened this issue May 4, 2014 · 3 comments
Closed

Could not insert cyrillic words in demo table #46

crayxt opened this issue May 4, 2014 · 3 comments

Comments

@crayxt
Copy link

crayxt commented May 4, 2014

Hello,
I tried using demo of sql.js, when inserting Russian words, sql.js returns an error. Like below

create table s1 (word text);
insert into s1 values("привет");

Returns
SQLite exception: 1, unrecognized token: ""привеѼ

@lovasoa
Copy link
Member

lovasoa commented May 5, 2014

My patch solves this: http://lovasoa.github.io/sql.js/GUI/ .

@crayxt
Copy link
Author

crayxt commented May 5, 2014

@lovasoa Hi, I checked your version and it is definitely working.
Now I am browsing through https://github.com/lovasoa/sql.js/commits/master and do not see any specific mention of handling Cyrillic letters. Or is it just general improvement?
I am going to report back to sqlfiddle to mention your version of sql.js. Thank you

@crayxt
Copy link
Author

crayxt commented May 11, 2014

@lovasoa Please see zzzprojects/sqlfiddle#75

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

No branches or pull requests

2 participants