diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-24 16:20:17 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-24 16:20:17 +0200 |
commit | fdcdca41be3b31cc7948d7501909a8cd0e0e3b43 (patch) | |
tree | a585b98e4f80511a6efd1501a87d6c2d3386aa87 /sound_detector/toutf8.h | |
parent | 8836d189a22f8d4fe502ed3aa395aca46cfa2dae (diff) |
conversion to cp866 for windows
Diffstat (limited to 'sound_detector/toutf8.h')
-rw-r--r-- | sound_detector/toutf8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound_detector/toutf8.h b/sound_detector/toutf8.h new file mode 100644 index 0000000..49d42d7 --- /dev/null +++ b/sound_detector/toutf8.h @@ -0,0 +1,3 @@ +#ifdef WIN32 +extern "C" char *to_utf8(const char *koi8r); +#endif |