Menu

#16 VDK Charset support

Backlog
open
2018-01-19
2017-08-23
Jason Ely
No

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"

Discussion

  • Jason Ely

    Jason Ely - 2017-08-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,27 @@
     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 UTF16 String and write the UTF 16 string to a file.
    +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"
    
     
  • Jason Ely

    Jason Ely - 2017-12-12
    • Milestone: VDK 2.0.0 --> Unassigned
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.