summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-08-02 04:43:01 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-08-02 04:43:01 +0000
commit8b75f9bb6a09d54d634ff661655659951378aa2c (patch)
tree611f800f33ca919d37c724957fcc8c2b2bccb342 /src/rcciconv.h
parente3f702e83a26468ee44f3f342a7a40a252f4603c (diff)
downloadlibrcc-8b75f9bb6a09d54d634ff661655659951378aa2c.tar.gz
librcc-8b75f9bb6a09d54d634ff661655659951378aa2c.tar.bz2
librcc-8b75f9bb6a09d54d634ff661655659951378aa2c.tar.xz
librcc-8b75f9bb6a09d54d634ff661655659951378aa2c.zip
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
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r--src/rcciconv.h2
1 files changed, 2 insertions, 0 deletions
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);
/**