KCML_Narrow_UTF8
Purpose
Narrows wide ASCII characters in a UTF8 string
Definition
DEFSUB 'KCML_Narrow_UTF8(BYREF utf8string$) AS Bool
Parameters
| utf8string | ** not documented |
Return
Returns TRUE if string contained wide characters.
Description
Modify string in place replacing any wide ASCII (in the ranges 0xFF00-0xFFEF and 0xFF10-0xFF19) characters with their narrow equivalent.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.