Click or drag to resize
CUNC Class
This library is not a class. Use the UNC library functions to work with Unicode characters and strings. Since version 6.2 all strings are represented internally in the the GX engine as UTF-8. The character set concept was discarded as a way to work with characters that does not fall within the normal ASCII range 0x01-0x7F. The utilities here aids with any new functionality that is now possible (e.g. an expanded symbol range with TrueType fonts).
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCUNC

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class CUNC

The CUNC type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberiIsValidUTF16Char
Check if the UTF-16 value is a valid Unicode character code point.
Public methodAvailable to anyoneStatic memberiValidSymbol
See if a Symbol number is valid in a particular font.
Public methodAvailable to anyoneStatic memberUTF16ValToSTR
Convert a UTF-16 value to a UTF-8 encoded string.
Public methodAvailable to anyoneStatic memberValidateSymbols
High performance method to see if a set of symbols are valid in a particular font.
Top
See Also