From 7ea264a5f181ab7caaccb380b7240e1236a9c4cc Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 3 Sep 2012 18:29:49 +0200 Subject: added config options to control cp1251 and cp936 recoding --- junklib.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index 4212aa83..2cedfdd2 100644 --- a/junklib.h +++ b/junklib.h @@ -116,4 +116,13 @@ junk_recode (const char *in, int inlen, char *out, int outlen, const char *cs); int junk_rewrite_tags (struct playItem_s *it, uint32_t junk_flags, int id3v2_version, const char *id3v1_encoding); +void +junk_enable_cp1251_detection (int enable); + +void +junk_configchanged (void); + +void +junk_enable_cp936_detection (int enable); + #endif // __JUNKLIB_H -- cgit v1.2.3