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











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord 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.

 

Do you want to contribute?