On 19.02.2018 09:50, Rowan Worth wrote:

What is your expected answer for:

select length(printf ('%4s', 'です'))

'です' are 2 codepoints according to

  http://www.fontspace.com/unicode/analyzer/?q=%E3%81%A7%E3%81%99

The requested overall width is 4, so I would expect expect two added spaces and a total length of 4.

Ralf

PS: SQLite3 returns 2, which is less than the requested width.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to