public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: <reedkotler@hotmail.com>
To: <gcc@gcc.gnu.org>
Subject: internationlization
Date: Fri, 11 Aug 2000 21:44:00 -0000	[thread overview]
Message-ID: <LAW-OE49RwFRftQqFHT0000040b@hotmail.com> (raw)

that worked.

i just added:

#define WCHAR_UNSIGNED 1
#define WCHAR_TYPE_SIZE 16
#define WCHAR_TYPE "short unsigned int"
#define MAX_WCHAR_TYPE_SIZE WCHAR_TYPE_SIZE
to mips.h

and of course you have to use little endian.

> ----- Original Message ----- 
> From: "Mike Stump" <mrs@windriver.com>
> To: <reedkotler@hotmail.com>
> Sent: Friday, August 11, 2000 3:58 PM
> Subject: Re: internationlization
> 
> 
> > > From: reedkotler@hotmail.com
> > > To: "Mike Stump" <mrs@windriver.com>
> > > Date: Fri, 11 Aug 2000 15:34:51 -0700
> > 
> > > yes, but what "config" or "compiler time" parameter is it?
> > 
> > As documented in the manual...  I'll quote from it:
> > 
> > @findex WCHAR_TYPE_SIZE
> > @item WCHAR_TYPE_SIZE
> > A C expression for the size in bits of the data type for wide
> > characters.  This is used in @code{cpp}, which cannot make use of
> > @code{WCHAR_TYPE}.
> > 
> > @findex WCHAR_TYPE
> > @item WCHAR_TYPE
> > A C expression for a string describing the name of the data type to use
> > for wide characters.  The typedef name @code{wchar_t} is defined using
> > the contents of the string.  See @code{SIZE_TYPE} above for more
> > information.
> > 
> > If you don't define this macro, the default is @code{"int"}.
> > 
> > 
> > A port is free to use a wide range of compile time switches, if it
> > wants, to set the value of this.  See ports that do -mint64 types of
> > things.
> > 
> > > i know that cygnus is building wince applications so someone has a
> > > gcc that processes wide character strings properly for wince.
> > 
> 

             reply	other threads:[~2000-08-11 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-11 21:44 reedkotler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-08-10 21:52 internationlization reedkotler
2000-08-10 22:01 ` internationlization Alexandre Oliva
2000-08-11 13:50   ` internationlization Reed Kotler
2000-08-12 12:29     ` internationlization Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=LAW-OE49RwFRftQqFHT0000040b@hotmail.com \
    --to=reedkotler@hotmail.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).