Jack Jansen
|
885d4f6577
|
Mod to previous checkin: we must require ascii, not system defautl encoding,
because we have no easy way to convert the python encoding string to
a CF encoding parameter.
|
2003-03-03 13:19:44 +00:00 |
Jack Jansen
|
d505cab5b3
|
Accept only the system default encoding when converting Python
strings to CF strings. Fixes 682215.
|
2003-03-03 13:12:59 +00:00 |
Jack Jansen
|
eaba9d7b28
|
Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely.
|
2002-05-13 21:23:10 +00:00 |
Jack Jansen
|
42251323b4
|
Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences!
Transparent handling of unknown CFType objects still TBD.
|
2002-05-08 22:13:51 +00:00 |
Jack Jansen
|
1df628ddce
|
Partial fix for string handling. Null byte TBD.
|
2002-05-08 15:29:33 +00:00 |
Jack Jansen
|
5ad6f7a3a9
|
More support for bridging between Python and CoreFoundation objects. Still untested.
|
2002-05-07 23:00:03 +00:00 |
Jack Jansen
|
efaffae8f6
|
First steps towards a generalized converter of Python object
hierarchies to CoreFoundation object hierarchies and vice versa.
|
2002-05-05 21:48:12 +00:00 |