> did you saved your file in a UTF-8 encoding ? Absolutely. This is what Ive worked out so far:
Use cfcontent = utf-8 to make the browser see utf Save your file as utf-8 so your editor can do it Use processingdirective = iso-8859-1 to stop cfmx from doing utf-8 things to your strings It works coherently and understandable on my test page, but not in my app, yet. The key issue is that when I do <cfoutput>#someStringInUTF-8#</cfoutput> Cfmx rewrites the high ascii characters so that they come out correctly. Eg: a 15 char string becomes a 30 char string. This would be nice, but I want cfmx to leave my strings alone. Jon. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
