diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-08-07 10:12:12 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-08-07 10:12:12 +0000 |
commit | 054553aeb226230cf447c2b91814b0b6d2de0e43 (patch) | |
tree | 229f2183511466cceff9e7db774865526ac88710 /solenv/inc/lang.mk | |
parent | 9d992a8b068fbdbbc9c46562828386fda975f9a6 (diff) |
UTF8 encoding for CJK languages #87134#
Diffstat (limited to 'solenv/inc/lang.mk')
-rw-r--r-- | solenv/inc/lang.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/solenv/inc/lang.mk b/solenv/inc/lang.mk index efd6c6de2e71..01781f89f351 100644 --- a/solenv/inc/lang.mk +++ b/solenv/inc/lang.mk @@ -2,9 +2,9 @@ # # $RCSfile: lang.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: nf $ $Date: 2001-06-21 13:59:38 $ +# last change: $Author: nf $ $Date: 2001-08-07 11:11:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,13 +82,13 @@ slov$(LANG_GUI)=-CHARSET_microsoft-cp1250 russ$(LANG_GUI)=-CHARSET_microsoft-cp1251 cz$(LANG_GUI)=-CHARSET_microsoft-cp1250 hung$(LANG_GUI)=-CHARSET_microsoft-cp1250 -japn$(LANG_GUI)=-CHARSET_microsoft-cp932 -chinsim$(LANG_GUI)=-CHARSET_microsoft-cp936 -chintrad$(LANG_GUI)=-CHARSET_microsoft-cp950 +japn$(LANG_GUI)=-CHARSET_UTF8 +chinsim$(LANG_GUI)=-CHARSET_UTF8 +chintrad$(LANG_GUI)=-CHARSET_UTF8 arab$(LANG_GUI)=-CHARSET_microsoft-cp1256 greek$(LANG_GUI)=-CHARSET_microsoft-cp1253 turk$(LANG_GUI)=-CHARSET_microsoft-cp1254 -korean$(LANG_GUI)=-CHARSET_microsoft-cp949 +korean$(LANG_GUI)=-CHARSET_UTF8 extern$(LANG_GUI)=-CHARSET_UTF8 .ELSE # "$(USE_NEW_RSC)" != "" |