|
@@ -35,6 +35,7 @@ using std::ostream;
|
|
|
|
|
|
|
|
bool UTF8ToCodeset(const char *codeset, const std::string &orig, std::string *dest);
|
|
bool UTF8ToCodeset(const char *codeset, const std::string &orig, std::string *dest);
|
|
|
char *_strstrip(char *String);
|
|
char *_strstrip(char *String);
|
|
|
|
|
+char *_strrstrip(char *String); // right strip only
|
|
|
char *_strtabexpand(char *String,size_t Len);
|
|
char *_strtabexpand(char *String,size_t Len);
|
|
|
bool ParseQuoteWord(const char *&String,std::string &Res);
|
|
bool ParseQuoteWord(const char *&String,std::string &Res);
|
|
|
bool ParseCWord(const char *&String,std::string &Res);
|
|
bool ParseCWord(const char *&String,std::string &Res);
|