Closed GoogleCodeExporter closed 8 years ago
C#SQLite is a UTF-8 application; You are trying to insert a Unicode string
@"INSERT INTO person (firstname) VALUES
('अआइईउऊऋऎएऐऒओऑऔकखगघचछजज़झटठड
ढतथदधनपफबभमयय़रऱलवशषसह')";
See the full discussion in issue 52;
http://code.google.com/p/csharp-sqlite/issues/detail?id=52&can=1&q=UTF
Original comment by noah.hart@gmail.com
on 28 Feb 2012 at 1:48
Original issue reported on code.google.com by
kaduchan...@gmail.com
on 25 Jan 2012 at 6:13Attachments: