Skip to content

Commit 8958f69

Browse files
authored
Merge pull request #67 from ahorek/fix_kddi
fix kddi
2 parents 464eadb + 1f0ff96 commit 8958f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/jcodings/transcode/TranscodeFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ else if (s0 == EMACS_MULE_LEADING_CODE_JISX0208_1978)
945945
else
946946
newstate = G0_JISX0208_1983;
947947

948-
oStart = iso2022jp_put_state(sp, o, (int)sp[0], G0_ASCII, oStart);
948+
oStart = iso2022jp_put_state(sp, o, (int)sp[0], newstate, oStart);
949949

950950
if (l == 1) {
951951
o[oStart++] = (byte)(s0 & 0x7f);

0 commit comments

Comments
 (0)