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.
This commit is contained in:
parent
bb17178bf5
commit
4510ecf1b6
1 changed files with 3 additions and 4 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue