Index: nls/locale.dir =================================================================== RCS file: /cvs/xorg/xc/nls/locale.dir,v retrieving revision 1.10 diff -u -r1.10 locale.dir --- nls/locale.dir 30 Sep 2005 07:52:46 -0000 1.10 +++ nls/locale.dir 30 Sep 2005 23:16:51 -0000 @@ -371,7 +371,7 @@ 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 +pl_PL.UTF-8/XLC_LOCALE: pl_PL.UTF-8 en_US.UTF-8/XLC_LOCALE: pp_AN.UTF-8 pt_BR.UTF-8/XLC_LOCALE: pt_BR.UTF-8 en_US.UTF-8/XLC_LOCALE: pt_PT.UTF-8 Index: nls/XI18N_OBJS/Imakefile =================================================================== RCS file: /cvs/xorg/xc/nls/XI18N_OBJS/Imakefile,v retrieving revision 1.4 diff -u -r1.4 Imakefile --- nls/XI18N_OBJS/Imakefile 19 Jan 2005 01:53:55 -0000 1.4 +++ nls/XI18N_OBJS/Imakefile 30 Sep 2005 23:16:51 -0000 @@ -71,6 +71,7 @@ XI18NTarget(en_US.UTF-8) XI18NTarget(ja_JP.UTF-8) XI18NTarget(ko_KR.UTF-8) +XI18NTarget(pl_PL.UTF-8) XI18NTarget(pt_BR.UTF-8) XI18NTarget(th_TH.UTF-8) XI18NTarget(zh_CN.UTF-8) Index: nls/XI18N_OBJS/pl_PL.UTF-8 =================================================================== RCS file: nls/XI18N_OBJS/pl_PL.UTF-8 diff -N nls/XI18N_OBJS/pl_PL.UTF-8 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ nls/XI18N_OBJS/pl_PL.UTF-8 30 Sep 2005 23:16:51 -0000 @@ -0,0 +1,7 @@ +# CATEGORY(XLC|XIM|OM) SHARED_LIBRARY_NAME FUNCTION_NAME +# +# XI18N objects table for pl_PL.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 Index: nls/XLC_LOCALE/Imakefile =================================================================== RCS file: /cvs/xorg/xc/nls/XLC_LOCALE/Imakefile,v retrieving revision 1.4 diff -u -r1.4 Imakefile --- nls/XLC_LOCALE/Imakefile 19 Jan 2005 01:53:55 -0000 1.4 +++ nls/XLC_LOCALE/Imakefile 30 Sep 2005 23:16:51 -0000 @@ -70,6 +70,7 @@ LTarget(microsoft-cp1256) LTarget(mulelao-1) LTarget(nokhchi-1) +LTarget(pl_PL.UTF-8) LTarget(pt_BR.UTF-8) LTarget(tatar-cyr) LTarget(th_TH) Index: nls/XLC_LOCALE/pl_PL.UTF-8 =================================================================== RCS file: nls/XLC_LOCALE/pl_PL.UTF-8 diff -N nls/XLC_LOCALE/pl_PL.UTF-8 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ nls/XLC_LOCALE/pl_PL.UTF-8 30 Sep 2005 23:16:52 -0000 @@ -0,0 +1,75 @@ +XCOMM $XFree86: xc/nls/XLC_LOCALE/en_US.UTF-8,v 1.2 2000/02/29 03:09:07 dawes Exp $ +XCOMM XLocale Database Sample for pl_PL.UTF-8 +XCOMM + +XCOMM +XCOMM XLC_FONTSET category +XCOMM +XLC_FONTSET + +on_demand_loading True + +object_name generic + +XCOMM fs0 class (7 bit ASCII) +fs0 { + charset { + name ISO8859-1:GL + } + font { + primary ISO8859-2:GL + substitute ISO8859-1:GL + vertical_rotate all + } +} +XCOMM fs1 class (ISO8859 families) +fs1 { + charset { + name ISO8859-1:GR + } + font { + primary ISO8859-1:GR + } +} +XCOMM ISO10646 should come last so the fonts above will actually be used +XCOMM fs2 class +fs2 { + charset { + name ISO10646-1 + } + font { + primary ISO10646-1 + } +} +END XLC_FONTSET + +XCOMM +XCOMM XLC_XLOCALE category +XCOMM +XLC_XLOCALE + +encoding_name UTF-8 +mb_cur_max 6 +state_depend_encoding False + +XCOMM cs0 class +cs0 { + side GL:Default + length 1 + ct_encoding ISO8859-2:GL; ISO8859-1:GL +} + +XCOMM cs1 class +cs1 { + side GR:Default + length 1 + ct_encoding ISO8859-2:GR; ISO8859-1:GR +} + +XCOMM cs2 class +cs2 { + side none + ct_encoding ISO10646-1 +} + +END XLC_XLOCALE