Re: CFMX/MySql Unicode problem with arabic

2006-04-24 Thread Manar Droubi
thanks it worked :) but i had a problem with the MYSQl DSN i had to install MySQL Connector/J 3.0.17 ( only this version has worked with me) thank you ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238531

CFMX/MySql Unicode problem with arabic

2006-04-22 Thread manar droubi
i have a problem with inserting Arabic data into my database i'm using Apache, MySql 4.0.24-nt, Coldfusion MX 6.1, on Windows XP Pro sp2 i did everything to enforce my application to use the UTF-8 charset i used cfcontent type=text/html; charset=utf-8 and cfprocessingDirective

Re: CFMX/MySql Unicode problem with arabic

2006-04-22 Thread Jochem van Dieten
manar droubi wrote: i'm using Apache, MySql 4.0.24-nt, Coldfusion MX 6.1, on Windows XP Pro sp2 You should use MySQL 4.1 or newer when you work with Unicode. i used cfcontent type=text/html; charset=utf-8 and cfprocessingDirective pageencoding=utf-8 and cfset setEncoding(form,utf-8) i

Re: CFMX/MySql Unicode problem with arabic

2006-04-22 Thread Paul Hastings
manar droubi wrote: useUnicode=turecharacterEncoding=UTF-8 and the above should be useUnicode=truecharacterEncoding=UTF-8 ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238471 Archives:

RE: CFMX and unicode

2002-06-13 Thread Teng-Yan Loke
Dear folks My customer requires display of his entire site in simplified chinese. Currently, the application is running on CF5 and is filled with CFGRID and CFTREE code, which must display Chinese characters from the Oracle database too. Will CFMX satisfy my requirements completely? Thanx.

RE: CFMX and unicode

2002-06-13 Thread Robert Everland
- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 3:12 AM To: CF-Talk Subject: Re: CFMX and unicode This is fresh from Paul Hastings the master of CF and Unicode: i upgraded that server's jre to 1.4 wow! got non-gregorian calendars, more locales (hindi for instance

Re: CFMX and unicode

2002-06-13 Thread Frank Mamone
Subject: RE: CFMX and unicode How did he get CFMX to use JRE 1.4 , I tried and failed, is there anything I have to say correctly inside of CF Administrator. Also anyone heard anything about maybe being able to pre complie your site? Robert Everland III Dixon Ticonderoga Web Developer

RE: CFMX and unicode

2002-06-13 Thread Robert Everland
Subject: Re: CFMX and unicode I haven't done this myself but I know it would be in the Java and JVM screen under Server Settings. You probabaly ghave to restart your CF services too. - Original Message - From: Robert Everland [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday

Re: CFMX and unicode

2002-06-07 Thread Paul Hastings
the application has all the information translated in Korean and it display perfectly (well with the exception of CFtree). you mean in cf5? Tried it under CFMX and the forms display garbage. initially all the forms had the following at the top: welcome to world of legacy data: cfmx

Re: CFMX and unicode

2002-06-07 Thread Marius Milosav
advantage of CFMX Unicode features. Is there a fix to the problem Thanks Marius - Original Message - From: Paul Hastings [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 07, 2002 3:53 AM Subject: Re: CFMX and unicode the application has all the information translated

Re: CFMX and unicode

2002-06-07 Thread Paul Hastings
Some of the initial data was stored in char, varchar. But the bulk of it and the encoding? go live in June and delayed to July to take advantage of CFMX Unicode features. i can assure you that neo unicode's a very good choice, neo unicode: go anyplace, do anything. remember you heard

Re: CFMX and unicode

2002-06-07 Thread Marius Milosav
Marius - Original Message - From: Paul Hastings [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 07, 2002 8:25 AM Subject: Re: CFMX and unicode Some of the initial data was stored in char, varchar. But the bulk of it and the encoding? go live in June and delayed

Re: CFMX and unicode

2002-06-07 Thread Paul Hastings
The original translation was on an English server with the default installation: Language: English, Code Page CP 1252 and there's your problem. though w/sql server 2k you can actually set collations per db, per table, even per column. if you go more m17n then unicode. if you're only going to

CFMX and unicode

2002-06-06 Thread Marius Milosav
Background: CF5 Server, Win 2000k Server, MS-SQL2000 the application has all the information translated in Korean and it display perfectly (well with the exception of CFtree). Tried it under CFMX and the forms display garbage. initially all the forms had the following at the top: meta