Problem with Spanish on 2 machines
Posted by: Dale Hans
Date: February 13, 2006 12:24PM

I have tried searching and cannot find the answer to this.

My development environment
Window XP
ColdFusion MX7
MySql 4.1.12a-nt
Table def
WordStr - Varchar(35) default NULL
table Language latin1;

My production environment
Windows (unknown)
ColdFusion MX7
MySQL 4.1.12-log
WordStr - Varchar(35) default NULL
table Language latin1;

Here is my problem. Locally I am storing a Spanish string 'Analítico & Persistente' to the database table (note accent). When I retrieve it locally with my code, I get it back perfectly.

When I upload my code to my production server I get back: 'Anal■tico & Persistente'!!

Same code, same table def, same data to start, same MySQL version, same language specification on the table, in fact... everything I can think to check is IDENTICAL!! What the heck can be the problem?? I am about to start pulling out hair I can't afford to lose.

I have tried changing the table def language to utf-8 on both ends, perfect local, messed up production.

Any ideas of what I can try / check?

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem with Spanish on 2 machines
2409
February 13, 2006 12:24PM
1557
February 26, 2006 04:07PM
1555
June 13, 2006 03:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.