I think reproduced the problem. Although I do not have the warnings (maybe there is no trace in my version of pango), I get display errors.
The problem apears if I use the pound as currency with the en_GB locale. The explanation would be the following: gnucash attempts to display the pound symbol from ISO-8859-1 without converting it to utf-8 before. this symbol is not ASCII, and probably does not correspond to a valid utf-8 symbol. If this is true, that means that the problems lies in the way messages are passed to gnome. Something should be done to convert them from the locale's charmap to utf-8 before displaying them. Hope this helps. Didier. Le jeu 13/10/2005 à 22:22, Josh Sled a écrit : > On Thu, 2005-10-13 at 21:00 +0100, Neil Williams wrote: > > The default isn't to use UTF-8, is this something we need to document > > somewhere? (apart from the list archive). > > > > The section in GNOME2_STATUS can be removed whenever anyone is next editing > > it. > > Or diminished, but it'd be nice to know why/how no other software does > has the same requirement to use a ".utf8"'ed locale. > > ...jsled _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
