Lou,

We have done this.  www.unboundbible.org  many of the bible translations are
in unicode format.  Chinese, Korean, Japanese, etc.  Backend is SQL Server
7.0.  The text is stored in the db in UTF8  everything has worked great.

A couple of issues:
JavaScript doesn't handle UTF8 so if you are using CF in combination with
JavaScript you will have problems.

Also  just be careful with any text parsing you are doing.  We had problems
with some custom tags like <CF_LessWhiteSpace> in the way they remove spaces
and other characters that are actually part of an encoding pair.

>From my experience your biggest issue will not be CF it will be the
browsers.  We are making our site available to IE, Netscape for both the PC
and the MAC.  Every combination of platform and browser seemed to handle the
encodings differently. However if you have a more limitted audience things
should go well.

If you have any more specific questions feel free to ask me off the list.

Good Luck,
Mark

-----Original Message-----
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 12:24 AM
To: CF-Talk
Subject: Re: Unicode in CF


Let me know if you find any info. We may be doing something similar.

David Cummins

Lou Pizzolatto wrote:
>
> Hi.
> I was wondering if any one had any experience using utf-8 or other
multibyte
> character transfer encodings in cold fusion.  We are currently looking
into
> changing our software to handle Chinese , simplified Chinese , Korean and
> Japanese characters. We are basically set up to use cold fusion for both
> presentation and proxying to servlets for external system calls.
>
> If anybody knows of any cold fusion 118n lists or working groups. Or
anyone
> has any warnings/hints/suggestions of successfully or unsuccessfully using
> Unicode and cold fusion we would be interested in hearing from you.
>
> --Thanks
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to