|
Class: CP850 (in CharacterEncoderImplementations)
Object
|
+--CharacterEncoder
|
+--CharacterEncoderImplementations::FixedBytesEncoder
|
+--CharacterEncoderImplementations::SingleByteEncoder
|
+--CharacterEncoderImplementations::CP850
- Package:
- stx:libbasic
- Category:
- Collections-Text-Encodings
- Version:
- rev:
1.4
date: 2023/12/14 09:05:01
- user: cg
- file: CharacterEncoderImplementations__CP850.st directory: libbasic
- module: stx stc-classLibrary: libbasic
CodePage 850 / Western Europe
Used by cmd.exe.
[see with:]
CharacterEncoderImplementations::CP850 showCharacterSet
copyrightCOPYRIGHT (c) 2019 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.
encoding & decoding
-
mapFileURL2_relativePathName
-
self generateCode
encoding & decoding
-
decode: codeArg
-
Automagically generated by generateCode - do not modify.
Decode from my encoding into unicode.
-
encode: unicodeArg
-
Automagically generated by generateCode - do not modify.
Encode from unicode into my encoding.
|