Opened 17 years ago
Closed 17 years ago
#5824 closed defect (duplicate)
Unicode characters in my source code don't show up in browsing source code
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.10.4 |
Severity: | normal | Keywords: | Unicode |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Some files, for examples, ResourceBundle_ja.properties.UTF-8 in my project have unicode characters. When browsing those files, the source browser doesn't show unicode characters correctly. I confirm that the configuration of my browser is correct because revision logs for those files in Japanese correctly appear in the source browser view.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Component: | general → browser |
---|---|
Keywords: | Unicode added |
Owner: | changed from | to
Version: | → 0.10.4 |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Yeah, after I changed "default_charset=iso-8859-15" to "default_charset=utf-8", the source browser still shows unicode characters in my source files incorrectly. However, the source browser shows those unicode characters differently before and after changing default_charset.
comment:4 by , 17 years ago
After I upgrade python to 2.4.4 from 2.3.4, the source browser correctly shows unicode characters. Probably something was wrong in Python 2.3. I leave this ticket as is because I'm not sure what should happen on this ticket.
And you're sure you have:
in your trac.ini?