> Does anyone know why Coldfusion Studio display's question marks instead > of the correct character? I have a file saved in utf-8 encoding with the
any number of reasons for that. was the file unicode format to begin with? did you cut & paste from something else? did you use a unicode font? basically studio's unicode support has been busted since it was released. use notepad to create the file in utf-8 format, & *then* use studio to code remembering to leave the BOM alone (the funny looking first 3 chars). > meta tag content set to "text/html; charset=utf-8". I had to insert the which has no effect in mx--if you're not using mx for this then you will get into trouble down the line. > note pad. I am assuming that Studio can display these characters since I > can't find any documentation or web searches that seem to indicate > otherwise. Anyone know what I'm doing wrong? negative evidence, in this case, isn't a good indicator. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

