Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Donnie #1
Coldfusion MySQL Character Problems
Has anyone run across problems with MySQL outputing invalid characters
with Coldfusion?
I am having the following problem when trying to output the contents of
a field in a MySQL table:
When I use Coldfusion with MS SQL Server 2000 it outputs: ératé
When I use Coldfusion with MySQL it outputs: ?rat?
When I use PHP with MySQL it outputs: ératé
The MySQL table is Unicode as are my CFCONTENT and setEncoding()
variables. I am running the most recent version of the MyODBC driver and
have looked everywhere for some sort of answer to this problem.
Any ideas?
Thanks,
Donnie
Donnie Guest
-
MySQL character-set-client-handshake
Hi, Does anyone know how to pass this variable to mysql server? --character-set-client-handshake I have now 4.1.18 and i need it in order to... -
French character and MySQL
Hi, I have MySQL database that has some French fields and I when I display them in a cfm page, special character are not displayed properly. I... -
Forms, Character Encoding, and MySQL
Could someone help shed some light on the proper way to handle special characters within Flex forms. i.e. Someone types and em-dash or bullet in... -
CF MX 7 and MySQL - problem with UTF-8 character set
Hello, I have problem with UTF-8 character support. I'm using ColdFusion MX 7 and MySQL 4.1.7. I need UTF-8 support because I'm using german... -
Wilcard character problem in PHP/MySQL
I have a mysql table with the field DT_DATESUB. Its a date field YYYY-MM-DD. I have a search php page with a dropdown menu holding the YEARS by... -
Donnie #2
Re: Coldfusion MySQL Character Problems
Anyone?
Donnie wrote:> Has anyone run across problems with MySQL outputing invalid characters
> with Coldfusion?
>
> I am having the following problem when trying to output the contents of
> a field in a MySQL table:
>
> When I use Coldfusion with MS SQL Server 2000 it outputs: ératé
> When I use Coldfusion with MySQL it outputs: ?rat?
> When I use PHP with MySQL it outputs: ératé
>
> The MySQL table is Unicode as are my CFCONTENT and setEncoding()
> variables. I am running the most recent version of the MyODBC driver and
> have looked everywhere for some sort of answer to this problem.
>
> Any ideas?
>
> Thanks,
>
> DonnieDonnie Guest



Reply With Quote

