﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
182	Build python with --enable-unicode[=ucs[24]]	Lewis Rosenthal		"python 2.7.6 says:

{{{
[c:\]python
Python 2.7.6 (default, Dec 12 2015, 04:56:50)
[GCC 4.9.2] on os2knix
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> import sys
>>> print sys.maxunicode
65535
}}}

which indicates ucs2. For such things as reported in ticket #88, i.e., support for DBCS systems, we need ucs4.

Marking this as a task with major priority with medium severity because currently YUM apparently does not work on (all? some?) DBCS systems."	task	closed	major		python		medium	fixed		
