From: Stephane Bortzmeyer (bortzmeyer@nic.fr)
Date: Mon Mar 12 2007 - 03:10:25 CST
On Sun, Mar 11, 2007 at 03:19:59PM -0700,
Doug Ewell <dewell@adelphia.net> wrote
a message of 15 lines which said:
> Is anyone aware of UTF-32 actually being used as a storage and
> interchange format, other than in test cases to prove that an editor
> or other tool supports it?
The programming language Python has an Unicode character type and the
representation is either UCS-2 or UCS-4 (choosen at compile-time). So,
if you dump binary data from a Python program, you can use UTF-32.
This archive was generated by hypermail 2.1.5 : Mon Mar 12 2007 - 03:15:50 CST