From: Axel Beckert Date: Sun, 8 Mar 2009 01:11:15 +0000 (+0000) Subject: Support blog entries with filenames in different encoding than the X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=fd2b772eb0de12656ffe73514a083da6d5d590bd;hp=fd2b772eb0de12656ffe73514a083da6d5d590bd Support blog entries with filenames in different encoding than the blog's content by URL-escaping all non-standard characters in the URL. URL-escaping done by a regexp so far. Should perhaps be converted to some appropriate function call (doesn't CGI.pm offers URL escaping?) before doing the next release. Example URL generated with this patch: http://noone.org/blog/Deutsch/Musik/Musikalisches-Podcast-St%F6ckchen.futile ---