From 9d4628df369b92016b7fc3bfc7fed6d06ff2ca9a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 7 Aug 2005 21:41:32 +0000 Subject: - Russian autoengine is renamed to LibRCD - Fix Learning with Language Autodetection switched on - Attempt to perform rccFS with Language Autodetection switched off, if failed with default behaviour. - Systematization of translation engine: + Rearangement of the translation modes: OFF, TO_ENGLISH, SKIP_RELATED, SKIP_PARRENT, FULL. + New class types: TRANSLATE_LOCALE, TRANSLATE_CURRENT, TRANSLATE_FROM. - Detect "Unicode" locales for foreign languages - "out" class is assumed to be TRANSLATE_LOCALE - Respect RCC_CLASS_KNOWN - Check for Latin UTF-8 prior to running any charset detection engine. --- src/rcclocale.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rcclocale.h') diff --git a/src/rcclocale.h b/src/rcclocale.h index dc2c4e7..b6832ed 100644 --- a/src/rcclocale.h +++ b/src/rcclocale.h @@ -1,5 +1,8 @@ #ifndef _RCC_LOCALE_H #define _RCC_LOCALE_H +#define RCC_MAX_CHARSET_CHARS 16 +#define RCC_MAX_LANGUAGE_CHARS 16 +#define RCC_MAX_VARIABLE_CHARS 16 #endif /* _RCC_LOCALE_H */ -- cgit v1.2.3