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 non UTF8 strings
Re: Qtf and non UTF8 strings [message #45344 is a reply to message #45343] Sat, 31 October 2015 15:41 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Sat, 31 October 2015 15:06
Try DeQtf() function before call.
for ex.:
instead
Exclamation("00.-Qu├® es.pdf");
put
Exclamation(DeQtf("00.-Qu├® es.pdf"));


Well, that was not a cause here. However, speaking of DeQtf, in most cases you can use "\1" escape intead.

Exclamation("\1" + filename + "\1");

(In most case -> as long as you can be reasonably sure there is no \1 in the string... Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FindReplaceTool with right mouse click
Next Topic: Only one RichEdit on one Form possible?
Goto Forum:
  


Current Time: Sun Apr 28 11:12:04 CEST 2024

Total time taken to generate the page: 0.03741 seconds