Unicode Utilities Library Documentation ¶ Company CODESYS Title Unicode Utilities Version 4.0.0.0 Categories Intern|Strings Namespace UCU Author CODESYS Development GmbH Placeholder UnicodeUtils Description 1 ¶ Provides types to implement some properties of Unicode code points. Please use the Unicode Support Library so that you can make use of the types from this library. Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) UnicodeUtils Aliases Globals Indices and tables ¶ 1 Based on Unicode Utilities.library, last modified 21.06.2023, 11:10:06. LibDoc 4.4.0.0-b.27 The content file Unicode Utilities.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:10:07.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD InOut: Scope Name Type Return GetLibVersionNumber DWORD
IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL InOut: Scope Name Type Return IsLibReleased BOOL
UnicodeUtils ¶ Aliases RUNE (Alias) Globals Constants (GVL)
RUNE (ALIAS) ¶ TYPE RUNE : UTF8.|dRUNE| The term rune appears in the libraries and source code, and means exactly the same as “unicode code point”, with one interesting addition. This library defines the word rune as an alias for the type DINT , so programs can be clear when an integer value represents a code point. Moreover, what you might think of as a character constant is called a rune constant. The type and value of the expression WSTRING#"⌘" is a rune with the integer value DINT#16#2318 .
Globals ¶ Constants (GVL)
Constants (GVL) ¶ InOut: Scope Name Type Initial Comment Constant c_diMaxRune DINT UTF8.c_diMaxRune Maximum valid Unicode code point. c_diReplacementChar DINT UTF8.c_diRuneError Represents invalid code points. c_diMaxASCII RUNE 16#7F Maximum ASCII value. c_diMaxLatin1 RUNE 16#FF Maximum Latin-1 value.