gecko-dev/extensions/spellcheck
Makoto Kato 7e2d6cdef4 Bug 1602526 - Part 1. Don't use implicit cast from char to uint32_t r=masayuki
This is regerssion by bug 1571339.

Non-ASCII character such as 0xf9 will be casted to 0xfff9 etc by implicit cast.
So I should cast from char to uint8_t or add char version fucntions.

Differential Revision: https://phabricator.services.mozilla.com/D58090

--HG--
extra : moz-landing-system : lando
2019-12-26 03:34:49 +00:00
..
hunspell
idl
locales
src Bug 1602526 - Part 1. Don't use implicit cast from char to uint32_t r=masayuki 2019-12-26 03:34:49 +00:00
tests
moz.build