Chris Lindell
-
2001-12-29
- priority: 5 --> 6
Hi,
I am using WebMagick-2.01-1 and I cannot get it to work
for images whose filename contains an accented vowel.
For example if the name of the file is "José.jpg" the
indexing JS will not create a URL that escapes the
accented-e (é). I am using apache 1.3.19-5 and
if the above mentioned file is refered to as
"Jos%E9.jpg" it works. It does not work when leaving it
as "José.jpg" or when escaping it as "Jos%C3%A9.jpg"
(like IE 6.0 does).
The hexadecimal codes that work are under
http://www-phys.rrz.uni-hamburg.de/Software/HTMLdocs/NewHTML/iso_table.html
Pablo Molinero