From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qstring.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qstring.html') diff --git a/doc/html/qstring.html b/doc/html/qstring.html index a405751fc..c6e26866f 100644 --- a/doc/html/qstring.html +++ b/doc/html/qstring.html @@ -255,7 +255,7 @@ C-style '\0'-terminated ASCII string. It is legal for the const char *TQChar array of the TQString (as returned by unicode()) is generally not terminated by a '\0'. If you need to -pass a TQString to a function that retquires a C '\0'-terminated +pass a TQString to a function that requires a C '\0'-terminated string use latin1().

A TQString that has not been assigned to anything is null, i.e. both the length and data pointer is 0. A TQString that references @@ -693,7 +693,7 @@ for experimental and illustrative purposes only. It is mainly of interest to those experimenting with Arabic and other composition-rich texts.

Applies possible ligatures to a TQString. Useful when -composition-rich text retquires rendering with glyph-poor fonts, +composition-rich text requires rendering with glyph-poor fonts, but it also makes compositions such as TQChar(0x0041) ('A') and TQChar(0x0308) (Unicode accent diaresis), giving TQChar(0x00c4) (German A Umlaut). -- cgit v1.2.1