|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.520
|
|
|
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.520
|
|
|
073263 |
Problem: Sun PCK locale is not recognzed.
|
|
|
073263 |
Solution: Add PCK in the table. (Keiichi Oono)
|
|
|
073263 |
Files: src/mbyte.c
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.519/src/mbyte.c 2014-09-15 14:25:51.305650006 +0200
|
|
|
073263 |
--- src/mbyte.c 2014-11-19 16:48:14.205705174 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 405,410 ****
|
|
|
073263 |
--- 405,411 ----
|
|
|
073263 |
{"unix-jis", IDX_EUC_JP},
|
|
|
073263 |
{"ujis", IDX_EUC_JP},
|
|
|
073263 |
{"shift-jis", IDX_SJIS},
|
|
|
073263 |
+ {"pck", IDX_SJIS}, /* Sun: PCK */
|
|
|
073263 |
{"euckr", IDX_EUC_KR},
|
|
|
073263 |
{"5601", IDX_EUC_KR}, /* Sun: KS C 5601 */
|
|
|
073263 |
{"euccn", IDX_EUC_CN},
|
|
|
073263 |
*** ../vim-7.4.519/src/version.c 2014-11-19 16:38:01.520679869 +0100
|
|
|
073263 |
--- src/version.c 2014-11-19 16:49:28.404860112 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 743,744 ****
|
|
|
073263 |
--- 743,746 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 520,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
|
|
|
073263 |
ARTHUR: What do you mean? An African or European swallow?
|
|
|
073263 |
BRIDGEKEEPER: Er ... I don't know that ... Aaaaarrrrrrggghhh!
|
|
|
073263 |
BRIDGEKEEPER is cast into the gorge.
|
|
|
073263 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
|
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 ///
|