more Fun With Encoding

David Hampton hampton-gnucash at rainbolthampton.net
Fri Oct 7 17:01:27 EDT 2005


On Fri, 2005-10-07 at 16:37 -0400, Chris Shoemaker wrote:
> I'm not really sure how to fix this.
> 
> guile-strings.c is generated by xgettext.scm.
> 
> I don't think there's any re-encoding going on.

Re-encoding?

AFAIK the only reason to have the guile-strings.c file is that the
standard tools that build the .po files don't know how to find strings
in a scheme file.  The xgettext.scm file handles that.

All scheme code that displays strings must call the gettext routines to
perform locale translation before displaying the string.  This
requirement is no different than in C code.

Does this answer your question?

David




More information about the gnucash-devel mailing list