summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-04-28 22:15:39 +0200
committerGravatar Jonathan Beck2009-04-28 22:15:39 +0200
commit07b8041d44c6b43da1b0c55d140999cb3137d040 (patch)
tree4808d49c714036faff2104ad2c3a656618b9e035 /swig
parent0d301b693a84db6f6a751722359e602172da94b3 (diff)
downloadlibplist-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.i1
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,