mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
Docs: LazUtils/lazutf8. Corrects content in the UTF8LowerCaseFast topic for changes in c43cda1c
.
This commit is contained in:
parent
df33147eb7
commit
4d50d158f5
@ -1578,20 +1578,20 @@ characters in the range ['A'..'Z'] by adding 32 to their ordinal values.
|
||||
</p>
|
||||
<p>
|
||||
If a non-ASCII byte value is found in AText, the return value is derived by
|
||||
calling UTF8UpperCase with the value in AText as an argument. (n.b.)
|
||||
calling UTF8LowerCase with the value in AText as an argument.
|
||||
</p>
|
||||
</descr><version>
|
||||
Added in LazUtils version 4.0.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="UTF8LowerCase"/>
|
||||
<link id="UTF8UpperCase"/>
|
||||
<link id="UTF8UpperCaseFast"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="UTF8LowerCaseFast.Result">
|
||||
<short>
|
||||
Lowercase value for the specified text. (n.b. For UTF-8-encoded content the
|
||||
result is actually converted to uppercase.)
|
||||
Lowercase value for the specified text.
|
||||
</short>
|
||||
</element>
|
||||
<element name="UTF8LowerCaseFast.AText">
|
||||
|
Loading…
Reference in New Issue
Block a user