You use procedure format_code for filtering
description text before output in zoombug.php.
But this proceeding changes non-ASCII symbols
to HTML-symbols and translates UNICODE-formatted
symbols like this: Пр back to their
HTML-form. I see it is convienient for displaing
parts of HTML code inside description field of bug,
but think a bit about users who is used to writing
issues in his national language. English is not one language in the world :)
Now I solve the problem by commenting out the
translation code inside format_code().
--
Alexey
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You use procedure format_code for filtering
description text before output in zoombug.php.
But this proceeding changes non-ASCII symbols
to HTML-symbols and translates UNICODE-formatted
symbols like this: Пр back to their
HTML-form. I see it is convienient for displaing
parts of HTML code inside description field of bug,
but think a bit about users who is used to writing
issues in his national language. English is not one language in the world :)
Now I solve the problem by commenting out the
translation code inside format_code().
--
Alexey
Any other solution you can think of?
I'd love to be able to keep the code formatting, while at the same time allow for non-ascii characterrs...
thanks,
philip