Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
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.
 
Read Message
Read Message
Read Message
Previous Topic: Write an app to start and kill another app periodically
Next Topic: Is there way to get subrange of a vector quickly?
Goto Forum:
  


Current Time: Fri May 10 16:26:14 CEST 2024

Total time taken to generate the page: 0.02662 seconds