Modify ↓
Opened 16 years ago
Closed 16 years ago
#5329 closed defect (fixed)
UTF8 Support
| Reported by: | Owned by: | Ivan | |
|---|---|---|---|
| Priority: | normal | Component: | WikiEditorForEclipsePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
neither the editor nor the preview can't handle utf8 encoded characters. maybe you can provide a option in the editor settings or the server settings where i can adjust the correct encoding
Attachments (1)
Change History (4)
Changed 16 years ago by
| Attachment: | update-site_0.0.4.zip added |
|---|
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|---|
| Type: | task → defect |
comment:2 Changed 16 years ago by
Yeah, it worked. Thanks.
With the information that the start environment of eclipse is used to set the encoding i could have workaround it.
maybe there are users who dont have the tracenvironment in utf8 so they get messed up with the new version :-/
maybe you should reconsider
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Ok thanks,
Yes, I think current implementation is better and should work on different environments.
Thank you
Fixed by [5961] fix version 0.0.4
Note: See
TracTickets for help on using
tickets.



It seems I was relying on the OS default charset encoding which in fact it was UTF-8 on my computer.
I've updated the editor and the compare view so it now uses utf-8 as charset encoding.
I've attached a zipped update-site including this fix, maybe you can confirm if it solves the issue since I couldn't replicate this locally
Thanks
Ivan