VDK Charset support
A VBScript development library for serious VBScript programmers
Brought to you by:
jasonely
VBScript has default support for ANSI and Unicode. The Charset classes will add additional functionality to encode and decode strings using different charset encodings.
With the clsString class, you will be able to take an ANSI string and convert it to a BIG5 String and write the BIG5 string to a file.
Supported charsets will include:
"big5"
"euc-jp"
"euc-kr"
"gb2312"
"iso-2022-jp"
"iso-2022-kr"
"iso-8859-1"
"iso-8859-2"
"iso-8859-3"
"iso-8859-4"
"iso-8859-5"
"iso-8859-6"
"iso-8859-7"
"iso-8859-8"
"iso-8859-9"
"koi8-r"
"shift-jis"
"us-ascii"
"utf-7"
"utf-8"
Diff: