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


_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to