View Single Post
Old 01-29-2004, 01:26 AM   #1
miscellone
Green Mole
 
Join Date: Jan 2004
Posts: 1
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
miscellone is offline   Reply With Quote