disable detecting currently used encoding as it's extremely ugly

This commit is contained in:
Andrzej Rybczak
2009-03-26 17:00:00 +01:00
parent 344fc21d76
commit 343f778256
11 changed files with 28 additions and 475 deletions

View File

@@ -29,8 +29,6 @@
#include <string>
void init_current_locale();
void utf_to_locale(std::string &);
void locale_to_utf(std::string &);
@@ -42,8 +40,6 @@ void str_pool_locale_to_utf(char *&);
#else
#define init_current_locale();
#define utf_to_locale(x);
#define locale_to_utf(x);