mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-09 12:57:10 +00:00

This PR adds - support for katakana and hiragana - support for hangul - support for thai - support for devanagari - support for emojis Some special characters such as typographic parentheses for the Japanese language for example don't seem to be covered by the Unicode ranges I'm adding in this pull request. To ensure complete support, additional Unicode ranges should be added by native speakers when possible to avoid errors. Fixes #299