|
Class: ISO10646_1 (in CharacterEncoderImplementations)
Object
|
+--CharacterEncoder
|
+--CharacterEncoderImplementations::ISO10646_1
- Package:
- stx:libbasic
- Category:
- Collections-Text-Encodings
- Version:
- rev:
1.8
date: 2018/01/22 19:50:52
- user: stefan
- file: CharacterEncoderImplementations__ISO10646_1.st directory: libbasic
- module: stx stc-classLibrary: libbasic
I am a dummy encoder for Unicode.
Dummy, because that is the standard encoding inside ST/X anyway
copyrightCOPYRIGHT (c) 2004 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
queries
-
userFriendlyNameOfEncoding
-
encoding & decoding
-
decodeString: aString
-
(comment from inherited method)
given a string in my encoding, return a unicode-string for it
-
encodeString: aString
-
(comment from inherited method)
given a string in unicode, return a string or ByteArray in my encoding for it
|