aboutsummaryrefslogtreecommitdiff
path: root/share/colldef
Commit message (Collapse)AuthorAgeFilesLines
* Add 8859-4 and lt_LTAndrey A. Chernov1999-12-247-1/+499
| | | | | | | | | Add missing dependance to cs_CZ Submitted by: Ricardas Cepas <rch@writeme.com> Notes: svn path=/head/; revision=55076
* lt_LN->la_LNAndrey A. Chernov1999-12-225-129/+11
| | | | Notes: svn path=/head/; revision=55012
* Add cs_CZAndrey A. Chernov1999-12-213-1/+106
| | | | | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> Notes: svn path=/head/; revision=54974
* Add uk_UA.KOI8-UAndrey A. Chernov1999-10-183-1/+217
| | | | | | | Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=52389
* Add 8859-5, remove BUILD_TOOLS ifdefAndrey A. Chernov1999-10-181-2/+1
| | | | Notes: svn path=/head/; revision=52381
* Remove one of the locales which is currently breaking the build.Jordan K. Hubbard1999-10-141-1/+0
| | | | Notes: svn path=/head/; revision=52240
* sv_SE collateAndrey A. Chernov1999-10-036-2/+207
| | | | | | | | | | add one missing dependance PR: 13928 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=51893
* ISO8859-5 collateAndrey A. Chernov1999-10-036-0/+462
| | | | | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru> Notes: svn path=/head/; revision=51891
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2833-33/+33
| | | | Notes: svn path=/head/; revision=50477
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.Foxfair Hu1999-06-081-2/+2
| | | | | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets> Notes: svn path=/head/; revision=47831
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISJulian Elischer1999-06-051-2/+2
| | | | | | | as well as the X11 version ja_JP.SJIS Notes: svn path=/head/; revision=47746
* Correct a link problem with zh_TW.BIG5, make the display reasonable.Foxfair Hu1999-04-101-2/+8
| | | | Notes: svn path=/head/; revision=45544
* Supporting locale for Chinese Big5 completely.Foxfair Hu1999-03-201-2/+2
| | | | Notes: svn path=/head/; revision=44911
* Fix disorder introduced by me in the Euro part 2 locale commit.Warner Losh1999-03-011-15/+15
| | | | | | | | Submited by: bde (This was uncommitted for too long in my tree, but is well tested) Notes: svn path=/head/; revision=44363
* back out obj/colldef PATH hack, it breaks cross-compiling per BruceAndrey A. Chernov1999-02-151-4/+1
| | | | | | | There is _BUILD_TOOLS hack for. Plase all targets under it. Notes: svn path=/head/; revision=44068
* syntax change: allow symbolic names as substitute first argAndrey A. Chernov1999-02-136-11/+12
| | | | | | | use this to substitute <ss> Notes: svn path=/head/; revision=43968
* substitute ssAndrey A. Chernov1999-02-125-10/+15
| | | | | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de> Notes: svn path=/head/; revision=43944
* Euro support, part 2.Warner Losh1999-01-2117-2/+1035
| | | | | | | | | | | | This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com> Notes: svn path=/head/; revision=43000
* I have been running with these locale data for a while now andPoul-Henning Kamp1998-08-101-2/+2
| | | | | | | | | | | | I hope some other people might find them useful. They are for zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding, so I could only hope someone else would fill the gap. PR: 7310 Submitted by: Luoqi Chen <luoqi@chen.ml.org> Notes: svn path=/head/; revision=38221
* add Hungarian clooateAndrey A. Chernov1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=38169
* Use the installed version of colldef for `make all'. It is nowBruce Evans1998-07-071-9/+6
| | | | | | | | | | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the colldef binary, but the layout of the colldef tree forces recursing to colldef/data for at least the obj target even when _BUILD_TOOLS is defined. Notes: svn path=/head/; revision=37480
* Add Slovene linkAndrey A. Chernov1997-11-071-2/+2
| | | | Notes: svn path=/head/; revision=31026
* Add Polish linkAndrey A. Chernov1997-11-071-2/+2
| | | | | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl> Notes: svn path=/head/; revision=31023
* put in the link for the dummy collation module for Shift-JISJulian Elischer1997-09-241-2/+2
| | | | Notes: svn path=/head/; revision=29812
* Add ASCII collate mainly for fallback for EUC-type localesAndrey A. Chernov1997-03-254-1/+27
| | | | Notes: svn path=/head/; revision=24275
* Add <ss> and ss orderingAndrey A. Chernov1997-03-102-4/+4
| | | | Notes: svn path=/head/; revision=23630
* Add generic colldef for ISO-8859-2.Wolfram Schneider1997-03-016-15/+484
| | | | | | | | | Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de> Use '.for' loop from make(1), not sh(1) 'for' loops. Notes: svn path=/head/; revision=23228
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2214-14/+14
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1414-14/+14
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* fix braino on my partAdam David1997-01-012-4/+4
| | | | Notes: svn path=/head/; revision=21156
* icelandic collationAdam David1996-12-313-3/+80
| | | | | | | (non-icelandic characters in latin1 order) Notes: svn path=/head/; revision=21137
* Add de and es collatesAndrey A. Chernov1996-12-305-4/+166
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=21118
* Check for not defined / redefined chars nowAndrey A. Chernov1996-10-237-91/+137
| | | | | | | Use backward compatible with ASCII collating tables Notes: svn path=/head/; revision=19128
* Use same primary / different secondary order for umlauts and digits partsAndrey A. Chernov1996-10-227-43/+43
| | | | Notes: svn path=/head/; revision=19115
* Save half of LC_COLLATE spaceAndrey A. Chernov1996-10-1512-134/+857
| | | | | | | | ASCIIfy data files, use RFC1345 symbolic names instead of hex codes Improve parser and manpage Notes: svn path=/head/; revision=18950
* New collating rules, reflect POSIX better nowAndrey A. Chernov1996-08-138-108/+3239
| | | | Notes: svn path=/head/; revision=17574
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-3/+3
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Make collation table compatible with POSIX WG15 view, i.e.Andrey A. Chernov1996-06-093-15/+21
| | | | | | | capital letters first Notes: svn path=/head/; revision=16259
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-038-0/+173
Notes: svn path=/head/; revision=12031