Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!dclsic!sjc!leia!harkcom From: harkcom@spinach.pa.yokogawa.co.jp Newsgroups: comp.std.c Subject: wchar_t Message-ID: Date: 15 Mar 91 20:28:17 GMT Sender: news@leia.pa.yokogawa.co.jp Distribution: comp Organization: Yokogawa Electric Corporation, Tokyo, Japan Lines: 24 Two quick questions... I found that wchar_t on some systems is: typedef unsigned char wchar_t; while on others it is: typedef unsigned int wchar_t; and according to the (supposedly) ANSI C dictionary in the library: example: typedef wchar_t int; which is obviously an incorrect typedef (should be 'typedef int wchar_t'). As I don't have a copy of the standard I first ask: Which ones is standard? And I then ask: Can you forgive me for not waiting for a copy of the standard...;-)