commit | 45714e9ecb97c53254d644ecee00d66d36a21449 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Tue Jun 26 16:39:36 2001 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Tue Jun 26 16:39:36 2001 +0000 |
tree | c86c8f7e98e48d547f5a577fd42ec931477b0ce4 | |
parent | 3083163dc12024e9d46d4e2d752645256b7ba7c3 [diff] |
experimental UCS-4 support: made compare a bit more robust, in case sizeof(Py_UNICODE) >= sizeof(long). also changed surrogate expansion to work if sizeof(Py_UNICODE) > 2.