>> Do I use these tags and function on the display page or do I use them on >> the action page that inserts the content into the database?
> The problem might go away if you use cfcontent in your Application.cfm > to specify whichever charset you used to have. For specifics: > http://www.macromedia.com/support/coldfusion/internationalization/internat > ionalization_cfmx/ > To be able to insert data into the database correctly, you might need to > use the setEncoding() function in your Application.cfm as well, both for > the URL and the Form scope. > What charset is the data you want to display? This brings up a good question and something I've been thinking about for several months. At some point I plan to ( or expect I will be asked to ) provide support for multiple languages / internationalization in my content management system. How will character sets from the client browser affect the form or url submissions? Is it a good idea to simply declare a default character set on every page and then perform some sort of conversion when necessary for alternate languages? Will this make the app more stable or will it only make it more difficult to support other character sets? Or am I completely out of my depth? :) Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

