From 07b8041d44c6b43da1b0c55d140999cb3137d040 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Tue, 28 Apr 2009 22:15:39 +0200 Subject: Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode related declaration in API (breaks API&ABI) --- swig/plist.i | 1 - 1 file changed, 1 deletion(-) (limited to 'swig') 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, -- cgit v1.1-32-gdbae