Yes it is:

Q: What is the difference between UCS-2 and UTF-16?

A: UCS-2 is what a Unicode implementation was up to Unicode 1.1,
*before* surrogate code points and UTF-16 were added as concepts to
Version 2.0 of the standard. This term should be now be avoided.

When interpreting what people have meant by "UCS-2" in past usage, it
is best thought of as not a data format, but as an indication that an
implementation does not interpret any supplementary characters. In
particular, for the purposes of data exchange, UCS-2 and UTF-16 are
identical formats. Both are 16-bit, and have exactly the same code
unit representation.

The effective difference between UCS-2 and UTF-16 lies at a different
level, when one is interpreting a sequence code units as code points
or as characters. In that case, a UCS-2 implementation would not
handle processing like character properties, codepoint boundaries,
collation, etc. for supplementary characters. [MD] & [KW]

(http://unicode.org/faq/basic_q.html#25)


On Dec 30, 2007 7:21 PM, Carsten Klement <[EMAIL PROTECTED]> wrote:

> UTF-16 is supportet, but it's not the same as i want.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295542
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to