Re: [Python-3000] Array typecode 'w' vs. 'u' and UCS4 builds

2007-10-13 Thread Christian Heimes
Travis Oliphant wrote: > I think it would be feasible, but I'm not sure it is worth it at this > point. My suggestion right now (and what I've done) is to back-out the > 'w' typecode for the array module and just leave it as 'u' as before. Thanks! I've seen that you've also checked in my typec

Re: [Python-3000] Array typecode 'w' vs. 'u' and UCS4 builds

2007-10-13 Thread Marcin ‘Qrczak’ Kowalczyk
Dnia 13-10-2007, So o godzinie 15:38 +0200, Christian Heimes pisze: > If I'm correct with my assumption about 'u' and 'w' your suggestion of a > native 'U' could become in handy. Wouldn't it be nicer if 'u' and 'U' corresponded to \u and \U, i.e. UCS-2 and UCS-4, and something else wa