Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Improve Unicode handling

Compare
Choose a tag to compare
@vapier vapier released this 20 Jun 17:56
· 444 commits to main since this release
  • 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.