keyman
keyman copied to clipboard
feat(web): identify browser versions: for regex and normalization support 🙀
- Question on browser versions for full \U regex and normalization support
- Chrome 50
- Safari ios 10
needed to support normalization and /u regex (Although, the /u regex is not version specific, we don't need to match the specific Unicode version.)
- #9464
https://caniuse.com/wasm Chrome v57 is needed for wasm according to this
Steven's TODO:
- Which scripts are impacted by missing normalization for Unicode versions 7 and following? https://unicode.org/versions/enumeratedversions.html
The minimum versions in Keyman 18 are now Chrome 53 and Safari 13.