GNOME Bugzilla – Bug 317451
Change test for UTF-8 encoders
Last modified: 2005-10-17 08:24:43 UTC
The current test for UTF-8 support in iconv converts from a Japanese charset to UTF-8. Whilst this is just as correct any other combination, it has a tendency to fail on systems with reduced resources where the Japanese locales have been removed. The Nokia 770 is one of these: there are no Eastern languages on the prototype devices to save space. Attaching a patch to which converts from ISO 8859-15 instead. This will still verify that UTF-8 is supported but far more systems will have the 8859-15 codecs available.
Created attachment 52779 [details] [review] Patch to use ISO 8859-15 (obviously there will be a changelog entry if this is approved)
approved if its gonna be iso-8859-1 THanks for the patch
Committed to HEAD.