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 /src/plist.h | |
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 'src/plist.h')
-rw-r--r-- | src/plist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index ebbb0b5..723ed87 100644 --- a/src/plist.h +++ b/src/plist.h @@ -36,7 +36,6 @@ struct plist_data_s { uint64_t intval; double realval; char *strval; - gunichar2 *unicodeval; uint8_t *buff; GTimeVal timeval; }; |