Topic Path: Symbol Reference > Functions > Decode2022JP Function
ContentsIndexHome
PreviousUpNext
Decode2022JP Function

Converts Shift_JIS to ISO-2022-JP character set encoding.

File
function Decode2022JP(
    const S: string
): string;
Parameters 
Description 
Values to be converted. Return Value:
 
String 
Values in ISO-2022-JP character set. 

Decode2022JP is a String function that converts Shift_JIS character set encodings to the ISO-2022-JP character set, in accordance with the operation described in the Internet Standards document: 

RFC 1468 - Japanese Character Encoding for Internet Messages  

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.