From 8b75f9bb6a09d54d634ff661655659951378aa2c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 2 Aug 2005 04:43:01 +0000 Subject: Language autodetection - rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities --- src/rcciconv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rcciconv.h') diff --git a/src/rcciconv.h b/src/rcciconv.h index 0070696..1520534 100644 --- a/src/rcciconv.h +++ b/src/rcciconv.h @@ -8,6 +8,8 @@ struct rcc_iconv_t { }; typedef struct rcc_iconv_t rcc_iconv_s; +int rccIConvGetError(rcc_iconv icnv); + size_t rccIConvInternal(rcc_context ctx, rcc_iconv icnv, const char *buf, size_t len); /** -- cgit v1.2.3