diff options
| author | Chong Yidong | 2009-06-04 01:51:47 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-06-04 01:51:47 +0000 |
| commit | 01a39864f40317b0adbbbaf6c18b40d788d47b11 (patch) | |
| tree | 7b5238e9838284592f627d2ae19d7631ea6993af | |
| parent | f197085bc676225638f5c507e027fb34d33d84be (diff) | |
| download | emacs-01a39864f40317b0adbbbaf6c18b40d788d47b11.tar.gz emacs-01a39864f40317b0adbbbaf6c18b40d788d47b11.zip | |
* international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
| -rw-r--r-- | lisp/international/README | 51 | ||||
| -rw-r--r-- | lisp/international/charprop.el | 6 | ||||
| -rw-r--r-- | lisp/international/uni-bidi.el | bin | 7942 -> 8124 bytes | |||
| -rw-r--r-- | lisp/international/uni-category.el | bin | 10864 -> 11046 bytes | |||
| -rw-r--r-- | lisp/international/uni-combining.el | bin | 7647 -> 7829 bytes | |||
| -rw-r--r-- | lisp/international/uni-comment.el | bin | 7736 -> 7918 bytes | |||
| -rw-r--r-- | lisp/international/uni-decimal.el | bin | 2155 -> 2337 bytes | |||
| -rw-r--r-- | lisp/international/uni-decomposition.el | bin | 26899 -> 27081 bytes | |||
| -rw-r--r-- | lisp/international/uni-digit.el | bin | 2348 -> 2530 bytes | |||
| -rw-r--r-- | lisp/international/uni-lowercase.el | bin | 5126 -> 5308 bytes | |||
| -rw-r--r-- | lisp/international/uni-mirrored.el | bin | 6778 -> 6960 bytes | |||
| -rw-r--r-- | lisp/international/uni-name.el | bin | 119673 -> 119855 bytes | |||
| -rw-r--r-- | lisp/international/uni-numeric.el | bin | 3649 -> 3831 bytes | |||
| -rw-r--r-- | lisp/international/uni-old-name.el | bin | 19151 -> 19333 bytes | |||
| -rw-r--r-- | lisp/international/uni-titlecase.el | bin | 5222 -> 5404 bytes | |||
| -rw-r--r-- | lisp/international/uni-uppercase.el | bin | 5218 -> 5400 bytes |
16 files changed, 56 insertions, 1 deletions
diff --git a/lisp/international/README b/lisp/international/README new file mode 100644 index 00000000000..59923b456b9 --- /dev/null +++ b/lisp/international/README | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | The following files in this directory are derived from the Unicode | ||
| 2 | Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt, | ||
| 3 | downloaded on 2006-05-23: | ||
| 4 | |||
| 5 | charprop.el uni-bidi.el uni-category.el uni-combining.el | ||
| 6 | uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el | ||
| 7 | uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric.el | ||
| 8 | uni-old-name.el uni-titlecase.el uni-uppercase.el | ||
| 9 | |||
| 10 | These files were generated from UnicodeData.txt using unidata-gen.el, | ||
| 11 | which is not included in the Emacs distribution; it can be found in | ||
| 12 | the admin/unidata directory of the Emacs source repository at | ||
| 13 | https://savannah.gnu.org/projects/emacs/ | ||
| 14 | |||
| 15 | The file UnicodeData.txt is used under the terms of the following | ||
| 16 | Copyright and Permission Notice: | ||
| 17 | |||
| 18 | |||
| 19 | Copyright (C) 1991-2009 Unicode, Inc. All rights reserved. Distributed | ||
| 20 | under the Terms of Use in http://www.unicode.org/copyright.html. | ||
| 21 | |||
| 22 | Permission is hereby granted, free of charge, to any person obtaining | ||
| 23 | a copy of the Unicode data files and any associated documentation (the | ||
| 24 | "Data Files") or Unicode software and any associated documentation | ||
| 25 | (the "Software") to deal in the Data Files or Software without | ||
| 26 | restriction, including without limitation the rights to use, copy, | ||
| 27 | modify, merge, publish, distribute, and/or sell copies of the Data | ||
| 28 | Files or Software, and to permit persons to whom the Data Files or | ||
| 29 | Software are furnished to do so, provided that (a) the above copyright | ||
| 30 | notice(s) and this permission notice appear with all copies of the | ||
| 31 | Data Files or Software, (b) both the above copyright notice(s) and | ||
| 32 | this permission notice appear in associated documentation, and (c) | ||
| 33 | there is clear notice in each modified Data File or in the Software as | ||
| 34 | well as in the documentation associated with the Data File(s) or | ||
| 35 | Software that the data or software has been modified. | ||
| 36 | |||
| 37 | THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF | ||
| 38 | ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | ||
| 39 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 40 | NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT | ||
| 41 | HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR | ||
| 42 | ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES | ||
| 43 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 44 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | ||
| 45 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR | ||
| 46 | SOFTWARE. | ||
| 47 | |||
| 48 | Except as contained in this notice, the name of a copyright holder | ||
| 49 | shall not be used in advertising or otherwise to promote the sale, use | ||
| 50 | or other dealings in these Data Files or Software without prior | ||
| 51 | written authorization of the copyright holder. | ||
diff --git a/lisp/international/charprop.el b/lisp/international/charprop.el index 7616eb69170..db3ae0a5111 100644 --- a/lisp/international/charprop.el +++ b/lisp/international/charprop.el | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | ;; Automatically generated by unidata-gen.el. | 1 | ;; Copyright (C) 1991-2009 Unicode, Inc. |
| 2 | ;; This file was generated from the Unicode data file at | ||
| 3 | ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. | ||
| 4 | ;; See lisp/international/README for the copyright and permission notice. | ||
| 5 | |||
| 2 | ;; FILE: uni-name.el | 6 | ;; FILE: uni-name.el |
| 3 | (define-char-code-property 'name "uni-name.el" | 7 | (define-char-code-property 'name "uni-name.el" |
| 4 | "Unicode character name. | 8 | "Unicode character name. |
diff --git a/lisp/international/uni-bidi.el b/lisp/international/uni-bidi.el index 3c308531ca5..90fb20a198c 100644 --- a/lisp/international/uni-bidi.el +++ b/lisp/international/uni-bidi.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-category.el b/lisp/international/uni-category.el index 4ce454a7f3c..06600721c75 100644 --- a/lisp/international/uni-category.el +++ b/lisp/international/uni-category.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-combining.el b/lisp/international/uni-combining.el index 55bfe1adfaa..e6c5be7aaae 100644 --- a/lisp/international/uni-combining.el +++ b/lisp/international/uni-combining.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-comment.el b/lisp/international/uni-comment.el index ab18af20972..f62340c8b80 100644 --- a/lisp/international/uni-comment.el +++ b/lisp/international/uni-comment.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-decimal.el b/lisp/international/uni-decimal.el index f56be8ad6f0..eb68ff56314 100644 --- a/lisp/international/uni-decimal.el +++ b/lisp/international/uni-decimal.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-decomposition.el b/lisp/international/uni-decomposition.el index 79afa2b6e3e..b2a5dade129 100644 --- a/lisp/international/uni-decomposition.el +++ b/lisp/international/uni-decomposition.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-digit.el b/lisp/international/uni-digit.el index 293a2cb73ab..742ea9c38a9 100644 --- a/lisp/international/uni-digit.el +++ b/lisp/international/uni-digit.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-lowercase.el b/lisp/international/uni-lowercase.el index 02481bdfee1..384dcc885a3 100644 --- a/lisp/international/uni-lowercase.el +++ b/lisp/international/uni-lowercase.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-mirrored.el b/lisp/international/uni-mirrored.el index 87bfcbd065c..b4e54044569 100644 --- a/lisp/international/uni-mirrored.el +++ b/lisp/international/uni-mirrored.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-name.el b/lisp/international/uni-name.el index aa35558dc94..d2cc9951b01 100644 --- a/lisp/international/uni-name.el +++ b/lisp/international/uni-name.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-numeric.el b/lisp/international/uni-numeric.el index bf4f1831984..036dbe9a8f0 100644 --- a/lisp/international/uni-numeric.el +++ b/lisp/international/uni-numeric.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-old-name.el b/lisp/international/uni-old-name.el index c7d18db5f5d..c6eb51bee94 100644 --- a/lisp/international/uni-old-name.el +++ b/lisp/international/uni-old-name.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-titlecase.el b/lisp/international/uni-titlecase.el index ad03e8fe2a4..de40e58e253 100644 --- a/lisp/international/uni-titlecase.el +++ b/lisp/international/uni-titlecase.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-uppercase.el b/lisp/international/uni-uppercase.el index 01da63d120b..b73e272713f 100644 --- a/lisp/international/uni-uppercase.el +++ b/lisp/international/uni-uppercase.el | |||
| Binary files differ | |||