X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_SUB_ENC_UTF8,TW_LN,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Date: Mon, 7 Jun 2010 14:28:15 +0200 From: Michael Ludwig To: cygwin AT cygwin DOT com Subject: Re: Unicode/UTF-8 support (MinTTY) - ncursesw - Mutt, Vim Message-ID: <20100607122815.GA3016@wladimir> Mail-Followup-To: cygwin AT cygwin DOT com References: <20100607092355 DOT GB3028 AT wladimir> <20100607104043 DOT GG8163 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100607104043.GG8163@calimero.vinschen.de> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Note-from-DJ: This may be spam Corinna Vinschen schrieb am 07.06.2010 um 12:40:43 (+0200): > On Jun 7 11:23, Michael Ludwig wrote: > > Are ncursesw versions of Vim and Mutt imminent? Or is it not going > > to happen anytime soon? > > Thanks for the heads up. I'll build the next release of vim (there's > a 7.3 release coming soon) against ncursesw. That's great! Thank you! As for Mutt, I downloaded the sources via Cygwin setup.exe and recompiled against ncursesw. As I couldn't find a suitable configure option, I had to edit the Makefile as follows to (1) enable ncursesw and (2) skip building the documentation (which would fail): \,,,/ (o o) ------oOOo-(_)-oOOo------ diff Makefile Makefile.orig 164c164 < CPPFLAGS = -I/usr/include/ncursesw -I$(top_srcdir)/intl -I$(includedir) --- > CPPFLAGS = -I/usr/include/ncurses -I$(top_srcdir)/intl > -I$(includedir) 208c208 < MUTTLIBS = -lncursesw --- > MUTTLIBS = -lncurses 283c283 < SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) --- > SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) ------------------------- Text in Russian or Greek looks perfect now. Same for Mutt's internationalized messages in German, Russian, Greek. Отвечать по cygwin AT cygwin DOT com? ([да]/нет): (Japanese, Korean and Chinese are another story, possibly on account of missing fonts.) Great job, ncursesw! I think just like Vim users, Mutt users would also appreciate Unicode support. -- Michael Ludwig -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple