Dan Sugalski <[EMAIL PROTECTED]> writes: > The issues I was thinking of have come up mainly from the Freeciv lists, > and concern ordering of substituted output and suchlike things. Does it > handle the case where in english you see: > error %s in file %s > but in some other language the two substitutions are swapped? ISO C could actually handle this. You change the above to: file %2$s has error %1$s (I think that's the right syntax). Most libcs already handle this properly; it's just a matter of the translators knowing that they can do this and avoiding printf constructs that make this too hard to do. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
- RFC 313 (v1) Perl 6 should support I18N and L10N Perl6 RFC Librarian
- Re: RFC 313 (v1) Perl 6 should support I18N and L... Bart Lateur
- Re: RFC 313 (v1) Perl 6 should support I18N a... Russ Allbery
- Re: RFC 313 (v1) Perl 6 should support I1... Dan Sugalski
- Re: RFC 313 (v1) Perl 6 should suppor... Simon Cozens
- Re: RFC 313 (v1) Perl 6 should s... Dan Sugalski
- Re: RFC 313 (v1) Perl 6 shou... Bryan C . Warnock
- Re: RFC 313 (v1) Perl 6 shou... Russ Allbery
- Re: RFC 313 (v1) Perl 6 should suppor... Russ Allbery
- Re: RFC 313 (v1) Perl 6 should support I18N a... Simon Cozens
- Re: RFC 313 (v1) Perl 6 should support I1... Webmaster
- Re: RFC 313 (v1) Perl 6 should suppor... Simon Cozens
- Re: RFC 313 (v1) Perl 6 should suppor... Bennett Todd
- Re: RFC 313 (v1) Perl 6 should support I18N and L... John van V
- Re: RFC 313 (v1) Perl 6 should support I18N a... Dan Sugalski