Difference: 0LASubrTextFromUnicode (3 vs. 4)

Revision 42018-09-05 - JeanNeron

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

.TEXT FROM UNICODE

Line: 21 to 21
  This subroutine will transcode a Unicode alpha field to a RAW alpha field with error handling for the characters that cannot be transcoded. The first 2 parameters are required. If any required parameters are missing, the subroutine will CANCEL.
Changed:
<
<
<raw> is the RAW alpha field to contain the transcoded string (Required). This must be PASSed with Share "Y" to return the value.
>
>
<raw> is the RAW alpha field to contain the transcoded string (Required). This must be PASSed with Share "Y" to return the value. This must be a RAW field type, otherwise the transcoding will fail.
  <unicode_source> is the field containing the Unicode string to be transcoded (Required).
Line: 51 to 51
 
ESCAPE 'a\24F b' if STYLE is PASSed as <option>
ESCAPE 'a\u024Fb' if JAVA is PASSed as <option>
ESCAPE 'a{U+024F}b' if UNICODE is PASSed as <option>
Changed:
<
<
ESCAPE 'aɏb' if DECIMAL is PASSed as <option>
>
>
ESCAPE 'aɏb' if DECIMAL is PASSed as <option>
 
ESCAPE 'aɏb' if X is PASSed as <option>

Comments

 
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