Re: Wide-char support and libc

2000-05-22 Thread Thomas Runge
Clive Lin wrote: Could any one tell us, is this project dead ? Will this be in the src/ ? Or still in long-long beta (even pre-alpha ?) testing.. ? Or .. ? Look here: http://www.whizkidtech.net/i18n/wc/ -- Tom To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Wide-char support and libc

2000-05-22 Thread Valeriy E. Ushakov
On Mon, May 22, 2000 at 13:26:22 +0200, Thomas Runge wrote: Look here: http://www.whizkidtech.net/i18n/wc/ I wish this page has less FUD about Unicode. Reference to Unicode being controlled by Microsoft is a prominent example. As for the list of problems with Unicode given on that page - all

Re: Wide-char support and libc

2000-05-22 Thread Garance A Drosihn
On May 21/2000, Clive Lin wrote to -current-i18n: The only way i found to link motif programs is by using http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This seems the solution of wc* routines in FreeBSD. Could any one tell us, is this project dead ? Last I knew, David Cross

Re: Wide-char support and libc

2000-05-22 Thread David E. Cross
On May 21/2000, Clive Lin wrote to -current-i18n: The only way i found to link motif programs is by using http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This seems the solution of wc* routines in FreeBSD. Could any one tell us, is this project dead ? Last I knew,

Re: Wide-char support and libc

2000-05-22 Thread G. Adam Stanislav
At 15:49 22-05-2000 +0400, Valeriy E. Ushakov wrote: I wish this page has less FUD about Unicode. Reference to Unicode being controlled by Microsoft is a prominent example. It was true when it was written. It is a very old page: I completely forgot it was still there. The situation with Unicode

Re: Wide-char support and libc

2000-05-20 Thread Norbert Irmer
Christian Weisgerber wrote: (This should move to freebsd-i18n.) Donn Miller [EMAIL PROTECTED] wrote: Anyone like the idea of adding wide char support to our libc? I'd like the idea of somebody explaining where/how I can get an overview of what's missing in the first place. Maybe

Re: Wide-char support and libc

2000-05-20 Thread Warner Losh
In message [EMAIL PROTECTED] Norbert Irmer writes: : gcc -o airport -O2 -pipe -L../../../exports/lib -L../../../imports/x11/lib :main.o dragsource.o : dropsite.o -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -L/usr/X11R6/lib :-L/usr/X11R6/lib -lm Have you tried adding -lxpg4 to the command

Re: Wide-char support and libc

2000-05-20 Thread Norbert Irmer
Warner Losh wrote: In message [EMAIL PROTECTED] Norbert Irmer writes: : gcc -o airport -O2 -pipe -L../../../exports/lib -L../../../imports/x11/lib main.o dragsource.o : dropsite.o -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -L/usr/X11R6/lib -L/usr/X11R6/lib -lm Have you tried adding

Re: Wide-char support and libc

2000-05-20 Thread Clive Lin
Hi, On Sun, May 21, 2000 at 02:07:19AM +0200, Norbert Irmer wrote: The only way i found to link motif programs is by using http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This seems the solution of wc* routines in FreeBSD. Could any one tell us, is this project dead ? Will

Re: Wide-char support and libc

2000-05-18 Thread Christian Weisgerber
(This should move to freebsd-i18n.) Donn Miller [EMAIL PROTECTED] wrote: Anyone like the idea of adding wide char support to our libc? I'd like the idea of somebody explaining where/how I can get an overview of what's missing in the first place. Maybe we could port it over from {Net,Open

Re: Wide-char support and libc

2000-05-17 Thread Chris Piazza
On Wed, May 17, 2000 at 02:41:59AM -0400, Thimble Smith wrote: On Tue, May 16, 2000 at 11:52:32PM -0400, Donn Miller wrote: Anyone like the idea of adding wide char support to our libc? Maybe we could port it over from {Net,Open}BSD or BSDi. This would add the header file wctype.h, etc

Re: Wide-char support and libc

2000-05-17 Thread Garance A Drosihn
At 2:41 AM -0400 5/17/00, Thimble Smith wrote: On Tue, May 16, 2000 at 11:52:32PM -0400, Donn Miller wrote: Anyone like the idea of adding wide char support to our libc? Maybe we could port it over from {Net,Open}BSD or BSDi. This would add the header file wctype.h, etc. There's

Wide-char support and libc

2000-05-16 Thread Donn Miller
Anyone like the idea of adding wide char support to our libc? Maybe we could port it over from {Net,Open}BSD or BSDi. This would add the header file wctype.h, etc. - Donn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: wide char support

1999-06-08 Thread Ladavac Marino
-Original Message- From: Chuck Robey [SMTP:chu...@picnic.mat.net] Sent: Monday, June 07, 1999 6:32 PM To: ito...@iijlab.net Cc: David E. Cross; freebsd-current@FreeBSD.ORG Subject: Re: wide char support May you both live in interesting times! [ML

Re: wide char support

1999-06-07 Thread Chuck Robey
On Mon, 7 Jun 1999 ito...@iijlab.net wrote: Do you guys have any testable, even if it's not ready for prime time? I need wchar.h and the wcs* functions for a project for FreeBSD. You want me to have this, I think. David said he had something ready to play with (I think) but I haven't

wide char support

1999-06-06 Thread Chuck Robey
Is there anything in current that provides wide character support? I'm messing around with document formatting, and I have to be involved with wide character things. One example: wcscat(). It's not the only one, I just need to know if it's in *any* library, and declared in any include file.

Re: wide char support

1999-06-06 Thread David E. Cross
Is there anything in current that provides wide character support? I'm messing around with document formatting, and I have to be involved with wide character things. One example: wcscat(). It's not the only one, I just need to know if it's in *any* library, and declared in any include

Re: wide char support

1999-06-06 Thread Jun-ichiro itojun Hagino
Is there anything in current that provides wide character support? I'm messing around with document formatting, and I have to be involved with wide character things. One example: wcscat(). It's not the only one, I just need to know if it's in *any* library, and declared in any include

Re: wide char support

1999-06-06 Thread David E. Cross
There are several Japanese people working on stateful multibyte char support. Existing codebase like glibc only supports stateless multibyte char. People using iso-2022 variants (Japan, Korea, China, you name it) need stateful multibyte char support. We have

Re: wide char support

1999-06-06 Thread Chuck Robey
On Mon, 7 Jun 1999, Jun-ichiro itojun Hagino wrote: Is there anything in current that provides wide character support? I'm messing around with document formatting, and I have to be involved with wide character things. One example: wcscat(). It's not the only one, I just need to know

Re: wide char support

1999-06-06 Thread David E. Cross
The latest snapshot can be grabbed from: http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz New in this release... 1) Man pages (I don't think I included them prior to this) 2) Makefile that sorta works (makes a dynamic library.. I don't recommend people use the dynamic, it is

Re: wide char support

1999-06-06 Thread itojun
Do you guys have any testable, even if it's not ready for prime time? I need wchar.h and the wcs* functions for a project for FreeBSD. You want me to have this, I think. David said he had something ready to play with (I think) but I haven't heard from him yet. We have some code