Content deleted Content added
→Missing: UTF-8 hex input: new section |
→Missing: UTF-8 hex input: Reply |
||
Line 288:
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)
:I have not seen any input methods that use UTF-8 code units. Maybe you can use {{tt|\xNN}} for each byte in a string constant in some languages, but this is pretty uncommon.[[User:Spitzak|Spitzak]] ([[User talk:Spitzak|talk]]) 19:04, 29 January 2024 (UTC)
|