[Flashcoders] Editing .as files with vim editor (non-english chars broken)

2007-02-28 Thread Alexander Farber

Hello,

is anybody using the Vim editor on Windows for editing
ActionsScript files?

My problem is that the cyrillic letters which are being displayed
ok by Macromedia Flash IDE appear broken in Vim 7.0.

The russian text is displayed twice as long as it should be and
there are repeatable P and C characters - which is what
I often see in other programs, which mistake Unicode text by
the Windows-1251 text.

Has anybody found a solution there?

Regards
Alex


--
http://preferans.de
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Editing .as files with vim editor (non-english chars broken)

2007-02-28 Thread David Holroyd
On Wed, Feb 28, 2007 at 07:29:27PM +0100, Alexander Farber wrote:
 My problem is that the cyrillic letters which are being displayed
 ok by Macromedia Flash IDE appear broken in Vim 7.0.
 
 The russian text is displayed twice as long as it should be and
 there are repeatable P and C characters - which is what
 I often see in other programs, which mistake Unicode text by
 the Windows-1251 text.

I'm not on windows, but if you,

  :set encoding

what encoding does it tell you?

If not 'utf-8', try,

  :set encoding=utf-8


ta,
dave

-- 
http://david.holroyd.me.uk/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com