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  |
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()); }
|
|
|
Goto Forum:
Current Time: Sat Apr 26 10:04:43 CEST 2025
Total time taken to generate the page: 0.00936 seconds
|