Hi there! I am new to this list and i hope that i googled good enough before starting this post... In my trac environment (trac 1.02 & python-genshi 0.6) i want to use the individual queries in combination with umlauts (ä ö ü). Like in this case: http://trac.edgewall.org/demo-1.0/query?changelog=~ä&order=priority or: http://trac.edgewall.org/demo-1.0/query?changelog=~%C3%A4&order=priority On this demo page it all works fine. But if i do the same in my environment and press the "refresh/update" button, the url changes from: https://trac.local/query?component=Online+Pr%C3%BCfungsanmeldung or: https://dev.tfh-bochum.de/query?component=Online+Pr%C3%BCfungsanmeldung to: https://trac.local/query?component=Online+Pr%25C3%25BCfungsanmeldung In my opinion, the "%" will be double encoded. But i have no clue how to avoid this behavior. Anyone of you has an idea? Would be great :-)
Thanks, Helge -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
