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











SourceForge.net Logo

Utilities

There are several useful functions related to RichText. Below is the list of the most important ones.

 

Functions

 

String DeQtf(const char *s)

The function converts given C string s into QTF format. All symbols that causes conflicts will be escaped. It should be used in situation where function require string in QTF format, but provided string could contain symbols that have meaning in QTF (like '['). Note that alternative is using '\1' escape character.

s

C string.

Return value

String converted to Qtf format.

 

Last edit by cxl on 12/02/2017. Do you want to contribute?. T++