1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Test cases and a bug fix on the new unicode handling in %c.

FossilOrigin-Name: e41d64e95b9b6fec5dc329553822925e7d648a41912b420cfa1ba198736e6bab
This commit is contained in:
drh
2018-02-19 20:23:20 +00:00
parent 136102beda
commit cf7c8370d1
4 changed files with 35 additions and 9 deletions

View File

@@ -667,7 +667,8 @@ void sqlite3VXPrintf(
}
}
bufpt = buf;
break;
flag_altform2 = 1;
goto adjust_width_for_utf8;
case etSTRING:
case etDYNSTRING:
if( bArgList ){