There are a couple of bugs in trac related to UTF-8.  It looks like
all file names and URLs are run through the pretty restrictive
quoteFilename in wikiutil.py.  This recodes all characters that aren't
in (A-Z,a-z,1-9).   In a UTF-8 environment, it doesn't work on UTF-8
URLs.

AFAIK, all browsers and versions of linux have handled UTF-8 URLs and
filenames correctly for quite a while.  Is it OK to recode
quoteFilename to be less restrictive, i.e., to pass through almost
everything but problem characters like '/', '*' and '?'.

This seems like a pretty fundamental change so I wonder if anyone has
thought about it.
_______________________________________________
Sycamore-Dev mailing list
[EMAIL PROTECTED]
http://www.projectsycamore.org/
https://tools.cernio.com/mailman/listinfo/sycamore-dev

Reply via email to