mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 06:08:04 +02:00
xc/nls/compose.dir
xc/nls/locale.dir xc/nls/Compose/Imakefile xc/nls/Compose/pt_BR.UTF-8 xc/nls/XI18N_OBJS/Imakefile xc/nls/XI18N_OBJS/pt_BR.UTF-8 xc/nls/XLC_LOCALE/Imakefile xc/nls/XLC_LOCALE/pt_BR.UTF-8 //bugs.freedesktop.org/show_bug.cgi?id=1896) attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675): Add support for pt_BR.UTF-8 locale. Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
This commit is contained in:
parent
9574a0c855
commit
83fe27f539
5 changed files with 5694 additions and 21 deletions
|
|
@ -213,11 +213,6 @@ microsoft-cp1255/Compose: yi_US.CP1256
|
|||
zh_CN/Compose: zh_CN.eucCN
|
||||
zh_CN/Compose: zh_CN.GB2312
|
||||
zh_CN.gbk/Compose: zh_CN.GBK
|
||||
zh_CN.gb18030/Compose: zh_CN.GB18030
|
||||
zh_HK.big5/Compose: zh_HK.big5
|
||||
zh_HK.big5/Compose: zh_HK.Big5
|
||||
zh_HK.big5hkscs/Compose: zh_HK.big5hkscs
|
||||
zh_HK.big5hkscs/Compose: zh_HK.Big5HKSCS
|
||||
zh_TW.big5/Compose: zh_TW.big5
|
||||
zh_TW.big5/Compose: zh_TW.Big5
|
||||
zh_TW/Compose: zh_TW.eucTW
|
||||
|
|
@ -243,7 +238,6 @@ en_US.UTF-8/Compose: az_AZ.UTF-8
|
|||
en_US.UTF-8/Compose: a3_AZ.UTF-8
|
||||
en_US.UTF-8/Compose: be_BY.UTF-8
|
||||
en_US.UTF-8/Compose: bg_BG.UTF-8
|
||||
en_US.UTF-8/Compose: bn_IN.UTF-8
|
||||
en_US.UTF-8/Compose: br_FR.UTF-8
|
||||
en_US.UTF-8/Compose: ca_ES.UTF-8
|
||||
en_US.UTF-8/Compose: cs_CZ.UTF-8
|
||||
|
|
@ -301,7 +295,6 @@ en_US.UTF-8/Compose: fr_LU.UTF-8
|
|||
en_US.UTF-8/Compose: ga_IE.UTF-8
|
||||
en_US.UTF-8/Compose: gd_GB.UTF-8
|
||||
en_US.UTF-8/Compose: gl_ES.UTF-8
|
||||
en_US.UTF-8/Compose: gu_IN.UTF-8
|
||||
en_US.UTF-8/Compose: gv_GB.UTF-8
|
||||
en_US.UTF-8/Compose: he_IL.UTF-8
|
||||
en_US.UTF-8/Compose: hi_IN.UTF-8
|
||||
|
|
@ -313,10 +306,8 @@ en_US.UTF-8/Compose: is_IS.UTF-8
|
|||
en_US.UTF-8/Compose: it_CH.UTF-8
|
||||
en_US.UTF-8/Compose: it_IT.UTF-8
|
||||
en_US.UTF-8/Compose: iu_CA.UTF-8
|
||||
en_US.UTF-8/Compose: ja_JP.UTF-8
|
||||
en_US.UTF-8/Compose: ka_GE.UTF-8
|
||||
en_US.UTF-8/Compose: kl_GL.UTF-8
|
||||
en_US.UTF-8/Compose: ko_KR.UTF-8
|
||||
en_US.UTF-8/Compose: kw_GB.UTF-8
|
||||
en_US.UTF-8/Compose: lo_LA.UTF-8
|
||||
en_US.UTF-8/Compose: lt_LT.UTF-8
|
||||
|
|
@ -330,18 +321,16 @@ en_US.UTF-8/Compose: no_NO.UTF-8
|
|||
en_US.UTF-8/Compose: nb_NO.UTF-8
|
||||
en_US.UTF-8/Compose: ny_NO.UTF-8
|
||||
en_US.UTF-8/Compose: oc_FR.UTF-8
|
||||
en_US.UTF-8/Compose: pa_IN.UTF-8
|
||||
en_US.UTF-8/Compose: pd_DE.UTF-8
|
||||
en_US.UTF-8/Compose: pd_US.UTF-8
|
||||
en_US.UTF-8/Compose: ph_PH.UTF-8
|
||||
en_US.UTF-8/Compose: pl_PL.UTF-8
|
||||
en_US.UTF-8/Compose: pp_AN.UTF-8
|
||||
en_US.UTF-8/Compose: pt_BR.UTF-8
|
||||
pt_BR.UTF-8/Compose: pt_BR.UTF-8
|
||||
en_US.UTF-8/Compose: pt_PT.UTF-8
|
||||
en_US.UTF-8/Compose: ro_RO.UTF-8
|
||||
en_US.UTF-8/Compose: ru_RU.UTF-8
|
||||
en_US.UTF-8/Compose: ru_UA.UTF-8
|
||||
en_US.UTF-8/Compose: si_LK.UTF-8
|
||||
en_US.UTF-8/Compose: sk_SK.UTF-8
|
||||
en_US.UTF-8/Compose: sl_SI.UTF-8
|
||||
en_US.UTF-8/Compose: sq_AL.UTF-8
|
||||
|
|
@ -360,4 +349,3 @@ en_US.UTF-8/Compose: uz_UZ.UTF-8
|
|||
en_US.UTF-8/Compose: vi_VN.UTF-8
|
||||
en_US.UTF-8/Compose: wa_BE.UTF-8
|
||||
en_US.UTF-8/Compose: yi_US.UTF-8
|
||||
en_US.UTF-8/Compose: zh_TW.UTF-8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
XCOMM $XdotOrg: lib/X11/nls/locale.dir.pre,v 1.5 2004-11-09 00:56:56 gisburn Exp $
|
||||
XCOMM $XdotOrg: lib/X11/nls/locale.dir.pre,v 1.2.4.1 2005-01-25 02:03:01 gisburn Exp $
|
||||
XCOMM $Xorg: locale.dir,v 1.3 2000/08/17 19:46:48 cpqbld Exp $
|
||||
XCOMM
|
||||
XCOMM This file contains locale database file names
|
||||
|
|
@ -228,7 +228,6 @@ microsoft-cp1255/XLC_LOCALE: yi_US.CP1255
|
|||
zh_CN/XLC_LOCALE: zh_CN.eucCN
|
||||
zh_CN/XLC_LOCALE: zh_CN.gb2312
|
||||
zh_CN.gbk/XLC_LOCALE: zh_CN.gbk
|
||||
zh_CN.gb18030/XLC_LOCALE: zh_CN.gb18030
|
||||
zh_HK.big5/XLC_LOCALE: zh_HK.big5
|
||||
zh_HK.big5hkscs/XLC_LOCALE: zh_HK.big5-hkscs
|
||||
zh_HK.big5hkscs/XLC_LOCALE: zh_HK.Big5-HKSCS
|
||||
|
|
@ -262,7 +261,6 @@ en_US.UTF-8/XLC_LOCALE: a3_AZ.UTF-8
|
|||
en_US.UTF-8/XLC_LOCALE: be_BY.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: bg_BG.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: bn_BD.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: bn_IN.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: br_FR.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ca_ES.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: cs_CZ.UTF-8
|
||||
|
|
@ -322,7 +320,6 @@ en_US.UTF-8/XLC_LOCALE: fr_LU.UTF-8
|
|||
en_US.UTF-8/XLC_LOCALE: ga_IE.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: gd_GB.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: gl_ES.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: gu_IN.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: gv_GB.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: he_IL.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: hi_IN.UTF-8
|
||||
|
|
@ -353,20 +350,18 @@ en_US.UTF-8/XLC_LOCALE: nn_NO.UTF-8
|
|||
en_US.UTF-8/XLC_LOCALE: no_NO.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ny_NO.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: oc_FR.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pa_IN.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pd_DE.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pd_US.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ph_PH.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pl_PL.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pp_AN.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pt_BR.UTF-8
|
||||
pt_BR.UTF-8/XLC_LOCALE: pt_BR.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: pt_PT.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ro_RO.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ru_RU.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: ru_UA.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: se_NO.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: sh_YU.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: si_LK.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: sk_SK.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: sl_SI.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: sq_AL.UTF-8
|
||||
|
|
@ -388,7 +383,7 @@ en_US.UTF-8/XLC_LOCALE: vi_VN.UTF-8
|
|||
en_US.UTF-8/XLC_LOCALE: wa_BE.UTF-8
|
||||
en_US.UTF-8/XLC_LOCALE: yi_US.UTF-8
|
||||
zh_CN.UTF-8/XLC_LOCALE: zh_CN.UTF-8
|
||||
zh_HK.UTF-8/XLC_LOCALE: zh_HK.UTF-8
|
||||
zh_CN.UTF-8/XLC_LOCALE: zh_HK.UTF-8
|
||||
zh_CN.UTF-8/XLC_LOCALE: zh_SG.UTF-8
|
||||
zh_TW.UTF-8/XLC_LOCALE: zh_TW.UTF-8
|
||||
#ifdef __uxp__
|
||||
|
|
|
|||
5541
nls/pt_BR.UTF-8/Compose.pre
Normal file
5541
nls/pt_BR.UTF-8/Compose.pre
Normal file
File diff suppressed because it is too large
Load diff
7
nls/pt_BR.UTF-8/XI18N_OBJS
Normal file
7
nls/pt_BR.UTF-8/XI18N_OBJS
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# CATEGORY(XLC|XIM|OM) SHARED_LIBRARY_NAME FUNCTION_NAME
|
||||
#
|
||||
# XI18N objects table for pt_BR.UTF-8 locale
|
||||
#
|
||||
XLC common/xlcUTF8Load _XlcUtf8Loader # XLC_open
|
||||
XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_register XIM_unregister
|
||||
XOM common/xomGeneric _XomGenericOpenOM # XOM_open
|
||||
142
nls/pt_BR.UTF-8/XLC_LOCALE.pre
Normal file
142
nls/pt_BR.UTF-8/XLC_LOCALE.pre
Normal file
|
|
@ -0,0 +1,142 @@
|
|||
# XLocale Database Sample for pt_BR.UTF-8
|
||||
#
|
||||
# Based on XLocale Database Sample for en_US.UTF-8
|
||||
#
|
||||
|
||||
#
|
||||
# XLC_FONTSET category
|
||||
#
|
||||
XLC_FONTSET
|
||||
|
||||
on_demand_loading True
|
||||
|
||||
object_name generic
|
||||
|
||||
# fs0 class (7 bit ASCII)
|
||||
fs0 {
|
||||
charset {
|
||||
name ISO8859-1:GL
|
||||
}
|
||||
font {
|
||||
primary ISO8859-1:GL
|
||||
vertical_rotate all
|
||||
}
|
||||
}
|
||||
# fs1 class (ISO8859 families)
|
||||
fs1 {
|
||||
charset {
|
||||
name ISO8859-1:GR
|
||||
}
|
||||
font {
|
||||
primary ISO8859-1:GR
|
||||
}
|
||||
}
|
||||
# fs2 class (Kanji)
|
||||
fs2 {
|
||||
charset {
|
||||
name JISX0208.1983-0:GL
|
||||
}
|
||||
font {
|
||||
primary JISX0208.1983-0:GL
|
||||
}
|
||||
}
|
||||
# fs3 class (Korean Character)
|
||||
fs3 {
|
||||
charset {
|
||||
name KSC5601.1987-0:GL
|
||||
}
|
||||
font {
|
||||
primary KSC5601.1987-0:GL
|
||||
}
|
||||
}
|
||||
# fs4 class (Chinese Han Character)
|
||||
fs4 {
|
||||
charset {
|
||||
name GB2312.1980-0:GL
|
||||
}
|
||||
font {
|
||||
primary GB2312.1980-0:GL
|
||||
}
|
||||
}
|
||||
# fs5 class (Half Kana)
|
||||
fs5 {
|
||||
charset {
|
||||
name JISX0201.1976-0:GR
|
||||
}
|
||||
font {
|
||||
primary JISX0201.1976-0:GR
|
||||
vertical_rotate all
|
||||
}
|
||||
}
|
||||
# ISO10646 is last, per Roland Mainz in
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=1896
|
||||
fs6 {
|
||||
charset {
|
||||
name ISO10646-1
|
||||
}
|
||||
font {
|
||||
primary ISO10646-1
|
||||
}
|
||||
}
|
||||
END XLC_FONTSET
|
||||
|
||||
#
|
||||
# XLC_XLOCALE category
|
||||
#
|
||||
XLC_XLOCALE
|
||||
|
||||
encoding_name UTF-8
|
||||
mb_cur_max 6
|
||||
state_depend_encoding False
|
||||
|
||||
# cs0 class
|
||||
cs0 {
|
||||
side GL:Default
|
||||
length 1
|
||||
ct_encoding ISO8859-1:GL
|
||||
}
|
||||
|
||||
# cs1 class
|
||||
cs1 {
|
||||
side GR:Default
|
||||
length 1
|
||||
ct_encoding ISO8859-1:GR
|
||||
}
|
||||
|
||||
# cs2 class
|
||||
cs2 {
|
||||
side GR
|
||||
length 2
|
||||
ct_encoding JISX0208.1983-0:GL; JISX0208.1983-0:GR; JISX0208.1983-1:GL; JISX0208.1983-1:GR
|
||||
|
||||
}
|
||||
|
||||
# cs3 class
|
||||
cs3 {
|
||||
side GL
|
||||
length 2
|
||||
ct_encoding KSC5601.1987-0:GL; KSC5601.1987-0:GR; KSC5601.1987-1:GL; KSC5601.1987-1:GR
|
||||
|
||||
}
|
||||
|
||||
# cs4 class
|
||||
cs4 {
|
||||
side GR
|
||||
length 2
|
||||
ct_encoding GB2312.1980-0:GL; GB2312.1980-0:GR
|
||||
}
|
||||
|
||||
# cs5 class
|
||||
cs5 {
|
||||
side GR
|
||||
length 1
|
||||
ct_encoding JISX0201.1976-0:GR
|
||||
}
|
||||
|
||||
# cs6 class
|
||||
cs6 {
|
||||
side none
|
||||
ct_encoding ISO10646-1
|
||||
}
|
||||
|
||||
END XLC_XLOCALE
|
||||
Loading…
Add table
Reference in a new issue