Home » U++ Library support » U++ Core » String.Mid() and Unicode
Re: String.Mid() and Unicode [message #28671 is a reply to message #28667] |
Fri, 10 September 2010 13:55  |
cbpporter
Messages: 1428 Registered: September 2007
|
Ultimate Contributor |
|
|
All subset and indexing functions work on code points (the smallest binary unit to represent part of the abstract character when stored in memory, byte for String, word for WString) and not code units (the abstract character). You can usually get the right behavior if you use WString, but it is more of a hack/convenience.
|
|
|
Goto Forum:
Current Time: Mon Aug 25 23:12:01 CEST 2025
Total time taken to generate the page: 0.07773 seconds
|