Modify ↓
Opened 18 years ago
Closed 18 years ago
#1208 closed defect (duplicate)
AddComment does not allow for characters with codes > 128
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I have installed the AddComment macro from SVN as-of 15 February. The first problem I've encountered is listed in ticket #795. After changing "method=post" with "method=get" it started to kind of work, but still I cannot get Cyrillic glyphs to work with AddComment(). When you try to preview or post a comment containing such glyphs, you will get something like this:
Error: Macro AddComment(appendonly) failed asciiтестируем...01ordinal not in range(128)
Using Trac 0.10.1 on Fedora Core 6 with mod_python.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Sorry, I'm a idiot. I somehow missed ticket #766. Applying the patch from the ticket solved the problem. It would be good to have that patch in SVN though :)