On 4/18/17, Hick Gunter <h...@scigames.at> wrote:
> I don't see any calls to sqlite3() functions in your "isolated test case".
> Maybe you are having problems with character encoding outside of sqlite?

I think the OP is referring to a problem that comes up because the
field width and precision of a printf() format are measured in bytes,
not characters, and if the input is multi-byte UTF then it is possible
for a single character to be cut in half, resulting in goofy output.

I checked in a fix for this yesterday.  See
https://www.sqlite.org/src/timeline?c=f508aff8

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to