| delorie.com/archives/browse.cgi | search |
| 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 <milu71 AT gmx DOT de> |
| 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 |
| 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 |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |