RESOLVED WONTFIX 118841
Web Inspector: Convert localizedStrings.js from UTF-16BE to UTF-8
https://bugs.webkit.org/show_bug.cgi?id=118841
Summary Web Inspector: Convert localizedStrings.js from UTF-16BE to UTF-8
Seokju Kwon
Reported 2013-07-18 02:43:27 PDT
Convert from UTF-16BE to UTF-8 to make git diff happy. (Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js: text/plain; charset=utf-16be.)
Attachments
Patch (15.15 KB, patch)
2013-07-18 02:44 PDT, Seokju Kwon
timothy: review-
Radar WebKit Bug Importer
Comment 1 2013-07-18 02:43:37 PDT
Seokju Kwon
Comment 2 2013-07-18 02:44:37 PDT
Timothy Hatcher
Comment 3 2013-07-18 06:50:28 PDT
Comment on attachment 206974 [details] Patch We need the file in UTF-16BE to work with Apple's localization software. We have a script internally that updates this file that I will try to open source today. That way everyone is touching this file the same way (with the script) and we don't care much about the diff.
Seokju Kwon
Comment 4 2013-07-18 07:12:24 PDT
As timothy said, Its not a bug. So I will close it. Thanks timothy.
Timothy Hatcher
Comment 5 2013-07-18 08:30:54 PDT
Bug 118851 adds the script needed to update localizableStrings.js in WebInspectorUI.
Note You need to log in before you can comment on or make changes to this bug.