diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:59:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-07 13:59:01 +0000 |
commit | 4510ecf1b6a11dffd6a3913fdfc4a2c6bc18867f (patch) | |
tree | ee1d002d7cb22602226532a3690635e5f97ecbab /sal/textenc | |
parent | bb17178bf5a8bcf7537d3e8353ff9bc41bb07155 (diff) |
INTEGRATION: CWS sb5 (1.21.34); FILE MERGED
2003/06/19 09:53:47 sb 1.21.34.1: #109236# Added RTL_TEXTENCODING_JAVA_UTF8.
Diffstat (limited to 'sal/textenc')
-rw-r--r-- | sal/textenc/tencinfo.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c index 4e8041208ef6..85fe55b1e0e3 100644 --- a/sal/textenc/tencinfo.c +++ b/sal/textenc/tencinfo.c @@ -2,9 +2,9 @@ * * $RCSfile: tencinfo.c,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: vg $ $Date: 2003-06-20 10:11:52 $ + * last change: $Author: hr $ $Date: 2003-08-07 14:59:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,7 @@ sal_Bool SAL_CALL rtl_isOctetTextEncoding(rtl_TextEncoding nEncoding) { return nEncoding > RTL_TEXTENCODING_DONTKNOW - && nEncoding <= RTL_TEXTENCODING_ISCII_DEVANAGARI - /* always update this! */ + && nEncoding <= RTL_TEXTENCODING_JAVA_UTF8 /* always update this! */ && nEncoding != 9; /* RTL_TEXTENCODING_SYSTEM */ } |