there has been a small change to the charset menus that we'd like you to
pick up, https://bugzilla.mozilla.org/show_bug.cgi?id=335531.
Masatoshi made a patch for l10n using the following sed command. Replace
'*' with your language code:
sed 's/UTF-16BE, UTF-32LE/UTF-16BE, UTF-32, UTF-32LE/'
*/toolkit/chrome/global/intl.properties
That's probably easier to fix for you than to deal with a merge of me
landing it.
Affect both mozilla-central and 1.9.1.
Thanks
Axel
sed -i 's/UTF-16BE, UTF-32LE/UTF-16BE, UTF-32, UTF-32LE/'
*/toolkit/chrome/global/intl.properties
will change the file itself instead of displaying on the standard output.
de has this entity allready fixed:
http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/de/rev/431ea413d456
http://hg.mozilla.org/l10n-central/de/rev/3db16974d936
Regards
Alex Ihrig