Advertisement
Guest User

utf-8 vim weirdness

a guest
Jul 3rd, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.57 KB | None | 0 0
  1. # This line doesn't work properly in vim 7.2. It seems cursor/character positioning gets confused.
  2. my %test = ('utf-8' => [ 'wiki', 'â日本語é', 'çमानक हिन्दीà' ]);
  3. # 1. The problem is with the devanagari characters. There's only six of them: but 9-ish are displayed
  4. # 2. Go to end of line
  5. # 3. Observe that cursor doesn't go completely to end of line. Cursor goes to closing ] only
  6. # 4. Move cursor left character-at-a-time (arrow or h)
  7. # 5. Before you've reached the Kanji characters, one of the devanagari characters is replaced with an extraneous ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement