From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: When used in an UTF-8 environment (unsure about other locales): the pie etc.. charts do not display accented characters in account names. Those characters are just ignored. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Launch GnuCash over a non-empty set of accounts with expense account names containing UTF-8 characters 2.Reports -> Profit and loss -> Expense piechart 3. Actual Results: Captions just skip accented characters Expected Results: They should display them properly Additional info: This is probably a bug in Guppi.
This is almost certianly due to the use of GTK+1, which isn't really utf-8 safe. Hopefully it will be fixed in the upcoming GNOME 2 port.