gecko-dev/modules/libpref/parser/src
Nicholas Nethercote 46c70d27ee Bug 1490115 - Handle unaccompanied low surrogate pairs in the prefs parser. r=glandium
Currently they cause the `String::from_utf16()` call to return an error result,
and then the subsequent `unwrap()` on that result aborts.

--HG--
extra : rebase_source : 6be81d4d1e618444f762a1ba4e93b5ce648dd45b
2018-09-11 09:41:37 +10:00
..
lib.rs Bug 1490115 - Handle unaccompanied low surrogate pairs in the prefs parser. r=glandium 2018-09-11 09:41:37 +10:00