Filename with Umlaut in cfexecute outputFile attribute
hi,
i'm running cf10 on sles11 (linux) , experiencing problem when using filenames german umlaut characters (ä,ü,ü etc.) outputfile attribute. these filenames mangled in linux filesystem, e.g. "anästhesie" becomes "an?sthesie".
same thing happens when umlaut characters used "cffile action='write'" in file attribute, not option write output of cfexecute variable , write content of variable file using cffile tag.
i'm pretty sure character set encoding problem, don't know how solve it. afaik, cf10 uses utf-8 encoding default, filesystem uses iso-8859-15. how can make cf store correct filename in filesystem?
the filenames result of database query , should remain unchanged database reference isn't broken. i'd prefer not having resort converting filenames pure ascii (e.g. ä -> ae)
before passing them outputfile attribute.
regards, richard
More discussions in Advanced Techniques
adobe
Comments
Post a Comment