Content deleted Content added
Tag: |
→Missing: UTF-8 hex input: new section |
||
Line 284:
alt + x works also in Notepad 11.2112.32.0 on Windows 10, not sure about previous versions. [[Special:Contributions/213.184.17.126|213.184.17.126]] ([[User talk:213.184.17.126|talk]]) 15:48, 6 September 2023 (UTC)
== Missing: UTF-8 hex input ==
The article doesn't currently mention it, but UTF-8 is the de facto standard for representing Unicode in computer systems. PHP, and perhaps other languages, have built-in ways to specify Unicode characters of any length (including exotic combinations of glyphs and properties) using hexadecimal number literals. Most online Unicode character descriptions include UTF-8 representations. So shouldn't the article reflect this reality, instead of keeping alive the mostly outmoded concept of code points? The most compact way to represent Unicode characters of any byte length greater than one is through UTF-8 hexadecimal. [[User:David spector|David Spector]] ([[User Talk:David spector|talk]]) 17:09, 29 January 2024 (UTC)
|