diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-10-12 12:10:29 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-10-12 12:10:29 +0000 |
commit | 7499a25eb544b17f9db875e2a2fd6a84f7e4ef1a (patch) | |
tree | 488dee99daef85b99db5e41ee5ea5690f2fee21a /sal/textenc/convertgb18030.tab | |
parent | 874b016aec9ed24583cd41a711a4cfc599ddf6ec (diff) |
#87140# Added missing information.
Diffstat (limited to 'sal/textenc/convertgb18030.tab')
-rw-r--r-- | sal/textenc/convertgb18030.tab | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sal/textenc/convertgb18030.tab b/sal/textenc/convertgb18030.tab index b3337ad4245b..43a622f0d8fc 100644 --- a/sal/textenc/convertgb18030.tab +++ b/sal/textenc/convertgb18030.tab @@ -2,9 +2,9 @@ * * $RCSfile: convertgb18030.tab,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sb $ $Date: 2001-10-12 10:44:53 $ + * last change: $Author: sb $ $Date: 2001-10-12 13:10:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,11 +73,6 @@ #include "rtl/textenc.h" #endif -#ifndef INCLUDED_STDDEF_H -#include <stddef.h> -#define INCLUDED_STDDEF_H -#endif - #include "generate/gb180302000.tab" static ImplGb18030ConverterData const aImplGb18030ConvertData @@ -100,8 +95,8 @@ static ImplTextEncodingData const aImplGb18030TextEncodingData 1, 4, 2, - 0, /* TODO! */ - NULL, /* TODO! */ + 134, + "gbk-0", "UTF-8", RTL_TEXTENCODING_INFO_ASCII | RTL_TEXTENCODING_INFO_MULTIBYTE }; /* SCRIPT_CHINESE_SIMPLIFIED */ |