Hi David, Thanks for testing!
David Fang <[email protected]> writes: > scheme@(guile-user)> (use-modules (ice-9 i18n)) > scheme@(guile-user)> (let ((fr (make-locale LC_ALL "fr_FR.utf8"))) > (number->locale-string 123456 #t fr)) > $1 = "123456" > > Does this match your expectations? It does. (That still means the libc/locale data is broken, but at least it not “our” problem. ;-)) Thanks, Ludo’.
