]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
Port DDTP to APT 0.6 branch
[apt.git] / apt-pkg / contrib / strutl.h
index 353e78ac94cd2a3d9826ab31134cc392f1db5483..72fc34d6d8613704f43f7ebca1b9f95c8e3c981a 100644 (file)
@@ -38,7 +38,8 @@ using std::ostream;
 #define APT_FORMAT2
 #define APT_FORMAT3
 #endif    
-    
+
+bool UTF8ToCodeset(const char *codeset, const string &orig, string *dest);
 char *_strstrip(char *String);
 char *_strtabexpand(char *String,size_t Len);
 bool ParseQuoteWord(const char *&String,string &Res);