Editing Unicode guide/Implementations

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 6: Line 6:
C and C++ provide limited functionality related to text handling.
C and C++ provide limited functionality related to text handling.
*Character type: 8-bit, 16-bit or 32-bit, encoding not defined
*Character type: 8-bit, 16-bit or 32-bit, encoding not defined
* Byte strings: No, just regular arrays
* Bytestrings: No, just regular arrays
* Internal encoding: None
* Internal encoding: None
* String encoding: Depends on locale
* String encoding: Depends on locale
Line 37: Line 37:


*Character type: Byte, encoding not defined
*Character type: Byte, encoding not defined
* Byte strings: No
* Bytestrings: No
* Internal encoding: None
* Internal encoding: None
* String encoding: Undefined
* String encoding: Undefined
Line 44: Line 44:
* Supports invalid code points in strings: Depends on encoding
* Supports invalid code points in strings: Depends on encoding
* Supports normalizing strings: No
* Supports normalizing strings: No
* Supports querying character properties: No
* Supports querying code point properties: No
* Supports breaking by code point: Yes if encoded in UTF-8
* Supports breaking by code point: Yes if encoded in UTF-8
* Supports breaking by extended grapheme cluster: No
* Supports breaking by extended grapheme cluster: No
Please note that all contributions to JookWiki are considered to be released under the Creative Commons Zero (Public Domain) (see JookWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)