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 » RichText,QTF,RTF... » QTF and not UTF8 characters
Re: QTF and not UTF8 characters [message #52260 is a reply to message #52255] Tue, 20 August 2019 04:29 Go to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
bool   CheckUtf8(const char *s, int len);
inline bool   CheckUtf8(const char *s)                { return CheckUtf8(s, (int)strlen(s)); }
inline bool   CheckUtf8(const String& s)              { return CheckUtf8(~s, s.GetCount()); }
 
Read Message
Read Message
Previous Topic: uword table and ctrl+a (bug)
Next Topic: RichEdit assertion
Goto Forum:
  


Current Time: Sat Apr 26 10:04:43 CEST 2025

Total time taken to generate the page: 0.00936 seconds