PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   keywords in windows-1251 encoding (http://www.phpdig.net/forum/showthread.php?t=456)

miscellone 01-29-2004 01:26 AM

keywords in windows-1251 encoding
 
In order to use correctly windows-1251 (cyrillic) encoding
I made the following change in keywords table before spidering:

Code:

alter table keywords modify keyword varchar(64) binary;
Now it seems working...

PHP Version 4.3.1
Mysql 3.23.49
Apache/1.3.27
on Windows2000


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

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