mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00

Actually, our locale service doesn't use UTF-16 for locale name and it will be ASCII. Although dictionary name of spell checker is locale/language name, it still uses UTF-16. To use locale API, I should replace it with `ACString`. Differential Revision: https://phabricator.services.mozilla.com/D99336