kalvinC / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Euro sign on win32 #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
To insert a € sign in  "Insert Mode", i use 
3 keypress sequence : 
1  <C-k>   >>> Ctrl-K key combination
2    =     >>> = key
3    e     >>> e key

What is the expected output? 
€
What do you see instead?
The cursor go to the beginning of the line, when setting encoding=utf-8, and 
none char to output. By default, the encoding is  encoding=latin1, when input 
the 3 keys: <C-k>=e sequence, I see the e character on the display. But on 
Linux system this work well.

What version of the product are you using? On what operating system?
:ver
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar  8 2013 20:05:11)
MS-Windows 32-bit console version
Included patches: 1-854

Please provide any additional information below.
One char is the expected to output, the euro sign €.
My options are:
--- Options ---
  autoindent          hlsearch            modified            scroll=19           showmatch           t_vb=
  encoding=utf-8      ignorecase          number              scrolloff=3         smartcase
  helplang=fr         incsearch           ruler               shiftwidth=3        ttyfast
  backspace=indent,eol,start
  fileencodings=ucs-bom,utf-8,default,latin1

Original issue reported on code.google.com by Go.Zu...@gmail.com on 8 Mar 2013 at 7:59

GoogleCodeExporter commented 9 years ago
I cannot reproduce. I get a Euro symbol in 7.3.646 on Windows Vista when 
encoding is set to UTF-8. When encoding is Latin1, I just get an 'e' character.

Original comment by fritzoph...@gmail.com on 24 Mar 2013 at 11:01

GoogleCodeExporter commented 9 years ago
I also could not reproduce in gvim 7.3.822 on Windows 7, I get '€' or 'e' 
depending on my encoding as before. I can try again later with the latest Vim. 
Possibly it was introduced somewhere between 822 and 854 but as far as I can 
tell it hasn't yet been reproduced.

Original comment by fritzoph...@gmail.com on 25 Mar 2013 at 3:19

GoogleCodeExporter commented 9 years ago
Vim 7.3.861 - win32 console version - works in windows 7 64bits.
Thanks a lot.

Original comment by Go.Zu...@gmail.com on 26 Mar 2013 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by lech.lor...@gmail.com on 27 Mar 2013 at 11:15