diff options
author | Jonathan Beck | 2009-04-28 22:15:39 +0200 |
---|---|---|
committer | Jonathan Beck | 2009-04-28 22:15:39 +0200 |
commit | 07b8041d44c6b43da1b0c55d140999cb3137d040 (patch) | |
tree | 4808d49c714036faff2104ad2c3a656618b9e035 /swig | |
parent | 0d301b693a84db6f6a751722359e602172da94b3 (diff) | |
download | libplist-07b8041d44c6b43da1b0c55d140999cb3137d040.tar.gz libplist-07b8041d44c6b43da1b0c55d140999cb3137d040.tar.bz2 |
Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode related declaration in API (breaks API&ABI)
Diffstat (limited to 'swig')
-rw-r--r-- | swig/plist.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swig/plist.i b/swig/plist.i index 79298e6..b6f9f78 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -30,7 +30,6 @@ typedef enum { PLIST_UINT, PLIST_REAL, PLIST_STRING, - PLIST_UNICODE, PLIST_ARRAY, PLIST_DICT, PLIST_DATE, |