Home | History | Annotate | Download | only in patches
      1 --- source/data/coll/collocal.mk	1969-12-31 16:00:00.000000000 -0800
      2 +++ source/data/coll/collocal.mk	2012-02-01 10:21:59.099902000 -0800
      3 @@ -0,0 +1,90 @@
      4 +# *   Copyright (C) 1998-2010, International Business Machines
      5 +# *   Corporation and others.  All Rights Reserved.
      6 +COLLATION_CLDR_VERSION = 1.9
      7 +# A list of txt's to build
      8 +# Note: 
      9 +#
     10 +#   If you are thinking of modifying this file, READ THIS. 
     11 +#
     12 +# Instead of changing this file [unless you want to check it back in],
     13 +# you should consider creating a 'collocal.mk' file in this same directory.
     14 +# Then, you can have your local changes remain even if you upgrade or
     15 +# reconfigure ICU.
     16 +#
     17 +# Example 'collocal.mk' files:
     18 +#
     19 +#  * To add an additional locale to the list: 
     20 +#    _____________________________________________________
     21 +#    |  COLLATION_SOURCE_LOCAL =   myLocale.txt ...
     22 +#
     23 +#  * To REPLACE the default list and only build with a few
     24 +#     locale:
     25 +#    _____________________________________________________
     26 +#    |  COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
     27 +#
     28 +#
     29 +# Generated by LDML2ICUConverter, from LDML source files. 
     30 +
     31 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
     32 +COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
     33 + hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\
     34 + iw_IL.txt no.txt no_NO.txt\
     35 + sr_BA.txt sr_ME.txt sr_RS.txt zh_.txt\
     36 + zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt\
     37 + zh_TW_STROKE.txt zh__PINYIN.txt
     38 +
     39 +
     40 +# All aliases (to not be included under 'installed'), but not including root.
     41 +COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS)
     42 +
     43 +
     44 +# Empty locales, used for validSubLocale fallback.
     45 +COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\
     46 + ar_IQ.txt ar_JO.txt ar_KW.txt ar_LB.txt ar_LY.txt\
     47 + ar_MA.txt ar_OM.txt ar_QA.txt ar_SA.txt ar_SD.txt\
     48 + ar_SY.txt ar_TN.txt ar_YE.txt \
     49 + bg_BG.txt ca_ES.txt cs_CZ.txt da_DK.txt de_AT.txt\
     50 + de_BE.txt de_CH.txt de_DE.txt de_LU.txt el_GR.txt\
     51 + en_AU.txt en_BW.txt en_CA.txt en_GB.txt en_HK.txt\
     52 + en_IE.txt en_IN.txt en_MT.txt en_NZ.txt en_PH.txt\
     53 + en_SG.txt en_US.txt en_US_POSIX.txt en_VI.txt en_ZA.txt\
     54 + en_ZW.txt es_AR.txt es_BO.txt es_CL.txt es_CO.txt\
     55 + es_CR.txt es_DO.txt es_EC.txt es_ES.txt es_GT.txt\
     56 + es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt\
     57 + es_PR.txt es_PY.txt es_SV.txt es_US.txt es_UY.txt\
     58 + es_VE.txt fi_FI.txt\
     59 + fr_BE.txt fr_CH.txt fr_FR.txt fr_LU.txt\
     60 + ga.txt ga_IE.txt he_IL.txt hi_IN.txt\
     61 + hr_HR.txt hu_HU.txt id.txt id_ID.txt\
     62 + it_CH.txt it_IT.txt ja_JP.txt\
     63 + ko_KR.txt lt_LT.txt lv_LV.txt\
     64 + nb_NO.txt nl.txt nl_BE.txt nl_NL.txt nn_NO.txt\
     65 + pl_PL.txt\
     66 + pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ru_RU.txt\
     67 + ru_UA.txt sk_SK.txt sl_SI.txt sr_Cyrl.txt\
     68 + sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_ME.txt\
     69 + sr_Latn_RS.txt sv_FI.txt sv_SE.txt\
     70 + th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_Hans.txt\
     71 + zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
     72 +
     73 +
     74 +
     75 +# Ordinary resources
     76 +# am and sw are not listed here because we don't have the tailoring
     77 +# for them.
     78 +COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\
     79 + ca.txt cs.txt da.txt\
     80 + de.txt el.txt en.txt\
     81 + es.txt et.txt fi.txt fil.txt\
     82 + fr.txt fr_CA.txt he.txt\
     83 + hi.txt hr.txt hu.txt it.txt\
     84 + ja.txt\
     85 + ko.txt lt.txt lv.txt\
     86 + nb.txt nn.txt\
     87 + pl.txt\
     88 + ro.txt ru.txt sk.txt sl.txt\
     89 + sr.txt sr_Latn.txt sv.txt\
     90 + th.txt tr.txt uk.txt vi.txt zh.txt\
     91 + zh_Hant.txt\
     92 + bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\
     93 + fa.txt
     94 --- source/data/curr/reslocal.mk	1969-12-31 16:00:00.000000000 -0800
     95 +++ source/data/curr/reslocal.mk	2012-02-01 10:23:19.129339000 -0800
     96 @@ -0,0 +1,79 @@
     97 +# *   Copyright (C) 1998-2010, International Business Machines
     98 +# *   Corporation and others.  All Rights Reserved.
     99 +CURR_CLDR_VERSION = 1.9
    100 +# A list of txt's to build
    101 +# The downstream packager may not need this file at all if their package is not
    102 +# constrained by
    103 +# the size (and/or their target OS already has ICU with the full locale data.)
    104 +#
    105 +# Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
    106 +# is localized to.
    107 +#
    108 +# In addition to them, 40+ "abridged" locale data files are listed. Chrome is
    109 +# localized to them, but
    110 +# uses a few categories of data in those locales for IDN handling and language
    111 +# name listing (in the UI).
    112 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
    113 +# build.xml)
    114 +CURR_SYNTHETIC_ALIAS =
    115 +
    116 +# All aliases (to not be included under 'installed'), but not including root.
    117 +CURR_ALIAS_SOURCE = $(CURR_SYNTHETIC_ALIAS)\
    118 + zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
    119 + no.txt in.txt iw.txt
    120 +
    121 +# Ordinary resources
    122 +CURR_SOURCE =\
    123 + am.txt\
    124 + ar.txt\
    125 + bg.txt\
    126 + bn.txt\
    127 + ca.txt\
    128 + cs.txt\
    129 + da.txt\
    130 + de.txt\
    131 + el.txt\
    132 + en.txt\
    133 + es.txt\
    134 + es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_UY.txt\
    135 + es_MX.txt es_CL.txt\
    136 + es_GT.txt es_PR.txt es_US.txt\
    137 + et.txt\
    138 + fa.txt\
    139 + fi.txt\
    140 + fil.txt\
    141 + fr.txt\
    142 + gu.txt\
    143 + he.txt\
    144 + hi.txt\
    145 + hr.txt\
    146 + hu.txt\
    147 + id.txt\
    148 + it.txt\
    149 + ja.txt\
    150 + kn.txt\
    151 + ko.txt\
    152 + lt.txt\
    153 + lv.txt\
    154 + ml.txt\
    155 + mr.txt\
    156 + ms.txt\
    157 + nb.txt\
    158 + nl.txt\
    159 + pl.txt\
    160 + pt.txt pt_PT.txt\
    161 + ro.txt\
    162 + ru.txt\
    163 + sk.txt\
    164 + sl.txt\
    165 + sr.txt\
    166 + sv.txt\
    167 + sw.txt\
    168 + ta.txt\
    169 + te.txt\
    170 + th.txt\
    171 + tr.txt\
    172 + uk.txt\
    173 + vi.txt\
    174 + zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
    175 + zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt
    176 --- source/data/lang/reslocal.mk	1969-12-31 16:00:00.000000000 -0800
    177 +++ source/data/lang/reslocal.mk	2011-07-25 02:16:27.318258000 -0700
    178 @@ -0,0 +1,124 @@
    179 +# *   Copyright (C) 1998-2010, International Business Machines
    180 +# *   Corporation and others.  All Rights Reserved.
    181 +LANG_CLDR_VERSION = 1.9
    182 +# A list of txt's to build
    183 +# The downstream packager may not need this file at all if their package is not
    184 +# constrained by
    185 +# the size (and/or their target OS already has ICU with the full locale data.)
    186 +#
    187 +# Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
    188 +# is localized to.
    189 +#
    190 +# In addition to them, 40+ "abridged" locale data files are listed. Chrome is
    191 +# localized to them, but
    192 +# uses a few categories of data in those locales for IDN handling and language
    193 +# name listing (in the UI).
    194 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
    195 +# build.xml)
    196 +LANG_SYNTHETIC_ALIAS =
    197 +
    198 +# All aliases (to not be included under 'installed'), but not including root.
    199 +LANG_ALIAS_SOURCE = $(LANG_SYNTHETIC_ALIAS)\
    200 + zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
    201 + no.txt in.txt iw.txt
    202 +
    203 +# Ordinary resources
    204 +LANG_SOURCE =\
    205 + am.txt\
    206 + ar.txt\
    207 + bg.txt\
    208 + bn.txt\
    209 + ca.txt\
    210 + cs.txt\
    211 + da.txt\
    212 + de.txt\
    213 + el.txt\
    214 + en.txt\
    215 + es.txt\
    216 + es_AR.txt\
    217 + es_CL.txt\
    218 + et.txt\
    219 + fa.txt\
    220 + fi.txt\
    221 + fil.txt\
    222 + fr.txt\
    223 + gu.txt\
    224 + he.txt\
    225 + hi.txt\
    226 + hr.txt\
    227 + hu.txt\
    228 + id.txt\
    229 + it.txt\
    230 + ja.txt\
    231 + kn.txt\
    232 + ko.txt\
    233 + lt.txt\
    234 + lv.txt\
    235 + ml.txt\
    236 + mr.txt\
    237 + nb.txt\
    238 + nl.txt\
    239 + pl.txt\
    240 + pt.txt pt_PT.txt\
    241 + ro.txt\
    242 + ru.txt\
    243 + sk.txt\
    244 + sl.txt\
    245 + sr.txt\
    246 + sv.txt\
    247 + sw.txt\
    248 + ta.txt\
    249 + te.txt\
    250 + th.txt\
    251 + tr.txt\
    252 + uk.txt\
    253 + vi.txt\
    254 + zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
    255 + zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\
    256 + af.txt\
    257 + ak.txt\
    258 + az.txt\
    259 + bem.txt\
    260 + be.txt\
    261 + bs.txt\
    262 + cy.txt\
    263 + eo.txt\
    264 + eu.txt\
    265 + fo.txt\
    266 + ga.txt\
    267 + gl.txt\
    268 + ha.txt\
    269 + haw.txt\
    270 + hy.txt\
    271 + ig.txt\
    272 + is.txt\
    273 + ka.txt\
    274 + kk.txt\
    275 + km.txt\
    276 + lg.txt\
    277 + mfe.txt\
    278 + mg.txt\
    279 + mk.txt\
    280 + mo.txt\
    281 + ms.txt\
    282 + mt.txt\
    283 + ne.txt\
    284 + nn.txt\
    285 + nyn.txt\
    286 + om.txt\
    287 + or.txt\
    288 + pa.txt\
    289 + ps.txt\
    290 + rm.txt\
    291 + rw.txt\
    292 + si.txt\
    293 + sn.txt\
    294 + so.txt\
    295 + sq.txt\
    296 + ti.txt\
    297 + tl.txt\
    298 + to.txt\
    299 + ur.txt\
    300 + uz.txt\
    301 + yo.txt\
    302 + zu.txt
    303 --- source/data/locales/reslocal.mk	1969-12-31 16:00:00.000000000 -0800
    304 +++ source/data/locales/reslocal.mk	2011-07-25 02:16:27.385258000 -0700
    305 @@ -0,0 +1,125 @@
    306 +# *   Copyright (C) 1998-2010, International Business Machines
    307 +# *   Corporation and others.  All Rights Reserved.
    308 +GENRB_CLDR_VERSION = 1.9
    309 +# A list of txt's to build
    310 +# The downstream packager may not need this file at all if their package is not
    311 +# constrained by
    312 +# the size (and/or their target OS already has ICU with the full locale data.)
    313 +#
    314 +# Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
    315 +# is localized to.
    316 +#
    317 +# In addition to them, 40+ "abridged" locale data files are listed. Chrome is
    318 +# localized to them, but
    319 +# uses a few categories of data in those locales for IDN handling and language
    320 +# name listing (in the UI).
    321 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
    322 +# build.xml)
    323 +GENRB_SYNTHETIC_ALIAS =
    324 +
    325 +# All aliases (to not be included under 'installed'), but not including root.
    326 +GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\
    327 + zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
    328 + no.txt in.txt iw.txt
    329 +
    330 +# Ordinary resources
    331 +GENRB_SOURCE =\
    332 + am.txt\
    333 + ar.txt\
    334 + bg.txt\
    335 + bn.txt\
    336 + ca.txt\
    337 + cs.txt\
    338 + da.txt\
    339 + de.txt\
    340 + el.txt\
    341 + en.txt en_GB.txt en_US.txt\
    342 + es.txt es_ES.txt es_419.txt\
    343 + es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\
    344 + es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\
    345 + es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\
    346 + et.txt\
    347 + fa.txt\
    348 + fi.txt\
    349 + fil.txt\
    350 + fr.txt\
    351 + gu.txt\
    352 + he.txt\
    353 + hi.txt\
    354 + hr.txt\
    355 + hu.txt\
    356 + id.txt\
    357 + it.txt\
    358 + ja.txt\
    359 + kn.txt\
    360 + ko.txt\
    361 + lt.txt\
    362 + lv.txt\
    363 + ml.txt\
    364 + mr.txt\
    365 + nb.txt\
    366 + nl.txt\
    367 + pl.txt\
    368 + pt.txt pt_BR.txt pt_PT.txt\
    369 + ro.txt\
    370 + ru.txt\
    371 + sk.txt\
    372 + sl.txt\
    373 + sr.txt\
    374 + sv.txt\
    375 + sw.txt\
    376 + ta.txt\
    377 + te.txt\
    378 + th.txt\
    379 + tr.txt\
    380 + uk.txt\
    381 + vi.txt\
    382 + zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
    383 + zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\
    384 + af.txt\
    385 + ak.txt\
    386 + az.txt\
    387 + bem.txt\
    388 + be.txt\
    389 + bs.txt\
    390 + cy.txt\
    391 + eo.txt\
    392 + eu.txt\
    393 + fo.txt\
    394 + ga.txt\
    395 + gl.txt\
    396 + ha.txt\
    397 + haw.txt\
    398 + hy.txt\
    399 + ig.txt\
    400 + is.txt\
    401 + ka.txt\
    402 + kk.txt\
    403 + km.txt\
    404 + lg.txt\
    405 + mfe.txt\
    406 + mg.txt\
    407 + mk.txt\
    408 + mo.txt\
    409 + ms.txt\
    410 + mt.txt\
    411 + ne.txt\
    412 + nn.txt\
    413 + nyn.txt\
    414 + om.txt\
    415 + or.txt\
    416 + pa.txt\
    417 + ps.txt\
    418 + rm.txt\
    419 + rw.txt\
    420 + si.txt\
    421 + sn.txt\
    422 + so.txt\
    423 + sq.txt\
    424 + ti.txt\
    425 + tl.txt\
    426 + to.txt\
    427 + ur.txt\
    428 + uz.txt\
    429 + yo.txt\
    430 + zu.txt
    431 --- source/data/region/reslocal.mk	1969-12-31 16:00:00.000000000 -0800
    432 +++ source/data/region/reslocal.mk	2012-02-01 10:16:51.945070000 -0800
    433 @@ -0,0 +1,77 @@
    434 +# *   Copyright (C) 1998-2010, International Business Machines
    435 +# *   Corporation and others.  All Rights Reserved.
    436 +REGION_CLDR_VERSION = 1.9
    437 +# A list of txt's to build
    438 +# The downstream packager may not need this file at all if their package is not
    439 +# constrained by
    440 +# the size (and/or their target OS already has ICU with the full locale data.)
    441 +#
    442 +# Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
    443 +# is localized to.
    444 +#
    445 +# In addition to them, 40+ "abridged" locale data files are listed. Chrome is
    446 +# localized to them, but
    447 +# uses a few categories of data in those locales for IDN handling and language
    448 +# name listing (in the UI).
    449 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
    450 +# build.xml)
    451 +REGION_SYNTHETIC_ALIAS =
    452 +
    453 +# All aliases (to not be included under 'installed'), but not including root.
    454 +REGION_ALIAS_SOURCE = $(REGION_SYNTHETIC_ALIAS)\
    455 + zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
    456 + no.txt in.txt iw.txt
    457 +
    458 +# Ordinary resources
    459 +REGION_SOURCE =\
    460 + am.txt\
    461 + ar.txt\
    462 + bg.txt\
    463 + bn.txt\
    464 + ca.txt\
    465 + cs.txt\
    466 + da.txt\
    467 + de.txt\
    468 + el.txt\
    469 + en.txt\
    470 + es.txt\
    471 + es_CL.txt\
    472 + et.txt\
    473 + fa.txt\
    474 + fi.txt\
    475 + fil.txt\
    476 + fr.txt\
    477 + gu.txt\
    478 + he.txt\
    479 + hi.txt\
    480 + hr.txt\
    481 + hu.txt\
    482 + id.txt\
    483 + it.txt\
    484 + ja.txt\
    485 + kn.txt\
    486 + ko.txt\
    487 + lt.txt\
    488 + lv.txt\
    489 + ml.txt\
    490 + mr.txt\
    491 + ms.txt\
    492 + nb.txt\
    493 + nl.txt\
    494 + pl.txt\
    495 + pt.txt pt_PT.txt\
    496 + ro.txt\
    497 + ru.txt\
    498 + sk.txt\
    499 + sl.txt\
    500 + sr.txt\
    501 + sv.txt\
    502 + sw.txt\
    503 + ta.txt\
    504 + te.txt\
    505 + th.txt\
    506 + tr.txt\
    507 + uk.txt\
    508 + vi.txt\
    509 + zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
    510 + zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt
    511 --- source/data/translit/trnslocal.mk	1969-12-31 16:00:00.000000000 -0800
    512 +++ source/data/translit/trnslocal.mk	2011-01-11 15:38:04.169431000 -0800
    513 @@ -0,0 +1 @@
    514 +TRANSLIT_SOURCE=
    515 --- source/data/zone/reslocal.mk	1969-12-31 16:00:00.000000000 -0800
    516 +++ source/data/zone/reslocal.mk	2012-02-01 10:14:49.563869000 -0800
    517 @@ -0,0 +1,76 @@
    518 +# *   Copyright (C) 1998-2010, International Business Machines
    519 +# *   Corporation and others.  All Rights Reserved.
    520 +ZONE_CLDR_VERSION = 1.9
    521 +# A list of txt's to build
    522 +# The downstream packager may not need this file at all if their package is not
    523 +# constrained by
    524 +# the size (and/or their target OS already has ICU with the full locale data.)
    525 +#
    526 +# Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
    527 +# is localized to.
    528 +#
    529 +# In addition to them, 40+ "abridged" locale data files are listed. Chrome is
    530 +# localized to them, but
    531 +# uses a few categories of data in those locales for IDN handling and language
    532 +# name listing (in the UI).
    533 +# Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
    534 +# build.xml)
    535 +ZONE_SYNTHETIC_ALIAS =
    536 +
    537 +# All aliases (to not be included under 'installed'), but not including root.
    538 +ZONE_ALIAS_SOURCE = $(ZONE_SYNTHETIC_ALIAS)\
    539 + zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
    540 + no.txt in.txt iw.txt
    541 +
    542 +# Ordinary resources
    543 +ZONE_SOURCE =\
    544 + am.txt\
    545 + ar.txt\
    546 + bg.txt\
    547 + bn.txt\
    548 + ca.txt\
    549 + cs.txt\
    550 + da.txt\
    551 + de.txt\
    552 + el.txt\
    553 + en.txt en_GB.txt\
    554 + es.txt\
    555 + et.txt\
    556 + fa.txt\
    557 + fi.txt\
    558 + fil.txt\
    559 + fr.txt\
    560 + gu.txt\
    561 + he.txt\
    562 + hi.txt\
    563 + hr.txt\
    564 + hu.txt\
    565 + id.txt\
    566 + it.txt\
    567 + ja.txt\
    568 + kn.txt\
    569 + ko.txt\
    570 + lt.txt\
    571 + lv.txt\
    572 + ml.txt\
    573 + mr.txt\
    574 + ms.txt\
    575 + nb.txt\
    576 + nl.txt\
    577 + pl.txt\
    578 + pt.txt pt_PT.txt\
    579 + ro.txt\
    580 + ru.txt\
    581 + sk.txt\
    582 + sl.txt\
    583 + sr.txt\
    584 + sv.txt\
    585 + sw.txt\
    586 + ta.txt\
    587 + te.txt\
    588 + th.txt\
    589 + tr.txt\
    590 + uk.txt\
    591 + vi.txt\
    592 + zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
    593 + zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt
    594 --- source/data/rbnf/rbnflocal.mk	1969-12-31 16:00:00.000000000 -0800
    595 +++ source/data/rbnf/rbnflocal.mk	2011-01-25 12:39:23.083077000 -0800
    596 @@ -0,0 +1,28 @@
    597 +# *   Copyright (C) 1998-2010, International Business Machines
    598 +# *   Corporation and others.  All Rights Reserved.
    599 +RBNF_CLDR_VERSION = 1.9
    600 +# A list of txt's to build
    601 +# Note:
    602 +#
    603 +#
    604 +#  * To add an additional locale to the list:
    605 +#    _____________________________________________________
    606 +#    |  RBNF_SOURCE_LOCAL =   myLocale.txt ...
    607 +#
    608 +#  * To REPLACE the default list and only build with a few
    609 +#    locales:
    610 +#    _____________________________________________________
    611 +#    |  RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
    612 +#
    613 +# Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them.
    614 +
    615 +# Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
    616 +RBNF_SYNTHETIC_ALIAS =
    617 +
    618 +
    619 +# All aliases (to not be included under 'installed'), but not including root.
    620 +RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS)
    621 +
    622 +
    623 +# Ordinary resources
    624 +RBNF_SOURCE =
    625 --- source/data/sprep/spreplocal.mk	1969-12-31 16:00:00.000000000 -0800
    626 +++ source/data/sprep/spreplocal.mk	2011-01-25 09:19:37.582533000 -0800
    627 @@ -0,0 +1,27 @@
    628 +# *   Copyright (C) 2011, International Business Machines
    629 +# *   Corporation and others.  All Rights Reserved.
    630 +# A list of txt's to build
    631 +#
    632 +#  * To add an additional locale to the list: 
    633 +#    _____________________________________________________
    634 +#    |  SPREP_SOURCE_LOCAL =   myStringPrep.txt ...
    635 +#
    636 +#  * To REPLACE the default list and only build a subset of files:
    637 +#    _____________________________________________________
    638 +#    |  SPREP_SOURCE = rfc4518.txt
    639 +#
    640 +# Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. ICU 4.6
    641 +# supports UTS 46 (IDNA2003, transition, and IDNA 2008).
    642 +# If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
    643 +# the corresponding prep files.
    644 +# rfc3491 : stringprep profile for IDN 2003
    645 +# rfc3530 : NFS
    646 +# rfc3722 : String Profile for Internet Small Computer 
    647 +#           Systems Interface (iSCSI) Names
    648 +# rfc3920 : XMPP (Extensible Messaging and Presence Protocol)
    649 +# rfc4011 : Policy Based Management Information Base, SNMP
    650 +# rfc4013 : SASLprep: Stringprep Profile for User Names and Passwords
    651 +# rfc4505 :  Anonymous Simple Authentication and Security Layer (SASL) Mechanism
    652 +# rfc4518 : LDAP  Internationalized String Preparation
    653 +#
    654 +SPREP_SOURCE = rfc3491.txt
    655