[Webkit-unassigned] [Bug 27288] Inspector: Missing UIString and other localizedString.js fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 12:56:07 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27288


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmuellr at yahoo.com




--- Comment #10 from Patrick Mueller <pmuellr at yahoo.com>  2009-07-22 12:56:06 PDT ---
Anyone know why English.lproj/localizedStrings.js is maintained as UTF16
encoded?  I think I noticed Trac does the right thing with the file, but diffs
and other tools don't.  The actual content of the file doesn't require it to be
UTF16, even it has (or had or could have) non-ascii chars in it, because those
would be in the JS strings and so could be escaped.

My only guess is some tool during a translation or build step is assuming
UTF16.

In that case, perhaps we can keep the "development" version of the file as a
plain old ascii file, using unicode escapes as needed.  For whatever tool needs
the UTF16 version, we can write a filter invoked during build that will read
the ascii version and convert to UTF16.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list