Uwe Stöhr さんは書きました:
What about adding this encoding?:
# For japanese
Encoding shift-jis SJIS SJIS variable CJK
End
Or don't we have this encoding because the CJK package don't support
it? I'm wondering because in your patch I applied your defined
Encoding shift-jis-plain SJIS-plain SJIS variable none
End
So now we have an encoding "SJIS-plain" but no "SJIS".
Shift-JIS (Japanese encoding by Microsoft) can contain problematic
character in the second byte, so the CJK package cannot be handled *as
is*. To use Shift-JIS code, the document file must be "pre-processed"
with sjisconv which comes with the CJK package before compiling with
latex. Can this be implemented?
The lines in my patch was commented out only in the hope of future use,
so please ignore it. I called it SJIS-plain when CJK is not used simply
to distinguish from SJIS with CJK.
Koji