Character Encoding¶
Here are some useful links and posts about the topic:
JavaScript’s internal character encoding: UCS-2 or UTF-16? (Mathias Bynens).
The importance of language-level abstract Unicode strings (Unspecified Behavior blog).
How to support full Unicode in MySQL databases (Mathias Bynens).
Other:
https://www.ruby-lang.org/en/news/2016/12/25/ruby-2-4-0-released/. Notes on some string methods supporting UTF-8.