Mercurial > vim
annotate src/testdir/test48.ok @ 18014:82543df649ba v8.1.2003
patch 8.1.2003: MS-Windows: code page 65001 is not recognized
Commit: https://github.com/vim/vim/commit/fa90d70884ee208966b84052080a7d5eeb8ac2d5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 7 16:07:47 2019 +0200
patch 8.1.2003: MS-Windows: code page 65001 is not recognized
Problem: MS-Windows: code page 65001 is not recognized.
Solution: Use utf-8 for code page 65001. (Dan Thompson, closes https://github.com/vim/vim/issues/4902)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 07 Sep 2019 16:15:03 +0200 |
parents | 9dc52b404c1b |
children |
rev | line source |
---|---|
4013 | 1 , foo |
7 | 2 keyword keyword |
3 all your base | |
4 are belong to vim | |
5 1 2 3 4 5 7 | |
6 'i' <-- should be 3 ' ' | |
7 'C' <-- should be 3 ' ' | |
8 'a' <-- should be 4 ' ' | |
9 'A'<-- should be 0 ' ' | |
10 'D' <-- 'D' should be intact | |
11 this is a test | |
12 this is a test | |
13 this is a test | |
14 "r" x<-- should be 'x' | |
6468 | 15 "r" x <-- should be ' x ' |
7 | 16 [This line should contain only the text between the brackets.] |
17 v i m <-- should show the name of a noted text editor | |
18 6 . 0 <-- and its version number | |
19 | |
20 a | |
21 a | |
22 a | |
23 |