Hello everybody,

I used to have mysql-4.1.5 (gamma version) on Linux RH7.2.
I compiled it from source with gcc 2.96-98:
shell> ./configure --with-charset=latin2
next I compiled and installed DBI-1.43 and DBD-mysql-2.9004,

I have perl 5.8.5
in my perl cgi script I have:
print "Content-type: text/html; charset=iso-8859-2\n\n";

Everything was working I coud see polish fonts on my web pages and could
save through html FORM-s to the mysql database.
Everything worked just fine.
But because mysql crased one day I decided to upgrade to
mysql-standard-4.1.8 (binnary distribution) (I had to recompile and install
(DBI-1.46 and DBD-mysql-2.9004) too.
Unfortunately polish fonts disappear,

After I have set up latin2 charset:
mysql> show variables like "char%";
character_set_client = latin2;
character_set_connection = latin2;
character_set_database = latin2;
character_set_results = latin2;
character_set_server = latin2;
character_set_system = utf8;
I could see in mysql (Select * from tablename) polish fonts, but they are
not visible in my perl cgi web pages.

I do not know what to do, do I have to recompile mysql from source with
shell> ./configure --with-charset=latin2
to have them working again?
Or there is one more setting I'm missing ?

Please help anybody. I believe it must be mysql configuration problem
because I using the some perl version5.8.5 only DBI was upgraded to DBI-1.46
from DBI-1.43 nothing else was changed.

Best regards
Slawomir Orlowski




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to