This commit is contained in:
chombier 2001-07-05 14:11:46 +00:00
parent db2e4b8916
commit 9b909a889c
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ void switchintranslation(WindRec *tw, short national, short charset)
} else {
// force charset for subsets of ISO_2022_JP
if ( national == kTRJISX0208_1978 )
charset = kJISX0208_1983;
charset = kJISX0208_1978;
else if ( national == kTRJISX0208_1983 )
charset = kJISX0208_1983;
}
@ -545,7 +545,7 @@ if (table > 0) {
} else {
// force charset for subsets of ISO_2022_JP
if ( national == kTRJISX0208_1978 )
charset = kJISX0208_1983;
charset = kJISX0208_1978;
else if ( national == kTRJISX0208_1983 )
charset = kJISX0208_1983;
}