this:
<cfset setEncoding("url","UTF-8")>
<cfset setEncoding("form","UTF-8")>
<cfcontent type="text/html; charset=UTF-8">
In the application.cfm
And this on the page entering the data.
<cfprocessingdirective pageEncoding="UTF-8">
And even this on the form:
enctype="multipart/form-data: charset=utf-8"
No joy. Am I missing something here?
Not that I think this is the real issue. It's a known bug that was
supposedly fixed in updater 3, but appears not to be fixed in 6.1 that
creates an error with CLOB columns and Oracle.
So, I'm back to how to strip them out, which I'm not doing successfully.
----- Original Message -----
From: "Jochem van Dieten"
> I have no idea on how to strip them out. To prevent the crashing
> and wrong displaying, switch to unicode.
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

