libevent wide character functions

2011-07-07 Thread Nicholas Marriott
Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file: /cvs/src/lib/libedit/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile30 Jun 2010 00:05:35

Re: libevent wide character functions

2011-07-07 Thread Stefan Sperling
On Thu, Jul 07, 2011 at 09:50:42AM +0100, Nicholas Marriott wrote: Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file: /cvs/src/lib/libedit/Makefile,v retrieving

Re: libevent wide character functions

2011-07-07 Thread Nicholas Marriott
Er yes I meant libedit, sorry :-). On Thu, Jul 07, 2011 at 09:50:42AM +0100, Nicholas Marriott wrote: Let's turn 'em on. Not much supports them but we might as well have them. ok? Index: Makefile === RCS file:

Re: libevent wide character functions

2011-07-07 Thread Todd C. Miller
On Thu, 07 Jul 2011 12:22:28 +0200, Stefan Sperling wrote: The proper way to fix this is to add conversion from/to the various character sets into unicode code points within mbrtowc() and wcrtomb() in citrus_none.c. This wouldn't need anything special like iconv. A couple of statically