Arabic Charatcers
Added by Ahmed Skaik over 14 years ago
I installed redmine for some project management and i would like to know if it support Arabic output.
is there away to view Arabic characters.
couldn't find and in the Wiki pages or in the forums.
as u can see in the attachment the Arabic language display as ?????
( when ever i receive email from Redmine it display the Arabic characters with no problems )
Thanks for the help
characters.jpg (35.7 KB) characters.jpg |
Replies (5)
RE: Arabic Charatcers - Added by Felix Schäfer over 14 years ago
Could you please try on http://demo.redmine.org if you face the same problem? If not, some part of your stack is misconfigured (for example, make sure the DB collation is UTF-8).
RE: Arabic Charatcers - Added by Ahmed Skaik over 14 years ago
Thanks for the hint
http://demo.redmine.org/issues/27672
but how do i check DB collation and change it to UTF-8
Thanks again
RE: Arabic Charatcers - Added by Felix Schäfer over 14 years ago
the installation guide is quite clear about how to make everything UTF-8 from the start, I can't say how to do it afterwards though. First find out how to check the collation/character set of your DB, then try to change it if it's not UTF-8.
RE: Arabic Charatcers - Added by Ahmed Skaik over 14 years ago
managed to change it but still not working !
any suggestions ?
thanks again
charatcer_set.jpg (29.3 KB) charatcer_set.jpg |
RE: Arabic Charatcers - Added by Felix Schäfer over 14 years ago
Well, you would especially need to correct the encoding of the already existing redmine database, if memory serves what you have shown is the defaults for new databases. The other thing you need to take care of is the data already in the database: even if you change the encoding of a database/table to UTF-8, the data in the table will still have the wrong encoding, so you would need to convert it some way.