What steps will reproduce the problem?
1. Create any file with accented characters
2. Save
3. $ file <file.txt> it will be ISO8859-1
What is the expected output? What do you see instead?
File should be UTF-8, as it would be if stock vim (that comes with Leopard)
were used to create
the file.
What version of the product are you using? On what operating system?
Leopard, up-to-date
Please provide any additional information below.
Setting the following environment variable 'fixes' the problem for rudix-vim:
LC_CTYPE=en_US.UTF-8
Of course that should not be necessary since Leopard is UTF-8 and stock VIM
saves UTF-8 by
default.
Original issue reported on code.google.com by elvis.pf...@gmail.com on 20 Aug 2009 at 1:13
Original issue reported on code.google.com by
elvis.pf...@gmail.com
on 20 Aug 2009 at 1:13