Defect #9825
closedNon-Latin1 characters in project name are stored as '?'
0%
Description
I copy-and-pasted a russian string ('РЖД' for the russian railway rzd) from a web page
into the project name field,
it was displayed correctly.
After hitting "save" it was stored and displayed as ???.
The same happend in the project description field.
It happens even if I switch the display language from german to russian.
Browsers:
IE 8.0.6001.18702.
Firefox portable 3.6.7
Redmine is 1.2.1, as far as I know (i am not the administrator)
Updated by Etienne Massip almost 13 years ago
Check your DB default encoding and your tables/text columns encoding?
Updated by Hartmut Niemann almost 13 years ago
- Status changed from New to Resolved
I checked with the demo server
http://demo.redmine.org/projects/encodingtest
and it works there, therefore maked resolved. (Should have done that before posting.)
It seems to be a configuration issue in our system,
thank you Etienne for the hint.
Updated by Etienne Massip almost 13 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
No problem, glad I could help you.