[Clipart] world maps

Jonadab the Unsightly One jonadab at bright.net
Sat Feb 26 20:04:41 PST 2005


"Tobias Jakobs" <tobias.jakobs at web.de> writes:

> Looks like there is a problem with nonASCII characters. 

There should not be any non-ASCII characters in the filenames, nor any
whitespace, control characters, shell metacharacters, ...

s/[^A-Za-z0-9.-]+/_/g; is the rule that upload_svg.cgi has been using
(for filenames only; the metadata can have whatever characters the
author likes (although there's a known bug with adding them at upload
time that I need to fix)).

> Try to search "Germany".

Ah, I need to make it case-insensitive.  Good catch.

-- 
$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}}
split//,"ten.thgirb\@badanoj$/ --";$\=$ ;-> ();print$/




More information about the clipart mailing list