On Apr 2 09:00, Chris Sutcliffe wrote: > > This is an update to the latest upstream patchlevel 148. Cygwin Vim > > builds from the vanilla sources. This is the first vim release for > > Cygwin with extended character set support. > > Are there particular configuration options you have to use to enable > the extended character support? My current configure line is: > > ./configure \ > --prefix=/usr \ > --sysconfdir=/etc \ > --libexecdir='$(sbindir)' \ > --localstatedir=/var \ > --datadir='$(prefix)/share' \ > --mandir='$(prefix)/share/man' \ > --enable-multibyte \ > --without-x \ > --enable-gui=no \ > --with-features=huge
That's fine. It's exactly what I used to build vim. Maybe the term "extended character set support" was a bit clumsy. What I meant was this: The previous vim was built before all the widechar and multibyte functionality was available in Cygwin 1.7. The result was that vim was not able to convert files from one charset to another, for instance, from iso-8859-1 to utf-8. The new vim can do that on the fly at load time now. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/