Dwayne Cole wrote: > OK I just need to clarify, because once I make this change it will have and > impact on 10 sites
I certainly hope not. I hope it will have an impact on your development environment though. Changing a charset is not some minor change like updating a copyright statement from 2004 to 2005. It can impact everything, from your database to your hardcoded strings to the email you send out. And that is only if you are lucky, because usually half off them change one way and the other half the other way, requiring a differt corrective action. You need to separately verify everything. If you use Access, you need to verify you use the Unicode enabled driver. If you use MS SQL Server, you need to verify you use JDBC and not ODBC. You need to check pages to see if everything displays right. Emails to see if there are no weird characters in there. Etc. etc. etc. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201759 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

