Issue 881861: type of Py_UNICODE depends on ./configure options (original) (raw)

Issue881861

Created on 2004-01-22 01:02 by aszlig, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19784 - (view) Author: Biehunko Michael (aszlig) Date: 2004-01-22 01:02
"u" (Unicode string) [Py_UNICODE *] Convert a null-terminated buffer of Unicode (UCS-2) data to a Python Unicode object. If the Unicode buffer pointer is NULL, None is returned. ^^^^^ it's either ucs-2 _or_ ucs-4 (./configure with --enable-unicode=ucs?). url: http://www.python.org/doc/current/api/arg-parsing.html
msg19785 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-03 09:55
Logged In: YES user_id=21627 Thanks for the report. Fixed in concrete.tex 1.43 utilities.tex 1.13
History
Date User Action Args
2022-04-11 14:56:02 admin set github: 39853
2004-01-22 01:02:03 aszlig create