eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'GBEncodedString':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: GBEncodedString


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--UninterpretedBytes
               |
               +--CharacterArray
                  |
                  +--TwoByteString
                     |
                     +--GBEncodedString

Package:
stx:libbasic2
Category:
Collections-Text
Version:
rev: 1.9 date: 2021/01/20 14:31:31
user: cg
file: GBEncodedString.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Description:


OBSOLETE
    this class will vanish - its functionality has been replaced
    by the UnicodeString classes.

GBEncodedString represents 16bit strings encoded in GB (GuoBiao),
(with high bit set). This encoding is Mainland China's national standard.

copyright

COPYRIGHT (c) 1995 by Claus Gittinger 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.

Class protocol:

initialization
o  initialize
initialize the class - private

Usage example(s):

     GBEncodedString initialize


Instance protocol:

queries
o  encoding
return the strings encoding as a symbol.
Here, the constant symbol #gb is returned.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 02:34:53 GMT