diff options
| author | Juanma Barranquero | 2010-09-05 04:06:39 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-05 04:06:39 +0200 |
| commit | 733946e7777ead2416bc1161784e3143a9472d00 (patch) | |
| tree | 165cbac617007aea4802ee100891ab7101e9e2a7 /src | |
| parent | 988818b8dd8d60ddfb4885270489f61a64d413f5 (diff) | |
| download | emacs-733946e7777ead2416bc1161784e3143a9472d00.tar.gz emacs-733946e7777ead2416bc1161784e3143a9472d00.zip | |
Update to latest Unicode 6.0 beta data files.
* admin/unidata/BidiMirroring.txt: Update from
http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
* admin/unidata/UnicodeData.txt: Update from
http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
* lisp/international/uni-bidi.el:
* lisp/international/uni-category.el:
* lisp/international/uni-combining.el:
* lisp/international/uni-decimal.el:
* lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el: Regenerate.
* src/biditype.h: Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/biditype.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 124159fc672..4b4f82aa4c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * biditype.h: Regenerate. | ||
| 4 | |||
| 1 | 2010-09-04 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-09-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * nsimage.m (ns_load_image): Check argument types. | 7 | * nsimage.m (ns_load_image): Check argument types. |
diff --git a/src/biditype.h b/src/biditype.h index 60fc6374f39..868aabd9ea6 100644 --- a/src/biditype.h +++ b/src/biditype.h | |||
| @@ -83,7 +83,8 @@ | |||
| 83 | { 0x0671, 0x06D5, STRONG_AL }, | 83 | { 0x0671, 0x06D5, STRONG_AL }, |
| 84 | { 0x06D6, 0x06DC, WEAK_NSM }, | 84 | { 0x06D6, 0x06DC, WEAK_NSM }, |
| 85 | { 0x06DD, 0x06DD, WEAK_AN }, | 85 | { 0x06DD, 0x06DD, WEAK_AN }, |
| 86 | { 0x06DE, 0x06E4, WEAK_NSM }, | 86 | { 0x06DE, 0x06DE, NEUTRAL_ON }, |
| 87 | { 0x06DF, 0x06E4, WEAK_NSM }, | ||
| 87 | { 0x06E5, 0x06E6, STRONG_AL }, | 88 | { 0x06E5, 0x06E6, STRONG_AL }, |
| 88 | { 0x06E7, 0x06E8, WEAK_NSM }, | 89 | { 0x06E7, 0x06E8, WEAK_NSM }, |
| 89 | { 0x06E9, 0x06E9, NEUTRAL_ON }, | 90 | { 0x06E9, 0x06E9, NEUTRAL_ON }, |
| @@ -271,7 +272,7 @@ | |||
| 271 | { 0x2080, 0x2089, WEAK_EN }, | 272 | { 0x2080, 0x2089, WEAK_EN }, |
| 272 | { 0x208A, 0x208B, WEAK_ES }, | 273 | { 0x208A, 0x208B, WEAK_ES }, |
| 273 | { 0x208C, 0x208E, NEUTRAL_ON }, | 274 | { 0x208C, 0x208E, NEUTRAL_ON }, |
| 274 | { 0x20A0, 0x20B8, WEAK_ET }, | 275 | { 0x20A0, 0x20B9, WEAK_ET }, |
| 275 | { 0x20D0, 0x20F0, WEAK_NSM }, | 276 | { 0x20D0, 0x20F0, WEAK_NSM }, |
| 276 | { 0x2100, 0x2101, NEUTRAL_ON }, | 277 | { 0x2100, 0x2101, NEUTRAL_ON }, |
| 277 | { 0x2103, 0x2106, NEUTRAL_ON }, | 278 | { 0x2103, 0x2106, NEUTRAL_ON }, |