> I think, problem is that PalmOS-J chose S-JIS and Python did > unicode. And unfortunately Japanese web pages have been written in two > types of code, Shift-JIS and EUC, not unicode!.
Actually, Python has a model which accomodates both s-jis and euc-jp, as well as Unicode. There's a question here of what the output character set should be for a Plucker doc, something we really haven't discussed. If they are going to be viewed in S-JIS environments, clearly S-JIS would be a convenient encoding. Bill
