Re: running Tidy on Japanese documents

"Fred Bone" <[email protected]> Mon, 02 Apr 2012 09:20:57 +0100
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
On 2 April 2012 at 6:58, Nikola Simeonov said:

> 
> Hi Fred,
> Thanks for the reply. I am using UTF-8 encoding and I set only -c -n to
> write to new file. Here is my setting: ...%CONVERSION_TOOLS%bin\tidy.exe
> -c -n -asxhtml %%a > %%a.xhtml

So Tidy has no idea that this is in UTF-8, hence the character errors.

Try adding the -utf8 option.