K 10
svn:author
V 5
tavon
K 8
svn:date
V 27
2006-01-11T01:45:31.367581Z
K 7
svn:log
V 335
Initial import of Drupal 4.7 Beta 3

-In order make drupal to handle utf8 data in mysql4.1/utf8, modified database.mysql.inc

in db_connect() right after

$connection = @mysql_connect($url['host'], $url['user'], $url['pass'], TRUE, 2);

add: 

mysql_query("SET NAMES 'utf8'", $connection);

now it displays korean nicely~ ah-ja!!






END
