|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.575
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.575
|
|
|
073263 |
Problem: Unicode character properties are outdated.
|
|
|
073263 |
Solution: Update the tables with the latest version.
|
|
|
073263 |
Files: src/mbyte.c
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.574/src/mbyte.c 2014-11-19 17:05:52.209648533 +0100
|
|
|
073263 |
--- src/mbyte.c 2015-01-14 17:23:56.509597627 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1244,1263 ****
|
|
|
073263 |
static struct interval doublewidth[] =
|
|
|
073263 |
{
|
|
|
073263 |
{0x1100, 0x115f},
|
|
|
073263 |
- {0x11a3, 0x11a7},
|
|
|
073263 |
- {0x11fa, 0x11ff},
|
|
|
073263 |
{0x2329, 0x232a},
|
|
|
073263 |
{0x2e80, 0x2e99},
|
|
|
073263 |
{0x2e9b, 0x2ef3},
|
|
|
073263 |
{0x2f00, 0x2fd5},
|
|
|
073263 |
{0x2ff0, 0x2ffb},
|
|
|
073263 |
! {0x3000, 0x3029},
|
|
|
073263 |
! {0x3030, 0x303e},
|
|
|
073263 |
{0x3041, 0x3096},
|
|
|
073263 |
! {0x309b, 0x30ff},
|
|
|
073263 |
{0x3105, 0x312d},
|
|
|
073263 |
{0x3131, 0x318e},
|
|
|
073263 |
! {0x3190, 0x31b7},
|
|
|
073263 |
{0x31c0, 0x31e3},
|
|
|
073263 |
{0x31f0, 0x321e},
|
|
|
073263 |
{0x3220, 0x3247},
|
|
|
073263 |
--- 1244,1260 ----
|
|
|
073263 |
static struct interval doublewidth[] =
|
|
|
073263 |
{
|
|
|
073263 |
{0x1100, 0x115f},
|
|
|
073263 |
{0x2329, 0x232a},
|
|
|
073263 |
{0x2e80, 0x2e99},
|
|
|
073263 |
{0x2e9b, 0x2ef3},
|
|
|
073263 |
{0x2f00, 0x2fd5},
|
|
|
073263 |
{0x2ff0, 0x2ffb},
|
|
|
073263 |
! {0x3000, 0x303e},
|
|
|
073263 |
{0x3041, 0x3096},
|
|
|
073263 |
! {0x3099, 0x30ff},
|
|
|
073263 |
{0x3105, 0x312d},
|
|
|
073263 |
{0x3131, 0x318e},
|
|
|
073263 |
! {0x3190, 0x31ba},
|
|
|
073263 |
{0x31c0, 0x31e3},
|
|
|
073263 |
{0x31f0, 0x321e},
|
|
|
073263 |
{0x3220, 0x3247},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1267,1274 ****
|
|
|
073263 |
{0xa490, 0xa4c6},
|
|
|
073263 |
{0xa960, 0xa97c},
|
|
|
073263 |
{0xac00, 0xd7a3},
|
|
|
073263 |
- {0xd7b0, 0xd7c6},
|
|
|
073263 |
- {0xd7cb, 0xd7fb},
|
|
|
073263 |
{0xf900, 0xfaff},
|
|
|
073263 |
{0xfe10, 0xfe19},
|
|
|
073263 |
{0xfe30, 0xfe52},
|
|
|
073263 |
--- 1264,1269 ----
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1276,1287 ****
|
|
|
073263 |
{0xfe68, 0xfe6b},
|
|
|
073263 |
{0xff01, 0xff60},
|
|
|
073263 |
{0xffe0, 0xffe6},
|
|
|
073263 |
! {0x1f200, 0x1f200},
|
|
|
073263 |
! {0x1f210, 0x1f231},
|
|
|
073263 |
{0x1f240, 0x1f248},
|
|
|
073263 |
{0x20000, 0x2fffd},
|
|
|
073263 |
{0x30000, 0x3fffd}
|
|
|
073263 |
};
|
|
|
073263 |
/* Sorted list of non-overlapping intervals of East Asian Ambiguous
|
|
|
073263 |
* characters, generated with ../runtime/tools/unicode.vim. */
|
|
|
073263 |
static struct interval ambiguous[] =
|
|
|
073263 |
--- 1271,1285 ----
|
|
|
073263 |
{0xfe68, 0xfe6b},
|
|
|
073263 |
{0xff01, 0xff60},
|
|
|
073263 |
{0xffe0, 0xffe6},
|
|
|
073263 |
! {0x1b000, 0x1b001},
|
|
|
073263 |
! {0x1f200, 0x1f202},
|
|
|
073263 |
! {0x1f210, 0x1f23a},
|
|
|
073263 |
{0x1f240, 0x1f248},
|
|
|
073263 |
+ {0x1f250, 0x1f251},
|
|
|
073263 |
{0x20000, 0x2fffd},
|
|
|
073263 |
{0x30000, 0x3fffd}
|
|
|
073263 |
};
|
|
|
073263 |
+
|
|
|
073263 |
/* Sorted list of non-overlapping intervals of East Asian Ambiguous
|
|
|
073263 |
* characters, generated with ../runtime/tools/unicode.vim. */
|
|
|
073263 |
static struct interval ambiguous[] =
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1339,1344 ****
|
|
|
073263 |
--- 1337,1343 ----
|
|
|
073263 |
{0x02d8, 0x02db},
|
|
|
073263 |
{0x02dd, 0x02dd},
|
|
|
073263 |
{0x02df, 0x02df},
|
|
|
073263 |
+ {0x0300, 0x036f},
|
|
|
073263 |
{0x0391, 0x03a1},
|
|
|
073263 |
{0x03a3, 0x03a9},
|
|
|
073263 |
{0x03b1, 0x03c1},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1449,1470 ****
|
|
|
073263 |
{0x2b55, 0x2b59},
|
|
|
073263 |
{0x3248, 0x324f},
|
|
|
073263 |
{0xe000, 0xf8ff},
|
|
|
073263 |
{0xfffd, 0xfffd},
|
|
|
073263 |
{0x1f100, 0x1f10a},
|
|
|
073263 |
{0x1f110, 0x1f12d},
|
|
|
073263 |
! {0x1f131, 0x1f131},
|
|
|
073263 |
! {0x1f13d, 0x1f13d},
|
|
|
073263 |
! {0x1f13f, 0x1f13f},
|
|
|
073263 |
! {0x1f142, 0x1f142},
|
|
|
073263 |
! {0x1f146, 0x1f146},
|
|
|
073263 |
! {0x1f14a, 0x1f14e},
|
|
|
073263 |
! {0x1f157, 0x1f157},
|
|
|
073263 |
! {0x1f15f, 0x1f15f},
|
|
|
073263 |
! {0x1f179, 0x1f179},
|
|
|
073263 |
! {0x1f17b, 0x1f17c},
|
|
|
073263 |
! {0x1f17f, 0x1f17f},
|
|
|
073263 |
! {0x1f18a, 0x1f18d},
|
|
|
073263 |
! {0x1f190, 0x1f190},
|
|
|
073263 |
{0xf0000, 0xffffd},
|
|
|
073263 |
{0x100000, 0x10fffd}
|
|
|
073263 |
};
|
|
|
073263 |
--- 1448,1460 ----
|
|
|
073263 |
{0x2b55, 0x2b59},
|
|
|
073263 |
{0x3248, 0x324f},
|
|
|
073263 |
{0xe000, 0xf8ff},
|
|
|
073263 |
+ {0xfe00, 0xfe0f},
|
|
|
073263 |
{0xfffd, 0xfffd},
|
|
|
073263 |
{0x1f100, 0x1f10a},
|
|
|
073263 |
{0x1f110, 0x1f12d},
|
|
|
073263 |
! {0x1f130, 0x1f169},
|
|
|
073263 |
! {0x1f170, 0x1f19a},
|
|
|
073263 |
! {0xe0100, 0xe01ef},
|
|
|
073263 |
{0xf0000, 0xffffd},
|
|
|
073263 |
{0x100000, 0x10fffd}
|
|
|
073263 |
};
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2261,2270 ****
|
|
|
073263 |
{0x05c4, 0x05c5},
|
|
|
073263 |
{0x05c7, 0x05c7},
|
|
|
073263 |
{0x0610, 0x061a},
|
|
|
073263 |
! {0x064b, 0x065e},
|
|
|
073263 |
{0x0670, 0x0670},
|
|
|
073263 |
{0x06d6, 0x06dc},
|
|
|
073263 |
! {0x06de, 0x06e4},
|
|
|
073263 |
{0x06e7, 0x06e8},
|
|
|
073263 |
{0x06ea, 0x06ed},
|
|
|
073263 |
{0x0711, 0x0711},
|
|
|
073263 |
--- 2251,2260 ----
|
|
|
073263 |
{0x05c4, 0x05c5},
|
|
|
073263 |
{0x05c7, 0x05c7},
|
|
|
073263 |
{0x0610, 0x061a},
|
|
|
073263 |
! {0x064b, 0x065f},
|
|
|
073263 |
{0x0670, 0x0670},
|
|
|
073263 |
{0x06d6, 0x06dc},
|
|
|
073263 |
! {0x06df, 0x06e4},
|
|
|
073263 |
{0x06e7, 0x06e8},
|
|
|
073263 |
{0x06ea, 0x06ed},
|
|
|
073263 |
{0x0711, 0x0711},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2275,2284 ****
|
|
|
073263 |
{0x081b, 0x0823},
|
|
|
073263 |
{0x0825, 0x0827},
|
|
|
073263 |
{0x0829, 0x082d},
|
|
|
073263 |
! {0x0900, 0x0903},
|
|
|
073263 |
! {0x093c, 0x093c},
|
|
|
073263 |
! {0x093e, 0x094e},
|
|
|
073263 |
! {0x0951, 0x0955},
|
|
|
073263 |
{0x0962, 0x0963},
|
|
|
073263 |
{0x0981, 0x0983},
|
|
|
073263 |
{0x09bc, 0x09bc},
|
|
|
073263 |
--- 2265,2275 ----
|
|
|
073263 |
{0x081b, 0x0823},
|
|
|
073263 |
{0x0825, 0x0827},
|
|
|
073263 |
{0x0829, 0x082d},
|
|
|
073263 |
! {0x0859, 0x085b},
|
|
|
073263 |
! {0x08e4, 0x0903},
|
|
|
073263 |
! {0x093a, 0x093c},
|
|
|
073263 |
! {0x093e, 0x094f},
|
|
|
073263 |
! {0x0951, 0x0957},
|
|
|
073263 |
{0x0962, 0x0963},
|
|
|
073263 |
{0x0981, 0x0983},
|
|
|
073263 |
{0x09bc, 0x09bc},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2313,2332 ****
|
|
|
073263 |
{0x0bc6, 0x0bc8},
|
|
|
073263 |
{0x0bca, 0x0bcd},
|
|
|
073263 |
{0x0bd7, 0x0bd7},
|
|
|
073263 |
! {0x0c01, 0x0c03},
|
|
|
073263 |
{0x0c3e, 0x0c44},
|
|
|
073263 |
{0x0c46, 0x0c48},
|
|
|
073263 |
{0x0c4a, 0x0c4d},
|
|
|
073263 |
{0x0c55, 0x0c56},
|
|
|
073263 |
{0x0c62, 0x0c63},
|
|
|
073263 |
! {0x0c82, 0x0c83},
|
|
|
073263 |
{0x0cbc, 0x0cbc},
|
|
|
073263 |
{0x0cbe, 0x0cc4},
|
|
|
073263 |
{0x0cc6, 0x0cc8},
|
|
|
073263 |
{0x0cca, 0x0ccd},
|
|
|
073263 |
{0x0cd5, 0x0cd6},
|
|
|
073263 |
{0x0ce2, 0x0ce3},
|
|
|
073263 |
! {0x0d02, 0x0d03},
|
|
|
073263 |
{0x0d3e, 0x0d44},
|
|
|
073263 |
{0x0d46, 0x0d48},
|
|
|
073263 |
{0x0d4a, 0x0d4d},
|
|
|
073263 |
--- 2304,2323 ----
|
|
|
073263 |
{0x0bc6, 0x0bc8},
|
|
|
073263 |
{0x0bca, 0x0bcd},
|
|
|
073263 |
{0x0bd7, 0x0bd7},
|
|
|
073263 |
! {0x0c00, 0x0c03},
|
|
|
073263 |
{0x0c3e, 0x0c44},
|
|
|
073263 |
{0x0c46, 0x0c48},
|
|
|
073263 |
{0x0c4a, 0x0c4d},
|
|
|
073263 |
{0x0c55, 0x0c56},
|
|
|
073263 |
{0x0c62, 0x0c63},
|
|
|
073263 |
! {0x0c81, 0x0c83},
|
|
|
073263 |
{0x0cbc, 0x0cbc},
|
|
|
073263 |
{0x0cbe, 0x0cc4},
|
|
|
073263 |
{0x0cc6, 0x0cc8},
|
|
|
073263 |
{0x0cca, 0x0ccd},
|
|
|
073263 |
{0x0cd5, 0x0cd6},
|
|
|
073263 |
{0x0ce2, 0x0ce3},
|
|
|
073263 |
! {0x0d01, 0x0d03},
|
|
|
073263 |
{0x0d3e, 0x0d44},
|
|
|
073263 |
{0x0d46, 0x0d48},
|
|
|
073263 |
{0x0d4a, 0x0d4d},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2352,2358 ****
|
|
|
073263 |
{0x0f3e, 0x0f3f},
|
|
|
073263 |
{0x0f71, 0x0f84},
|
|
|
073263 |
{0x0f86, 0x0f87},
|
|
|
073263 |
! {0x0f90, 0x0f97},
|
|
|
073263 |
{0x0f99, 0x0fbc},
|
|
|
073263 |
{0x0fc6, 0x0fc6},
|
|
|
073263 |
{0x102b, 0x103e},
|
|
|
073263 |
--- 2343,2349 ----
|
|
|
073263 |
{0x0f3e, 0x0f3f},
|
|
|
073263 |
{0x0f71, 0x0f84},
|
|
|
073263 |
{0x0f86, 0x0f87},
|
|
|
073263 |
! {0x0f8d, 0x0f97},
|
|
|
073263 |
{0x0f99, 0x0fbc},
|
|
|
073263 |
{0x0fc6, 0x0fc6},
|
|
|
073263 |
{0x102b, 0x103e},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2364,2375 ****
|
|
|
073263 |
{0x1082, 0x108d},
|
|
|
073263 |
{0x108f, 0x108f},
|
|
|
073263 |
{0x109a, 0x109d},
|
|
|
073263 |
! {0x135f, 0x135f},
|
|
|
073263 |
{0x1712, 0x1714},
|
|
|
073263 |
{0x1732, 0x1734},
|
|
|
073263 |
{0x1752, 0x1753},
|
|
|
073263 |
{0x1772, 0x1773},
|
|
|
073263 |
! {0x17b6, 0x17d3},
|
|
|
073263 |
{0x17dd, 0x17dd},
|
|
|
073263 |
{0x180b, 0x180d},
|
|
|
073263 |
{0x18a9, 0x18a9},
|
|
|
073263 |
--- 2355,2366 ----
|
|
|
073263 |
{0x1082, 0x108d},
|
|
|
073263 |
{0x108f, 0x108f},
|
|
|
073263 |
{0x109a, 0x109d},
|
|
|
073263 |
! {0x135d, 0x135f},
|
|
|
073263 |
{0x1712, 0x1714},
|
|
|
073263 |
{0x1732, 0x1734},
|
|
|
073263 |
{0x1752, 0x1753},
|
|
|
073263 |
{0x1772, 0x1773},
|
|
|
073263 |
! {0x17b4, 0x17d3},
|
|
|
073263 |
{0x17dd, 0x17dd},
|
|
|
073263 |
{0x180b, 0x180d},
|
|
|
073263 |
{0x18a9, 0x18a9},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2381,2405 ****
|
|
|
073263 |
{0x1a55, 0x1a5e},
|
|
|
073263 |
{0x1a60, 0x1a7c},
|
|
|
073263 |
{0x1a7f, 0x1a7f},
|
|
|
073263 |
{0x1b00, 0x1b04},
|
|
|
073263 |
{0x1b34, 0x1b44},
|
|
|
073263 |
{0x1b6b, 0x1b73},
|
|
|
073263 |
{0x1b80, 0x1b82},
|
|
|
073263 |
! {0x1ba1, 0x1baa},
|
|
|
073263 |
{0x1c24, 0x1c37},
|
|
|
073263 |
{0x1cd0, 0x1cd2},
|
|
|
073263 |
{0x1cd4, 0x1ce8},
|
|
|
073263 |
{0x1ced, 0x1ced},
|
|
|
073263 |
! {0x1cf2, 0x1cf2},
|
|
|
073263 |
! {0x1dc0, 0x1de6},
|
|
|
073263 |
! {0x1dfd, 0x1dff},
|
|
|
073263 |
{0x20d0, 0x20f0},
|
|
|
073263 |
{0x2cef, 0x2cf1},
|
|
|
073263 |
{0x2de0, 0x2dff},
|
|
|
073263 |
{0x302a, 0x302f},
|
|
|
073263 |
{0x3099, 0x309a},
|
|
|
073263 |
{0xa66f, 0xa672},
|
|
|
073263 |
! {0xa67c, 0xa67d},
|
|
|
073263 |
{0xa6f0, 0xa6f1},
|
|
|
073263 |
{0xa802, 0xa802},
|
|
|
073263 |
{0xa806, 0xa806},
|
|
|
073263 |
--- 2372,2401 ----
|
|
|
073263 |
{0x1a55, 0x1a5e},
|
|
|
073263 |
{0x1a60, 0x1a7c},
|
|
|
073263 |
{0x1a7f, 0x1a7f},
|
|
|
073263 |
+ {0x1ab0, 0x1abe},
|
|
|
073263 |
{0x1b00, 0x1b04},
|
|
|
073263 |
{0x1b34, 0x1b44},
|
|
|
073263 |
{0x1b6b, 0x1b73},
|
|
|
073263 |
{0x1b80, 0x1b82},
|
|
|
073263 |
! {0x1ba1, 0x1bad},
|
|
|
073263 |
! {0x1be6, 0x1bf3},
|
|
|
073263 |
{0x1c24, 0x1c37},
|
|
|
073263 |
{0x1cd0, 0x1cd2},
|
|
|
073263 |
{0x1cd4, 0x1ce8},
|
|
|
073263 |
{0x1ced, 0x1ced},
|
|
|
073263 |
! {0x1cf2, 0x1cf4},
|
|
|
073263 |
! {0x1cf8, 0x1cf9},
|
|
|
073263 |
! {0x1dc0, 0x1df5},
|
|
|
073263 |
! {0x1dfc, 0x1dff},
|
|
|
073263 |
{0x20d0, 0x20f0},
|
|
|
073263 |
{0x2cef, 0x2cf1},
|
|
|
073263 |
+ {0x2d7f, 0x2d7f},
|
|
|
073263 |
{0x2de0, 0x2dff},
|
|
|
073263 |
{0x302a, 0x302f},
|
|
|
073263 |
{0x3099, 0x309a},
|
|
|
073263 |
{0xa66f, 0xa672},
|
|
|
073263 |
! {0xa674, 0xa67d},
|
|
|
073263 |
! {0xa69f, 0xa69f},
|
|
|
073263 |
{0xa6f0, 0xa6f1},
|
|
|
073263 |
{0xa802, 0xa802},
|
|
|
073263 |
{0xa806, 0xa806},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2412,2445 ****
|
|
|
073263 |
{0xa947, 0xa953},
|
|
|
073263 |
{0xa980, 0xa983},
|
|
|
073263 |
{0xa9b3, 0xa9c0},
|
|
|
073263 |
{0xaa29, 0xaa36},
|
|
|
073263 |
{0xaa43, 0xaa43},
|
|
|
073263 |
{0xaa4c, 0xaa4d},
|
|
|
073263 |
! {0xaa7b, 0xaa7b},
|
|
|
073263 |
{0xaab0, 0xaab0},
|
|
|
073263 |
{0xaab2, 0xaab4},
|
|
|
073263 |
{0xaab7, 0xaab8},
|
|
|
073263 |
{0xaabe, 0xaabf},
|
|
|
073263 |
{0xaac1, 0xaac1},
|
|
|
073263 |
{0xabe3, 0xabea},
|
|
|
073263 |
{0xabec, 0xabed},
|
|
|
073263 |
{0xfb1e, 0xfb1e},
|
|
|
073263 |
{0xfe00, 0xfe0f},
|
|
|
073263 |
! {0xfe20, 0xfe26},
|
|
|
073263 |
{0x101fd, 0x101fd},
|
|
|
073263 |
{0x10a01, 0x10a03},
|
|
|
073263 |
{0x10a05, 0x10a06},
|
|
|
073263 |
{0x10a0c, 0x10a0f},
|
|
|
073263 |
{0x10a38, 0x10a3a},
|
|
|
073263 |
{0x10a3f, 0x10a3f},
|
|
|
073263 |
! {0x11080, 0x11082},
|
|
|
073263 |
{0x110b0, 0x110ba},
|
|
|
073263 |
{0x1d165, 0x1d169},
|
|
|
073263 |
{0x1d16d, 0x1d172},
|
|
|
073263 |
{0x1d17b, 0x1d182},
|
|
|
073263 |
{0x1d185, 0x1d18b},
|
|
|
073263 |
{0x1d1aa, 0x1d1ad},
|
|
|
073263 |
{0x1d242, 0x1d244},
|
|
|
073263 |
{0xe0100, 0xe01ef}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
--- 2408,2476 ----
|
|
|
073263 |
{0xa947, 0xa953},
|
|
|
073263 |
{0xa980, 0xa983},
|
|
|
073263 |
{0xa9b3, 0xa9c0},
|
|
|
073263 |
+ {0xa9e5, 0xa9e5},
|
|
|
073263 |
{0xaa29, 0xaa36},
|
|
|
073263 |
{0xaa43, 0xaa43},
|
|
|
073263 |
{0xaa4c, 0xaa4d},
|
|
|
073263 |
! {0xaa7b, 0xaa7d},
|
|
|
073263 |
{0xaab0, 0xaab0},
|
|
|
073263 |
{0xaab2, 0xaab4},
|
|
|
073263 |
{0xaab7, 0xaab8},
|
|
|
073263 |
{0xaabe, 0xaabf},
|
|
|
073263 |
{0xaac1, 0xaac1},
|
|
|
073263 |
+ {0xaaeb, 0xaaef},
|
|
|
073263 |
+ {0xaaf5, 0xaaf6},
|
|
|
073263 |
{0xabe3, 0xabea},
|
|
|
073263 |
{0xabec, 0xabed},
|
|
|
073263 |
{0xfb1e, 0xfb1e},
|
|
|
073263 |
{0xfe00, 0xfe0f},
|
|
|
073263 |
! {0xfe20, 0xfe2d},
|
|
|
073263 |
{0x101fd, 0x101fd},
|
|
|
073263 |
+ {0x102e0, 0x102e0},
|
|
|
073263 |
+ {0x10376, 0x1037a},
|
|
|
073263 |
{0x10a01, 0x10a03},
|
|
|
073263 |
{0x10a05, 0x10a06},
|
|
|
073263 |
{0x10a0c, 0x10a0f},
|
|
|
073263 |
{0x10a38, 0x10a3a},
|
|
|
073263 |
{0x10a3f, 0x10a3f},
|
|
|
073263 |
! {0x10ae5, 0x10ae6},
|
|
|
073263 |
! {0x11000, 0x11002},
|
|
|
073263 |
! {0x11038, 0x11046},
|
|
|
073263 |
! {0x1107f, 0x11082},
|
|
|
073263 |
{0x110b0, 0x110ba},
|
|
|
073263 |
+ {0x11100, 0x11102},
|
|
|
073263 |
+ {0x11127, 0x11134},
|
|
|
073263 |
+ {0x11173, 0x11173},
|
|
|
073263 |
+ {0x11180, 0x11182},
|
|
|
073263 |
+ {0x111b3, 0x111c0},
|
|
|
073263 |
+ {0x1122c, 0x11237},
|
|
|
073263 |
+ {0x112df, 0x112ea},
|
|
|
073263 |
+ {0x11301, 0x11303},
|
|
|
073263 |
+ {0x1133c, 0x1133c},
|
|
|
073263 |
+ {0x1133e, 0x11344},
|
|
|
073263 |
+ {0x11347, 0x11348},
|
|
|
073263 |
+ {0x1134b, 0x1134d},
|
|
|
073263 |
+ {0x11357, 0x11357},
|
|
|
073263 |
+ {0x11362, 0x11363},
|
|
|
073263 |
+ {0x11366, 0x1136c},
|
|
|
073263 |
+ {0x11370, 0x11374},
|
|
|
073263 |
+ {0x114b0, 0x114c3},
|
|
|
073263 |
+ {0x115af, 0x115b5},
|
|
|
073263 |
+ {0x115b8, 0x115c0},
|
|
|
073263 |
+ {0x11630, 0x11640},
|
|
|
073263 |
+ {0x116ab, 0x116b7},
|
|
|
073263 |
+ {0x16af0, 0x16af4},
|
|
|
073263 |
+ {0x16b30, 0x16b36},
|
|
|
073263 |
+ {0x16f51, 0x16f7e},
|
|
|
073263 |
+ {0x16f8f, 0x16f92},
|
|
|
073263 |
+ {0x1bc9d, 0x1bc9e},
|
|
|
073263 |
{0x1d165, 0x1d169},
|
|
|
073263 |
{0x1d16d, 0x1d172},
|
|
|
073263 |
{0x1d17b, 0x1d182},
|
|
|
073263 |
{0x1d185, 0x1d18b},
|
|
|
073263 |
{0x1d1aa, 0x1d1ad},
|
|
|
073263 |
{0x1d242, 0x1d244},
|
|
|
073263 |
+ {0x1e8d0, 0x1e8d6},
|
|
|
073263 |
{0xe0100, 0xe01ef}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2679,2684 ****
|
|
|
073263 |
--- 2710,2716 ----
|
|
|
073263 |
{0x345,0x345,-1,116},
|
|
|
073263 |
{0x370,0x372,2,1},
|
|
|
073263 |
{0x376,0x376,-1,1},
|
|
|
073263 |
+ {0x37f,0x37f,-1,116},
|
|
|
073263 |
{0x386,0x386,-1,38},
|
|
|
073263 |
{0x388,0x38a,1,37},
|
|
|
073263 |
{0x38c,0x38c,-1,64},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2706,2714 ****
|
|
|
073263 |
{0x48a,0x4be,2,1},
|
|
|
073263 |
{0x4c0,0x4c0,-1,15},
|
|
|
073263 |
{0x4c1,0x4cd,2,1},
|
|
|
073263 |
! {0x4d0,0x524,2,1},
|
|
|
073263 |
{0x531,0x556,1,48},
|
|
|
073263 |
{0x10a0,0x10c5,1,7264},
|
|
|
073263 |
{0x1e00,0x1e94,2,1},
|
|
|
073263 |
{0x1e9b,0x1e9b,-1,-58},
|
|
|
073263 |
{0x1e9e,0x1e9e,-1,-7615},
|
|
|
073263 |
--- 2738,2747 ----
|
|
|
073263 |
{0x48a,0x4be,2,1},
|
|
|
073263 |
{0x4c0,0x4c0,-1,15},
|
|
|
073263 |
{0x4c1,0x4cd,2,1},
|
|
|
073263 |
! {0x4d0,0x52e,2,1},
|
|
|
073263 |
{0x531,0x556,1,48},
|
|
|
073263 |
{0x10a0,0x10c5,1,7264},
|
|
|
073263 |
+ {0x10c7,0x10cd,6,7264},
|
|
|
073263 |
{0x1e00,0x1e94,2,1},
|
|
|
073263 |
{0x1e9b,0x1e9b,-1,-58},
|
|
|
073263 |
{0x1e9e,0x1e9e,-1,-7615},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2758,2774 ****
|
|
|
073263 |
{0x2c7e,0x2c7f,1,-10815},
|
|
|
073263 |
{0x2c80,0x2ce2,2,1},
|
|
|
073263 |
{0x2ceb,0x2ced,2,1},
|
|
|
073263 |
! {0xa640,0xa65e,2,1},
|
|
|
073263 |
! {0xa662,0xa66c,2,1},
|
|
|
073263 |
! {0xa680,0xa696,2,1},
|
|
|
073263 |
{0xa722,0xa72e,2,1},
|
|
|
073263 |
{0xa732,0xa76e,2,1},
|
|
|
073263 |
{0xa779,0xa77b,2,1},
|
|
|
073263 |
{0xa77d,0xa77d,-1,-35332},
|
|
|
073263 |
{0xa77e,0xa786,2,1},
|
|
|
073263 |
{0xa78b,0xa78b,-1,1},
|
|
|
073263 |
{0xff21,0xff3a,1,32},
|
|
|
073263 |
! {0x10400,0x10427,1,40}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
static int utf_convert __ARGS((int a, convertStruct table[], int tableSize));
|
|
|
073263 |
--- 2791,2817 ----
|
|
|
073263 |
{0x2c7e,0x2c7f,1,-10815},
|
|
|
073263 |
{0x2c80,0x2ce2,2,1},
|
|
|
073263 |
{0x2ceb,0x2ced,2,1},
|
|
|
073263 |
! {0x2cf2,0xa640,31054,1},
|
|
|
073263 |
! {0xa642,0xa66c,2,1},
|
|
|
073263 |
! {0xa680,0xa69a,2,1},
|
|
|
073263 |
{0xa722,0xa72e,2,1},
|
|
|
073263 |
{0xa732,0xa76e,2,1},
|
|
|
073263 |
{0xa779,0xa77b,2,1},
|
|
|
073263 |
{0xa77d,0xa77d,-1,-35332},
|
|
|
073263 |
{0xa77e,0xa786,2,1},
|
|
|
073263 |
{0xa78b,0xa78b,-1,1},
|
|
|
073263 |
+ {0xa78d,0xa78d,-1,-42280},
|
|
|
073263 |
+ {0xa790,0xa792,2,1},
|
|
|
073263 |
+ {0xa796,0xa7a8,2,1},
|
|
|
073263 |
+ {0xa7aa,0xa7aa,-1,-42308},
|
|
|
073263 |
+ {0xa7ab,0xa7ab,-1,-42319},
|
|
|
073263 |
+ {0xa7ac,0xa7ac,-1,-42315},
|
|
|
073263 |
+ {0xa7ad,0xa7ad,-1,-42305},
|
|
|
073263 |
+ {0xa7b0,0xa7b0,-1,-42258},
|
|
|
073263 |
+ {0xa7b1,0xa7b1,-1,-42282},
|
|
|
073263 |
{0xff21,0xff3a,1,32},
|
|
|
073263 |
! {0x10400,0x10427,1,40},
|
|
|
073263 |
! {0x118a0,0x118bf,1,32}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
static int utf_convert __ARGS((int a, convertStruct table[], int tableSize));
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2885,2890 ****
|
|
|
073263 |
--- 2928,2934 ----
|
|
|
073263 |
{0x246,0x24e,2,1},
|
|
|
073263 |
{0x370,0x372,2,1},
|
|
|
073263 |
{0x376,0x376,-1,1},
|
|
|
073263 |
+ {0x37f,0x37f,-1,116},
|
|
|
073263 |
{0x386,0x386,-1,38},
|
|
|
073263 |
{0x388,0x38a,1,37},
|
|
|
073263 |
{0x38c,0x38c,-1,64},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2904,2912 ****
|
|
|
073263 |
{0x48a,0x4be,2,1},
|
|
|
073263 |
{0x4c0,0x4c0,-1,15},
|
|
|
073263 |
{0x4c1,0x4cd,2,1},
|
|
|
073263 |
! {0x4d0,0x524,2,1},
|
|
|
073263 |
{0x531,0x556,1,48},
|
|
|
073263 |
{0x10a0,0x10c5,1,7264},
|
|
|
073263 |
{0x1e00,0x1e94,2,1},
|
|
|
073263 |
{0x1e9e,0x1e9e,-1,-7615},
|
|
|
073263 |
{0x1ea0,0x1efe,2,1},
|
|
|
073263 |
--- 2948,2957 ----
|
|
|
073263 |
{0x48a,0x4be,2,1},
|
|
|
073263 |
{0x4c0,0x4c0,-1,15},
|
|
|
073263 |
{0x4c1,0x4cd,2,1},
|
|
|
073263 |
! {0x4d0,0x52e,2,1},
|
|
|
073263 |
{0x531,0x556,1,48},
|
|
|
073263 |
{0x10a0,0x10c5,1,7264},
|
|
|
073263 |
+ {0x10c7,0x10cd,6,7264},
|
|
|
073263 |
{0x1e00,0x1e94,2,1},
|
|
|
073263 |
{0x1e9e,0x1e9e,-1,-7615},
|
|
|
073263 |
{0x1ea0,0x1efe,2,1},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 2954,2977 ****
|
|
|
073263 |
{0x2c7e,0x2c7f,1,-10815},
|
|
|
073263 |
{0x2c80,0x2ce2,2,1},
|
|
|
073263 |
{0x2ceb,0x2ced,2,1},
|
|
|
073263 |
! {0xa640,0xa65e,2,1},
|
|
|
073263 |
! {0xa662,0xa66c,2,1},
|
|
|
073263 |
! {0xa680,0xa696,2,1},
|
|
|
073263 |
{0xa722,0xa72e,2,1},
|
|
|
073263 |
{0xa732,0xa76e,2,1},
|
|
|
073263 |
{0xa779,0xa77b,2,1},
|
|
|
073263 |
{0xa77d,0xa77d,-1,-35332},
|
|
|
073263 |
{0xa77e,0xa786,2,1},
|
|
|
073263 |
{0xa78b,0xa78b,-1,1},
|
|
|
073263 |
{0xff21,0xff3a,1,32},
|
|
|
073263 |
! {0x10400,0x10427,1,40}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
static convertStruct toUpper[] =
|
|
|
073263 |
{
|
|
|
073263 |
{0x61,0x7a,1,-32},
|
|
|
073263 |
{0xb5,0xb5,-1,743},
|
|
|
073263 |
! {0xe0,0xf6,1,-32}, /* 0xdf (German sharp s) is not upper-cased */
|
|
|
073263 |
{0xf8,0xfe,1,-32},
|
|
|
073263 |
{0xff,0xff,-1,121},
|
|
|
073263 |
{0x101,0x12f,2,-1},
|
|
|
073263 |
--- 2999,3032 ----
|
|
|
073263 |
{0x2c7e,0x2c7f,1,-10815},
|
|
|
073263 |
{0x2c80,0x2ce2,2,1},
|
|
|
073263 |
{0x2ceb,0x2ced,2,1},
|
|
|
073263 |
! {0x2cf2,0xa640,31054,1},
|
|
|
073263 |
! {0xa642,0xa66c,2,1},
|
|
|
073263 |
! {0xa680,0xa69a,2,1},
|
|
|
073263 |
{0xa722,0xa72e,2,1},
|
|
|
073263 |
{0xa732,0xa76e,2,1},
|
|
|
073263 |
{0xa779,0xa77b,2,1},
|
|
|
073263 |
{0xa77d,0xa77d,-1,-35332},
|
|
|
073263 |
{0xa77e,0xa786,2,1},
|
|
|
073263 |
{0xa78b,0xa78b,-1,1},
|
|
|
073263 |
+ {0xa78d,0xa78d,-1,-42280},
|
|
|
073263 |
+ {0xa790,0xa792,2,1},
|
|
|
073263 |
+ {0xa796,0xa7a8,2,1},
|
|
|
073263 |
+ {0xa7aa,0xa7aa,-1,-42308},
|
|
|
073263 |
+ {0xa7ab,0xa7ab,-1,-42319},
|
|
|
073263 |
+ {0xa7ac,0xa7ac,-1,-42315},
|
|
|
073263 |
+ {0xa7ad,0xa7ad,-1,-42305},
|
|
|
073263 |
+ {0xa7b0,0xa7b0,-1,-42258},
|
|
|
073263 |
+ {0xa7b1,0xa7b1,-1,-42282},
|
|
|
073263 |
{0xff21,0xff3a,1,32},
|
|
|
073263 |
! {0x10400,0x10427,1,40},
|
|
|
073263 |
! {0x118a0,0x118bf,1,32}
|
|
|
073263 |
};
|
|
|
073263 |
|
|
|
073263 |
static convertStruct toUpper[] =
|
|
|
073263 |
{
|
|
|
073263 |
{0x61,0x7a,1,-32},
|
|
|
073263 |
{0xb5,0xb5,-1,743},
|
|
|
073263 |
! {0xe0,0xf6,1,-32},
|
|
|
073263 |
{0xf8,0xfe,1,-32},
|
|
|
073263 |
{0xff,0xff,-1,121},
|
|
|
073263 |
{0x101,0x12f,2,-1},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3021,3042 ****
|
|
|
073263 |
--- 3076,3104 ----
|
|
|
073263 |
{0x256,0x257,1,-205},
|
|
|
073263 |
{0x259,0x259,-1,-202},
|
|
|
073263 |
{0x25b,0x25b,-1,-203},
|
|
|
073263 |
+ {0x25c,0x25c,-1,42319},
|
|
|
073263 |
{0x260,0x260,-1,-205},
|
|
|
073263 |
+ {0x261,0x261,-1,42315},
|
|
|
073263 |
{0x263,0x263,-1,-207},
|
|
|
073263 |
+ {0x265,0x265,-1,42280},
|
|
|
073263 |
+ {0x266,0x266,-1,42308},
|
|
|
073263 |
{0x268,0x268,-1,-209},
|
|
|
073263 |
{0x269,0x269,-1,-211},
|
|
|
073263 |
{0x26b,0x26b,-1,10743},
|
|
|
073263 |
+ {0x26c,0x26c,-1,42305},
|
|
|
073263 |
{0x26f,0x26f,-1,-211},
|
|
|
073263 |
{0x271,0x271,-1,10749},
|
|
|
073263 |
{0x272,0x272,-1,-213},
|
|
|
073263 |
{0x275,0x275,-1,-214},
|
|
|
073263 |
{0x27d,0x27d,-1,10727},
|
|
|
073263 |
{0x280,0x283,3,-218},
|
|
|
073263 |
+ {0x287,0x287,-1,42282},
|
|
|
073263 |
{0x288,0x288,-1,-218},
|
|
|
073263 |
{0x289,0x289,-1,-69},
|
|
|
073263 |
{0x28a,0x28b,1,-217},
|
|
|
073263 |
{0x28c,0x28c,-1,-71},
|
|
|
073263 |
{0x292,0x292,-1,-219},
|
|
|
073263 |
+ {0x29e,0x29e,-1,42258},
|
|
|
073263 |
{0x345,0x345,-1,84},
|
|
|
073263 |
{0x371,0x373,2,-1},
|
|
|
073263 |
{0x377,0x377,-1,-1},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3057,3062 ****
|
|
|
073263 |
--- 3119,3125 ----
|
|
|
073263 |
{0x3f0,0x3f0,-1,-86},
|
|
|
073263 |
{0x3f1,0x3f1,-1,-80},
|
|
|
073263 |
{0x3f2,0x3f2,-1,7},
|
|
|
073263 |
+ {0x3f3,0x3f3,-1,-116},
|
|
|
073263 |
{0x3f5,0x3f5,-1,-96},
|
|
|
073263 |
{0x3f8,0x3fb,3,-1},
|
|
|
073263 |
{0x430,0x44f,1,-32},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3065,3071 ****
|
|
|
073263 |
{0x48b,0x4bf,2,-1},
|
|
|
073263 |
{0x4c2,0x4ce,2,-1},
|
|
|
073263 |
{0x4cf,0x4cf,-1,-15},
|
|
|
073263 |
! {0x4d1,0x525,2,-1},
|
|
|
073263 |
{0x561,0x586,1,-48},
|
|
|
073263 |
{0x1d79,0x1d79,-1,35332},
|
|
|
073263 |
{0x1d7d,0x1d7d,-1,3814},
|
|
|
073263 |
--- 3128,3134 ----
|
|
|
073263 |
{0x48b,0x4bf,2,-1},
|
|
|
073263 |
{0x4c2,0x4ce,2,-1},
|
|
|
073263 |
{0x4cf,0x4cf,-1,-15},
|
|
|
073263 |
! {0x4d1,0x52f,2,-1},
|
|
|
073263 |
{0x561,0x586,1,-48},
|
|
|
073263 |
{0x1d79,0x1d79,-1,35332},
|
|
|
073263 |
{0x1d7d,0x1d7d,-1,3814},
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3108,3126 ****
|
|
|
073263 |
{0x2c73,0x2c76,3,-1},
|
|
|
073263 |
{0x2c81,0x2ce3,2,-1},
|
|
|
073263 |
{0x2cec,0x2cee,2,-1},
|
|
|
073263 |
{0x2d00,0x2d25,1,-7264},
|
|
|
073263 |
! {0xa641,0xa65f,2,-1},
|
|
|
073263 |
! {0xa663,0xa66d,2,-1},
|
|
|
073263 |
! {0xa681,0xa697,2,-1},
|
|
|
073263 |
{0xa723,0xa72f,2,-1},
|
|
|
073263 |
{0xa733,0xa76f,2,-1},
|
|
|
073263 |
{0xa77a,0xa77c,2,-1},
|
|
|
073263 |
{0xa77f,0xa787,2,-1},
|
|
|
073263 |
! {0xa78c,0xa78c,-1,-1},
|
|
|
073263 |
{0xff41,0xff5a,1,-32},
|
|
|
073263 |
! {0x10428,0x1044f,1,-40}
|
|
|
073263 |
};
|
|
|
073263 |
-
|
|
|
073263 |
/*
|
|
|
073263 |
* Return the upper-case equivalent of "a", which is a UCS-4 character. Use
|
|
|
073263 |
* simple case folding.
|
|
|
073263 |
--- 3171,3192 ----
|
|
|
073263 |
{0x2c73,0x2c76,3,-1},
|
|
|
073263 |
{0x2c81,0x2ce3,2,-1},
|
|
|
073263 |
{0x2cec,0x2cee,2,-1},
|
|
|
073263 |
+ {0x2cf3,0x2cf3,-1,-1},
|
|
|
073263 |
{0x2d00,0x2d25,1,-7264},
|
|
|
073263 |
! {0x2d27,0x2d2d,6,-7264},
|
|
|
073263 |
! {0xa641,0xa66d,2,-1},
|
|
|
073263 |
! {0xa681,0xa69b,2,-1},
|
|
|
073263 |
{0xa723,0xa72f,2,-1},
|
|
|
073263 |
{0xa733,0xa76f,2,-1},
|
|
|
073263 |
{0xa77a,0xa77c,2,-1},
|
|
|
073263 |
{0xa77f,0xa787,2,-1},
|
|
|
073263 |
! {0xa78c,0xa791,5,-1},
|
|
|
073263 |
! {0xa793,0xa797,4,-1},
|
|
|
073263 |
! {0xa799,0xa7a9,2,-1},
|
|
|
073263 |
{0xff41,0xff5a,1,-32},
|
|
|
073263 |
! {0x10428,0x1044f,1,-40},
|
|
|
073263 |
! {0x118c0,0x118df,1,-32}
|
|
|
073263 |
};
|
|
|
073263 |
/*
|
|
|
073263 |
* Return the upper-case equivalent of "a", which is a UCS-4 character. Use
|
|
|
073263 |
* simple case folding.
|
|
|
073263 |
*** ../vim-7.4.574/src/version.c 2015-01-14 17:14:57.351424263 +0100
|
|
|
073263 |
--- src/version.c 2015-01-14 17:25:39.336485325 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 743,744 ****
|
|
|
073263 |
--- 743,746 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 575,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
From "know your smileys":
|
|
|
073263 |
:~) A man with a tape recorder up his nose
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|