Possible to write a Unicode*like* object?
Just
just at xs4all.nl
Mon Feb 3 16:57:15 EST 2003
More information about the Python-list mailing list
Mon Feb 3 16:57:15 EST 2003
- Previous message (by thread): Probability selection algorithm
- Next message (by thread): Possible to write a Unicode*like* object?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In the PyObjC project (a bridge between Python and Objective-C, and/or Cocoa really, OSX's GUI stuff) there's currently a discussion about whether to _convert_ NSString instances (the Cocoa string class) to Python (unicode) strings or to wrap the original instance that would make it string-like. For 8-bit strings wrapping is probably not a big deal, the buffer interface makes this work quite transparently, but I have no clue whether this is possible for unicode strings as well. Any ideas? Just
- Previous message (by thread): Probability selection algorithm
- Next message (by thread): Possible to write a Unicode*like* object?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list