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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

when i compiler L"hello" with the gcc
for NT it produces the same as the microsoft 
cl
compiler.
 
.ascii "h\0e\0l\0l\0o\0\12\0\0\0"
 
however, when i compiler using the 
mips
compiler, it is much different.
 
.ascii  
"\000\000\000h\000\000\000e\000\000\000l\000\000\000l\000" .ascii  
"\000\000o\000\000\000\n\000\000\000\000"
 
any ideas?
 
 

             reply	other threads:[~2000-08-10 21:52 UTC|newest]

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

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-OE20WWGxegIqunL0000019e@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).