locale-ja.patch revision 688
688N/A###############################################################################
688N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
688N/A# Use subject to license terms.
688N/A#
688N/A# Permission is hereby granted, free of charge, to any person obtaining a
688N/A# copy of this software and associated documentation files (the
688N/A# "Software"), to deal in the Software without restriction, including
688N/A# without limitation the rights to use, copy, modify, merge, publish,
688N/A# distribute, and/or sell copies of the Software, and to permit persons
688N/A# to whom the Software is furnished to do so, provided that the above
688N/A# copyright notice(s) and this permission notice appear in all copies of
688N/A# the Software and that both the above copyright notice(s) and this
688N/A# permission notice appear in supporting documentation.
688N/A#
688N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
688N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
688N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
688N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
688N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
688N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
688N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
688N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
688N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
688N/A#
688N/A# Except as contained in this notice, the name of a copyright holder
688N/A# shall not be used in advertising or otherwise to promote the sale, use
688N/A# or other dealings in this Software without prior written authorization
688N/A# of the copyright holder.
688N/A#
688N/A
688N/Adiff -urp -x '*~' -x '*.orig' nls/ja/XI18N_OBJS nls/ja/XI18N_OBJS
688N/A--- nls/ja/XI18N_OBJS 2008-10-07 10:18:18.000000000 -0700
688N/A+++ nls/ja/XI18N_OBJS 2009-04-08 00:26:17.490332000 -0700
688N/A@@ -4,8 +4,5 @@
688N/A #
688N/A XLC ja/xlibi18n_ja _XlcGenericLoader # XLC_open
688N/A XLC common/xlibi18n _XlcGenericLoader # XLC_open
688N/A-#XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_regiser XIM_unregister
688N/A-XIM common/ximp40 _Ximp_OpenIM # XIM_open
688N/A-XIM common/ximlocal _XimpLocalOpenIM # XIM_open
688N/A XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_regiser XIM_unregister
688N/A XOM common/xomGeneric _XomGenericOpenOM # XOM_open
688N/Adiff -urp -x '*~' -x '*.orig' nls/ja/XLC_LOCALE.pre nls/ja/XLC_LOCALE.pre
688N/A--- nls/ja/XLC_LOCALE.pre 2008-10-07 10:18:18.000000000 -0700
688N/A+++ nls/ja/XLC_LOCALE.pre 2009-04-08 00:26:17.490544000 -0700
688N/A@@ -44,16 +44,18 @@ fs2 {
688N/A vertical_rotate all
688N/A }
688N/A }
688N/A+
688N/A XCOMM fs3 class (Supplementary Kanji)
688N/A-XCOMM fs3 {
688N/A-XCOMM charset {
688N/A-XCOMM name JISX0212.1990-0:GL
688N/A-XCOMM udc_area \x7521,\x7e7e
688N/A-XCOMM }
688N/A-XCOMM font {
688N/A-XCOMM primary JISX0212.1990-0:GL
688N/A-XCOMM }
688N/A-XCOMM }
688N/A+fs3 {
688N/A+ charset {
688N/A+ name JISX0212.1990-0:GL
688N/A+ udc_area \x7521,\x7e7e
688N/A+ }
688N/A+ font {
688N/A+ primary JISX0212.1990-0:GL
688N/A+ }
688N/A+}
688N/A+
688N/A END XLC_FONTSET
688N/A
688N/A XCOMM
688N/A@@ -112,18 +114,16 @@ cs2 {
688N/A }
688N/A
688N/A XCOMM cs3 class
688N/A-XCOMM cs3 {
688N/A-XCOMM side GL
688N/A-XCOMM length 2
688N/A-XCOMM mb_encoding <SS> \x8f
688N/A-XCOMM #if WCHAR32
688N/A-XCOMM wc_encoding \x20000000
688N/A-XCOMM #else
688N/A-XCOMM wc_encoding \x00008000
688N/A-XCOMM #endif
688N/A-XCOMM ct_encoding JISX0212.1990-0:GL; JISX0212.1990-0:GR
688N/A-XCOMM }
688N/A-
688N/A+cs3 {
688N/A+ side GL
688N/A+ length 2
688N/A+ mb_encoding <SS> \x8f
688N/A+#if WCHAR32
688N/A+ wc_encoding \x20000000
688N/A+#else
688N/A+ wc_encoding \x00008000
688N/A+#endif
688N/A+ ct_encoding JISX0212.1990-0:GL; JISX0212.1990-0:GR
688N/A+}
688N/A
688N/A END XLC_XLOCALE
688N/A-