Explore >> Select a destination


You are here

gregtatum.com
| | www.regular-expressions.info
2.7 parsecs away

Travel
| | [AI summary] This is a comprehensive guide to Unicode and regular expressions, covering topics such as Unicode normalization, encoding issues, and the syntax for matching Unicode blocks and properties in various regex engines.
| | mathiasbynens.be
1.7 parsecs away

Travel
| | [AI summary] JavaScript has a Unicode problem. The article discusses how JavaScript handles Unicode, particularly with the use of surrogate pairs for characters outside the Basic Multilingual Plane (BMP). This leads to issues with string length and iteration, as some characters are represented by two code units. The article also covers the challenges with regular expressions and the need for polyfills or workarounds to handle Unicode correctly. It highlights the importance of understanding how JavaScript processes Unicode and provides examples of how to handle characters like emojis, combining marks, and other Unicode characters. The article also includes comments from readers discussing related issues and solutions.
| | goggleheadedhacker.com
6.5 parsecs away

Travel
| | This tutorial will show how two methods of implementing the AES algorithm work. It will also demonstrate how to identify these methods in Assembly when reverse engineering an application.
| | www.catch22.net
7.2 parsecs away

Travel
| The user-interface for the TextView has progressed enough to allow us to switch our attention back to the TextDocument. I am now concentrating on adding full Unicode support to Neatpad. Because Unicode is such a complicated subject I won't attempt to tackle it all at once so instead I will split the various aspects of Unicode across several tutorials.