Koji Yokota wrote:
For pTeX, the output of 'ptex -version' (or 'platex -version')
contains a line:
> pTeX 3.141592-p3.1.9 (EUC) (Web2C 7.5.4)
Dear Uwe,
Possible outputs of the above are: EUC, SJIS and JIS.
However, I found that Kanji code can be modified using an option "-kanji":
> $ platex -kanji=euc
> This is pTeX, Version 3.141592-p3.1.9 (euc) (Web2C 7.5.4)
> $ platex -kanji=jis
> This is pTeX, Version 3.141592-p3.1.9 (jis) (Web2C 7.5.4)
> $ platex -kanji=sjis
> This is pTeX, Version 3.141592-p3.1.9 (sjis) (Web2C 7.5.4)
So, the kanji code need not be fixed by configure.py, but can be changed
from the menu of encoding setting using the above option.
Koji