  | | | after upgrade from mysql 4.1.5 to 4.1.8 polish fonts dissapear | after upgrade from mysql 4.1.5 to 4.1.8 polish fonts dissapear 2004-12-29 - By Slawomir Orlowski
Back Hello everybody,
I used to have mysql-4 (See http://sql-4.ora-code.com).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 (See http://DBI-1.ora-code.com).43 and DBD-mysql-2 (See http://sql-2.ora-code.com).9004,
I have perl 5.8.5 in my perl cgi script I have: print "Content-type: text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-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 (See http://ard-4.ora-code.com).1.8 (binnary distribution) (I had to recompile and install (DBI-1 (See http://DBI-1.ora-code.com).46 and DBD-mysql-2 (See http://sql-2.ora-code.com).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 (See http://DBI-1.ora-code.com).46 from DBI-1 (See http://DBI-1.ora-code.com).43 nothing else was changed.
Best regards Slawomir Orlowski
-- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/perl?unsub=mysql@(protected)
|
|
 |