locale-ja.patch revision 919
269N/A###############################################################################
269N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
269N/A# Use is subject to license terms.
269N/A#
493N/A# Permission is hereby granted, free of charge, to any person obtaining a
269N/A# copy of this software and associated documentation files (the "Software"),
269N/A# to deal in the Software without restriction, including without limitation
269N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
269N/A# and/or sell copies of the Software, and to permit persons to whom the
269N/A# Software is furnished to do so, subject to the following conditions:
269N/A#
269N/A# The above copyright notice and this permission notice (including the next
269N/A# paragraph) shall be included in all copies or substantial portions of the
269N/A# Software.
269N/A#
269N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
269N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
269N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
269N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
269N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
269N/A# DEALINGS IN THE SOFTWARE.
269N/A#
269N/A
269N/Adiff -urp -x '*~' -x '*.orig' nls/ja/XI18N_OBJS nls/ja/XI18N_OBJS
269N/A--- nls/ja/XI18N_OBJS 2008-10-07 10:18:18.000000000 -0700
269N/A+++ nls/ja/XI18N_OBJS 2009-04-08 00:26:17.490332000 -0700
269N/A@@ -4,8 +4,5 @@
269N/A #
269N/A XLC ja/xlibi18n_ja _XlcGenericLoader # XLC_open
269N/A XLC common/xlibi18n _XlcGenericLoader # XLC_open
269N/A-#XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_regiser XIM_unregister
269N/A-XIM common/ximp40 _Ximp_OpenIM # XIM_open
269N/A-XIM common/ximlocal _XimpLocalOpenIM # XIM_open
269N/A XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_regiser XIM_unregister
269N/A XOM common/xomGeneric _XomGenericOpenOM # XOM_open
493N/Adiff -urp -x '*~' -x '*.orig' nls/ja/XLC_LOCALE.pre nls/ja/XLC_LOCALE.pre
269N/A--- nls/ja/XLC_LOCALE.pre 2008-10-07 10:18:18.000000000 -0700
269N/A+++ nls/ja/XLC_LOCALE.pre 2009-04-08 00:26:17.490544000 -0700
493N/A@@ -44,16 +44,18 @@ fs2 {
269N/A vertical_rotate all
269N/A }
269N/A }
269N/A+
269N/A XCOMM fs3 class (Supplementary Kanji)
269N/A-XCOMM fs3 {
269N/A-XCOMM charset {
269N/A-XCOMM name JISX0212.1990-0:GL
269N/A-XCOMM udc_area \x7521,\x7e7e
269N/A-XCOMM }
493N/A-XCOMM font {
269N/A-XCOMM primary JISX0212.1990-0:GL
269N/A-XCOMM }
493N/A-XCOMM }
269N/A+fs3 {
284N/A+ charset {
493N/A+ name JISX0212.1990-0:GL
493N/A+ udc_area \x7521,\x7e7e
284N/A+ }
269N/A+ font {
269N/A+ primary JISX0212.1990-0:GL
269N/A+ }
269N/A+}
+
END XLC_FONTSET
XCOMM
@@ -112,18 +114,16 @@ cs2 {
}
XCOMM cs3 class
-XCOMM cs3 {
-XCOMM side GL
-XCOMM length 2
-XCOMM mb_encoding <SS> \x8f
-XCOMM #if WCHAR32
-XCOMM wc_encoding \x20000000
-XCOMM #else
-XCOMM wc_encoding \x00008000
-XCOMM #endif
-XCOMM ct_encoding JISX0212.1990-0:GL; JISX0212.1990-0:GR
-XCOMM }
-
+cs3 {
+ side GL
+ length 2
+ mb_encoding <SS> \x8f
+#if WCHAR32
+ wc_encoding \x20000000
+#else
+ wc_encoding \x00008000
+#endif
+ ct_encoding JISX0212.1990-0:GL; JISX0212.1990-0:GR
+}
END XLC_XLOCALE
-