This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

internationlization


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?
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]