Log in

View Full Version : Japanese characters on an English page


Shdwdrgn
03-05-2005, 11:21 PM
I installed phpdig tonight and have gotten it to begin spidering my website, however the search results are displaying Japanese characters where there are none. I'm not exactly sure of the pattern, but it appears that in every case where the first letter of text in a table cell is upper-case, phpdig is displaying this as a Japanese character.

I am running phpdig 1.8.8 RC1 on linux.
$phpdig_language = "en";
define('ENABLE_JPKANA',false);

Any suggestions?

Charter
03-15-2005, 08:28 AM
Look for DETECT_ORDER in the config file and try something like the following:

define('DETECT_ORDER','UTF-8,ISO-8859-1,ASCII');