Difference: UnicodeTranscodingFn (8 vs. 9)

Revision 92018-01-02 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTranscodingFn"

ILF Callable Unicode Engine Functions

Line: 208 to 201
 Note that your target field should be a UTF-32 field with the same number of characters as your source field. You can use a RAW alpha, but it must be 4 times the number of characters in the source field, plus 1, in bytes. For example, to convert TEMP 8k (8192 characters), your target RAW alpha field must be (4*8192)+1 = 32769 bytes or larger.

UC_ENUMERATE_CNV

Added:
>
>
THIS IS WRONG, see the 0-app routine .ENV GET ENCODINGS for current usage.
 
Returns the name of an encoding which can be specified calling UC_TO_UCODE or UT_FROM_UCODE. To obtain the name of each encoding supported by the ICU library, initialize a uint32 (---AI for example) to 0, call UC_ENUMERATE_CNV, save the name returned in the target argument, increment, the uint32 and repeat until the CALL statement sets the next T/F flag to F.

Arguments:

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback