io.encodings.korean iso2022kr ...
parent
dceda349cd
commit
9a49a1b837
basis/io/encodings/korean
|
@ -197,8 +197,9 @@ M: iso2022kr decode-char ( stream encoding -- char/f )
|
||||||
stream iso2022kr-stream-get-status shift-out =
|
stream iso2022kr-stream-get-status shift-out =
|
||||||
[
|
[
|
||||||
stream stream-read1 c2!
|
stream stream-read1 c2!
|
||||||
c1 c2 2byte-array be> cp949>unicode
|
c1 c2 2byte-array
|
||||||
GL>GR at
|
[ GL>GR at ] map
|
||||||
|
be> cp949>unicode
|
||||||
]
|
]
|
||||||
[ c1 ] if
|
[ c1 ] if
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue