This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Improve Unicode handling
- Add ids to more internal elements for debugging.
- Disable drag & drop of text/content.
- Fix helper scripts/docs to use POSIX portable \033 instead of \e with printf.
- Drop support for old Chrome <21 versions with storage setup.
- Rewrite Unicode processing to avoid stripping combining characters.
- Make encoding state internal and add setEncoding callback to the API.
- Stop matching 8-bit control codes in utf8 mode.