Opened 17 years ago
Closed 17 years ago
#24 closed defect (fixed)
Adding an administrator name with non-US characters looks strange
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Try adding "Jari Häkkinen" to the Administrator name in Server setting ... tab About.
Change History (2)
comment:1 Changed 17 years ago by
Owner: | changed from Gregory Vincic to Jari Häkkinen |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated base.config.in to not include any characterEncoding setting.
Note: See
TracTickets for help on using
tickets.
This is probably a server configuration problem. The file 'doc/configure_unicode_support.txt' has some information about how to configure character sets. There are three places which all must match:
A possible source of the error might be that the base.config.in sets the character encoding to UTF-8 but the web.xml.in sets it to ISO-8859-1. Can you please verify this becasue I cannot reproduce the error.