As of r372, base/iconv.cc is implementing following methods.
- Util::UTF8ToEUC
- Util::EUCToUTF8
- Util::UTF8ToSJIS
- Util::SJISToUTF8
- Util::ToUTF8
https://code.google.com/p/mozc/source/browse/trunk/src/base/iconv.cc?r=210
However, those methods are not used in production in practice except for
Util::UTF8ToSJIS in Windows build. Apparently Mozc depends on iconv
unnecessarily.
Original issue reported on code.google.com by yukawa@google.com on 2 Nov 2014 at 11:29
Original issue reported on code.google.com by
yukawa@google.com
on 2 Nov 2014 at 11:29