User: timar Date: 06/02/11 14:18:46 Removed: /hu/src/2.0.2/Patches/ i57353-collation-hu.diff
Added: /hu/src/2.0.2/Patches/ i61935-collation-hu.diff Log: updated collation patch was submitted again under a different issue number File Changes: Directory: /hu/src/2.0.2/Patches/ ================================= File [removed]: i57353-collation-hu.diff File [added]: i61935-collation-hu.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.2/Patches/i61935-collation-hu.diff?rev=1.1&content-type=text/vnd.viewcvs-markup Added lines: 46 --------------- diff -Naur -x 'unxlng*' i18npool.old/source/collator/data/collator_data.map i18npool/source/collator/data/collator_data.map --- i18npool.old/source/collator/data/collator_data.map 2006-02-10 23:09:39.000000000 +0100 +++ i18npool/source/collator/data/collator_data.map 2006-02-10 23:10:26.000000000 +0100 @@ -17,6 +17,7 @@ get_km_charset; get_ne_charset; get_dz_charset; + get_hu_charset; local: *; diff -Naur -x 'unxlng*' i18npool.old/source/collator/data/hu_charset.txt i18npool/source/collator/data/hu_charset.txt --- i18npool.old/source/collator/data/hu_charset.txt 1970-01-01 01:00:00.000000000 +0100 +++ i18npool/source/collator/data/hu_charset.txt 2006-02-10 23:11:10.000000000 +0100 @@ -0,0 +1,14 @@ +# +# Collation of Hungarian letters +# +& c < cs <<< Cs <<< CS +& d < dz <<< DZ < dzs <<< Dzs <<< DZS +& g < gy <<< Gy <<< GY +& l < ly <<< Ly <<< LY +& n < ny <<< Ny <<< NY +& o < ö <<< à <<< Š<<< Š+& s < sz <<< Sz <<< SZ +& t < ty <<< Ty <<< TY +& u < ü <<< à <<< ű <<< Ű +& z < zs <<< Zs <<< ZS + diff -Naur -x 'unxlng*' i18npool.old/source/localedata/data/hu_HU.xml i18npool/source/localedata/data/hu_HU.xml --- i18npool.old/source/localedata/data/hu_HU.xml 2006-02-10 23:09:39.000000000 +0100 +++ i18npool/source/localedata/data/hu_HU.xml 2006-02-10 23:12:23.000000000 +0100 @@ -176,7 +176,12 @@ <FormatCode>YYYY-MM-DD HH:MM:SS</FormatCode> </FormatElement> </LC_FORMAT> - <LC_COLLATION ref="en_US" /> + <LC_COLLATION> + <Collator unoid="charset" default="true"/> + <CollationOptions> + <TransliterationModules>IGNORE_CASE</TransliterationModules> + </CollationOptions> + </LC_COLLATION> <LC_SEARCH ref="en_US"/> <LC_INDEX> <IndexKey phonetic="false" default="true" unoid="alphanumeric">A-Z à à Šà Ű</IndexKey> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
