summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/textenc.h
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-10-29 14:14:45 +0000
committerStephan Bergmann <sb@openoffice.org>2001-10-29 14:14:45 +0000
commit18e88303c656c433fc10a596b4000e0e33df3153 (patch)
tree9ed5993ad567d4205618a3bbabd27b65df803b65 /sal/inc/rtl/textenc.h
parentd1bb6c17b0006444d9b2c7ed164fbcd4d646b568 (diff)
#88337# Documentation.
Diffstat (limited to 'sal/inc/rtl/textenc.h')
-rw-r--r--sal/inc/rtl/textenc.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sal/inc/rtl/textenc.h b/sal/inc/rtl/textenc.h
index 742fb4536761..9098ddc2c673 100644
--- a/sal/inc/rtl/textenc.h
+++ b/sal/inc/rtl/textenc.h
@@ -2,9 +2,9 @@
*
* $RCSfile: textenc.h,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: th $ $Date: 2001-05-17 10:13:04 $
+ * last change: $Author: sb $ $Date: 2001-10-29 15:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,16 @@
#include <sal/types.h>
#endif
+/** The various supported text encodings.
+
+ Possible values include a wide range of single- and multi-byte encodings
+ (ranging from RTL_TEXTENCODING_MS_1252 to RTL_TEXTENCODING_GB_18030),
+ the ISO 10646 (Unicode) specific encodings RTL_TEXTENCODING_UCS4 and
+ RTL_TEXTENCODING_UCS2 (aka RTL_TEXTENCODING_UNICODE), and
+ RTL_TEXTENCODING_DONTKNOW to indicate an unknown or missing encoding.
+ */
typedef sal_uInt16 rtl_TextEncoding;
+
#define RTL_TEXTENC_CAST( val ) ((rtl_TextEncoding) val)
#endif /* _SOLAR_RSC_INVOKED */