> > ----- Original Message ----- > From: "dinhtrung" <nguyendinhtrung141 at gmail.com> > To: "Hanoi Linux Users Group" <hanoilug at lists.hanoilug.org> > Sent: Saturday, August 30, 2008 9:06:29 AM GMT +07:00 Bangkok, Hanoi, > Jakarta > Subject: [HanoiLUG] Bug Tracker > > Hi, > Anyone here had experience of implement a bug tracking system? I've tried > Mantis, but it hasn't support Vietnamese yet. Character like '? ? ? ?' are > turn into '?'. Don't know why, because Mantis is UTF-8 supported. > <http://www.michaelflanakin.com/Articles/Comparisons/WebBasedIssueTrackers/tabid/198/Default.aspx> >
I used Mantis for a long time, I've tested ? ? ? ?' then it displays fine without any problem. You should select/change MySQL collation to "utf8_unicode_ci" to store these characters. I'm using MySQL5/PHP5. Quoted new Mantis issue: Reporter Trung View Status public Assigned To > Priority normal Resolution open Status new > > > Summary 0000006: ? ? ? ?' Description ? ? ? ?' Additional > Information > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.hanoilug.org/pipermail/hanoilug/attachments/20080830/07544856/attachment-0001.htm
