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 Unicod
> 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 ?
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, D
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
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 freebsd-c
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 t
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 tri
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 comman
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
>
(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
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 fil
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
> &
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 , etc.
There's a mailing list, freebsd-i18n, that seems to
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 , etc.
- Donn
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> -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
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 hav
>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 fra
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 convienien
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 n
> 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 hav
>> 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 inclu
> 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
>
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.
Don
23 matches
Mail list logo