diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qstring.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qstring.html')
-rw-r--r-- | doc/html/qstring.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <tt>const char *</ classic C strings into a TQString will not copy the terminating '\0' character. The <a href="qchar.html">TQChar</a> array of the TQString (as returned by <a href="#unicode">unicode</a>()) 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 <a href="#latin1">latin1</a>(). <p> <!-- index TQString::null --><a name="TQString-null"></a>A TQString that has not been assigned to anything is <em>null</em>, 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. <p> 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 <a href="qchar.html">TQChar</a>(0x0041) ('A') and TQChar(0x0308) (Unicode accent diaresis), giving TQChar(0x00c4) (German A Umlaut). |