Modify ↓
      
        Opened 14 years ago
Closed 14 years ago
#9221 closed defect (fixed)
Eclipse Plugin is not working with UTF-8 encoding
| Reported by: | Sebastian | Owned by: | Ivan | 
|---|---|---|---|
| Priority: | normal | Component: | WikiEditorForEclipsePlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 | 
Description
I am using trac and the wiki with UTF-8 encoding. If the wiki pages are opened in eclipse there are the typical encoding problems, when the application expects acsii, iso-8859-1 or similar. So far i could not figure out if this is really a problem of WikiEditorForEclipsePlugin or in XmlRpcPlugin.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
| Status: | new → assigned | 
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



Thanks for taking the time to report this issue
Currently the editor is using workspace default encoding to show wiki pages that came encoded as utf-8 from the rpc service
so encoding problems arrise when workspace default encoding is set to any encoding different from utf-8
upgrading to version v0.1.0.201110031648 should fix the problem
Regards Ivan