[Python-bugs-list] [ python-Bugs-566302 ] Bgen should generate 7-bit-clean code

noreply@sourceforge.net noreply@sourceforge.net
Sat, 08 Jun 2002 14:50:20 -0700


Bugs item #566302, was opened at 2002-06-08 23:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=566302&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Bgen should generate 7-bit-clean code

Initial Comment:
Bgen should generate 7-bit clean code by using hex escapes for non-ascii characters. This should circumvene the problem with MacRoman vs. Latin-1 conversion for files under CVS. The bad news is that this means bgen may need to parse the constant declarations, but maybe we can get away by just escaping all non-ascii chars (as they should only occur within either strings or comments in C header files anyway).

The same probably holds for gensuitemodule.

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

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