Hi Bill, Thanks for your reply.
At Tue, 30 Oct 2001 14:26:08 PST, Bill Janssen wrote: > I do know something about this. I think we should in general add an > option to output pages in a standard character set. Right now we > don't really do that (sort of -- the code in the parser does try to > generate ISO 8859-1 code, with some "Palm Latin" things like the > "bullet" you mention, that should really be removed) but we do tag > each page with its character set. I don't think just adding the -sjis > option would be a particularly good idea, but it's open source, so you > can make whatever changes you'd like to a version of it. 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!. Anyway I'm going to make a patch on this issue, maybe for i18n tag tree, and will post here. Thanks, again. -- Nori
