Opened 16 years ago
Closed 16 years ago
#3448 closed defect (fixed)
Couldn't manage to use testcases with utf-8 (unicode) character content
Reported by: | faxayran | Owned by: | edunne |
---|---|---|---|
Priority: | normal | Component: | TestCaseManagementPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When we try to create a test case in a language with utf-8/unicode characters it fails to either validate or create tickects. When looked at the code there are "encode('ascii','ignore')" calls which create the problem. Even after I eliminated those encode's my testcases donot work. By the looks of it unicode is not supported yet. Will it be supported? The rest is brilliant, thanks.
I use Trac 0.11 with
http://trac-hacks.org/browser/testcasemanagementplugin/branches/testManagmentPluginGenshi
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Summary: | Couldn't manage the use testcases with utf-8 (unicode) character content → Couldn't manage to use testcases with utf-8 (unicode) character content |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
yeah. I thought that this might crop up.
I'll try to have this fixed by next week.
hmmm, can you attach a testcase example that you know is busted.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
ok I think this is fixed...but wouldn't mind help testing.
the fix is in a seperate branch:
http://trac-hacks.org/svn/testcasemanagementplugin/branches/testManagmentPluginGenshi_unicode
or check the main page as I've posted URL there as well.
I'll mark this closed and fixed for now and will merge the fix back into the main line after further testing.
Additionally, TRAC works on windows XP machine.