PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   Japanese characters on an English page (http://www.phpdig.net/forum/showthread.php?t=1899)

Shdwdrgn 03-05-2005 11:21 PM

Japanese characters on an English page
 
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:
Code:

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


All times are GMT -8. The time now is 06:28 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.