Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistent behavior of utf::segmenter on non-US locales.
Using icu::Locale::getDefault() can return different things on different platforms, so to make things consistent we'll force a US locale to be used for the icu::BreakIterators for now.
- Loading branch information