0.4.2 release

This commit is contained in:
Evgeniy Dushistov
2007-08-14 18:18:20 +00:00
commit 3f241bb6bb
118 changed files with 29884 additions and 0 deletions

11
src/utils.hpp Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _UTILS_HPP_
#define _UTILS_HPP_
#include <string>
using std::string;
extern bool stdio_getline(FILE *in, string &str);
extern char *locale_to_utf8(const char *locstr);
extern string utf8_to_locale_ign_err(const string& utf8_str);
#endif//!_UTILS_HPP_