Converts Shift_JIS to ISO-2022-JP character set encoding.
function Encode2022JP( const S: ansistring ): string;
Parameters |
Description |
S |
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
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |