From fdcdca41be3b31cc7948d7501909a8cd0e0e3b43 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 24 Feb 2013 16:20:17 +0200 Subject: conversion to cp866 for windows --- sound_detector/toutf8.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sound_detector/toutf8.h (limited to 'sound_detector/toutf8.h') 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 -- cgit v1.2.3