[Patches] [ python-Patches-436496 ] Configuring UCS-4

noreply@sourceforge.net noreply@sourceforge.net
Fri, 29 Jun 2001 22:21:58 -0700


Patches item #436496, was opened at 2001-06-26 13:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=436496&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Configuring UCS-4

Initial Comment:
This patch allows Py_UNICODE to be defined as both 2 
and 4 byte type, using --enable-unicode={ucs2,ucs2}. 
If nothing is specified, Py_UNICODE defaults to 
wchar_t if available.
The Unicode type itself, and the UTF-8 and UTF-16 
codecs have been adjusted to deal with both 
representations.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-06-29 22:21

Message:
Logged In: YES 
user_id=21627

This patch has been committed as configure.in 1.222 and 
unicodeobject.c 2.98.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=436496&group_id=5470