bug#14456: Stat I18N problem with the format string.

2018-10-21 Thread Assaf Gordon
severity 14456 wishlist retitle 14456 multibyte: stat's %[X] counts bytes instead of characters stop Hello, On 20/10/18 12:40 PM, Errembault Philippe wrote: This has absolutely nothing to do with a translation problem. It is related with the I18N string processing. As you can see, the line with

bug#14456: Stat I18N problem with the format string.

2018-10-18 Thread Assaf Gordon
close 14456 stop (triaging old bugs) Hello, On 23/05/13 02:39 PM, camion_spam-debr...@yahoo.fr wrote: stat (GNU coreutils) 8.5 the format string length is counted in bytes and not in characters so that the presence of variable length characters causes misalignment In the following example t

bug#14456: Stat I18N problem with the format string.

2013-05-23 Thread camion_spam-debr...@yahoo.fr
stat (GNU coreutils) 8.5 the format string length is counted in bytes and not in characters so that the presence of variable length characters causes misalignment In the following example the character 'é' is 2 bytes long :  $ find . | while read P; do LANG=C stat --printf '%16F 0x%f\n' "$P"; do