View Issue Details

IDProjectCategoryView StatusLast Update
0012428mantisbtupgradepublic2010-10-06 03:49
Reporterjithinkcs Assigned To 
PriorityhighSeverityminorReproducibilityhave not tried
Status newResolutionopen 
OSWindows Xp 
Product Version1.2.3 
Summary0012428: After the upgradation of Mantis 1.0.6 to Mantis 1.2.3. The older japanese character seems junk.
Description

After the up gradation of Mantis 1.0.6 to Mantis 1.2.3. The older Japanese character seems junk. But i can report an issue in Japanese now. Only problem with old Japanese data ( Which are entered before updation). I checked admin/check.php and it is not showing any warning related to UTF8( After doing ALTER table). My older Mantis was working fine with japanese chars.

TagsNo tags attached.
Attached Files
mantis.JPG (35,329 bytes)   
mantis.JPG (35,329 bytes)   

Activities

jithinkcs

jithinkcs

2010-10-06 03:49

reporter   ~0026966

I fixed it by changing db_query_bound( 'SET NAMES UTF8' ) to db_query_bound( 'SET NAMES latin1' ) in Mantis\core\database_api.php (line number 105). Now its working fine.