FlominatorTM / wikiblame

http://wikipedia.ramselehof.de/wikiblame.php
GNU General Public License v3.0
54 stars 13 forks source link

Japanese characters get interpreted as urlencoded #30

Open FlominatorTM opened 4 years ago

FlominatorTM commented 4 years ago

see https://de.wikipedia.org/wiki/Spezial:Diff/200224668/202383788?title=Benutzer_Diskussion:Flominator/WikiBlame

This is how it doesn't work: http://wikipedia.ramselehof.de/wikiblame.php?lang=ja&project=wikipedia&article=%E6%9C%88&needle=%E3%83%8A%E3%83%88%E3%83%AA%E3%82%A6%E3%83%A0%E5%B0%BE&skipversions=0&ignorefirst=0&limit=500&offjahr=2020&offmon=7&offtag=31&searchmethod=int&order=desc&user=

"The unicode for "尾" U+5C3E contains 5C (backslash) and 3E (greater-than sign), so I guess this is causing some havoc"

It works without the character in question: http://wikipedia.ramselehof.de/wikiblame.php?lang=ja&project=wikipedia&article=%E6%9C%88&needle=%E3%83%8A%E3%83%88%E3%83%AA%E3%82%A6%E3%83%A0&skipversions=0&ignorefirst=0&limit=500&offmon=7&offtag=31&offjahr=2020&searchmethod=int&order=desc&user=

FlominatorTM commented 4 years ago

Actually the first link works, because it points to insertion of a template that contains the text. I will check with the reporter.