repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* transcode_data.h (rb_transcoder_stateful_type_t): defined.
[ruby-svn.git]
/
enc
/
iso_2022_jp.h
blob
8155bdcd542da2ac838033c33527bc6c20aa578b
1
#include
"regenc.h"
2
/* dummy for unsupported, statefull encoding */
3
ENC_DUMMY
(
"ISO-2022-JP"
);
4
ENC_ALIAS
(
"ISO2022-JP"
,
"ISO-2022-JP"
);
5
ENC_REPLICATE
(
"ISO-2022-JP-2"
,
"ISO-2022-JP"
);
6
ENC_ALIAS
(
"ISO2022-JP2"
,
"ISO-2022-JP-2"
);