Strange Umlaut(vowel mutation) behavior with CF 801
Hi,
I have set up two identical Servers. Both are Running Window Server 2003 R2 with IIS6.0 and ColdFusion 8.01.
I replicated all Data(My CF Script and the Database-File which is Access) from the first Server to the second Server.
The Script works fine one the First server, but not on the second.
Example:
I want to save a customer Object to the Database and I use an "ü" in the text-attribute "street", it's replaced in the Database with "ü".
With another Script for the same Project it is saved as " F FFFFFC". Edit:(This hex-like Code has a leading character like an 0 with 8 strokes arround it(like a sun)).
This is really strange because the first server doesn't have these Problems, even though it is running the same Server Softwareand and exactly the same cfm and mdb files as the second one.
Additional Information:
I have placed <cfset SetEncoding("form", "UTF-8") /> in Application.cfm of the first Script.
I couldn't find any differences in the configurations of IIS or CDAdmin on both Machines. But there are a lot of options.
May be I wasn't looking at the right place.
Thanks for your help (in advance)
Greetings from Germany,
Malte
