Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANNOUNCEMENT] Non-key-change change to intl.properties, View - Charset Encodings. Easy fix here

0 views
Skip to first unread message

Axel Hecht

unread,
Dec 18, 2008, 8:21:25 AM12/18/08
to
Hi there,

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

Asrail

unread,
Dec 18, 2008, 12:43:38 PM12/18/08
to
Axel Hecht, 18-12-2008 10:21:

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.

Alexander Ihrig

unread,
Dec 18, 2008, 4:20:07 PM12/18/08
to
0 new messages