Google

module/class index - library index

LV

Class Description

CCS(Coded Character Set)/CES (Character Encoding Scheme) Conversion Class using functions of text viewer LV.

Super Class

Constants

AUTOSELECT

Designates auto-detection of external CES.

BIG_FIVE
[no descrption]
EUC_CN
[no descrption]
EUC_JP
[no descrption]
EUC_KR
[no descrption]
EUC_TW
[no descrption]
HZ_GB
[no descrption]
ISO_2022_CN
[no descrption]
ISO_2022_JP
[no descrption]
ISO_2022_KR
[no descrption]
ISO_8859_1
[no descrption]
ISO_8859_2
[no descrption]
ISO_8859_3
[no descrption]
ISO_8859_4
[no descrption]
ISO_8859_5
[no descrption]
ISO_8859_6
[no descrption]
ISO_8859_7
[no descrption]
ISO_8859_8
[no descrption]
ISO_8859_9
[no descrption]
RAW
[no descrption]
SHIFT_JIS
[no descrption]
UTF_7
[no descrption]
UTF_8
[no descrption]

Class Methods

convert(str, from_ces, to_ces)

convert(str, from, to) == encode(decode(str, from), to)

decode(str, from_ces)

decodeStringstrencoded in CESfrom_cesand return it asIString.

encode(istr, to_ces)

encode givenIStringistrinto CESto_cesand return it asString.


module/class index - library index
  • Hiroshi IGARASHI<iga@ruby-lang.org>

Generated at Fri Jun 09 02:20:30 JST 2000 by rubyapi2