-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #252: Make EncodingUtil platform-independent.
With this CL, EncodingUtil::SJISToUTF8 no longer depends on any platform-dependent API, including iconv and Win32 APIs. Keep in mind that EncodingUtil::SJISToUTF8 is mainly used for importing user dictionary for MS-IME. Hence we want EncodingUtil::SJISToUTF8 to be compatible with the behavior on Windows. This also closes #27 because we no longer depend on iconv. BUG=#27,#252 TEST=unittest REF_BUG=19010851 REF_CL=91370456,107291445
- Loading branch information
Showing
5 changed files
with
11,537 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.