home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11769 < prev    next >
Encoding:
Text File  |  1992-07-29  |  976 b   |  31 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!lucid.com!lucid.com!jss
  3. From: jss@lucid.com (Jerry Schwarz)
  4. Subject: wchar_t (was Re: New C++ type: boole)
  5. Message-ID: <1992Jul30.020040.1433@lucid.com>
  6. Sender: usenet@lucid.com
  7. Reply-To: jss@lucid.com (Jerry Schwarz)
  8. Organization: Lucid, Inc.
  9. References: <DOUGM.92Jul26151240@titan.cs.rice.edu> <1992Jul27.144523.2372@mksol.dseg.ti.com> <1992Jul29.195155.15634@microsoft.com>
  10. Date: Thu, 30 Jul 92 02:00:40 GMT
  11. Lines: 18
  12.  
  13. In article <1992Jul29.195155.15634@microsoft.com>, jimad@microsoft.com (Jim Adcock) writes:
  14. |> 
  15. |> A similar, and more important problem [IMHO] occurs because w_char is not
  16. |> a separate type:
  17. |> 
  18. |>     w_char chSqrt = '\x221A';
  19. |> 
  20. |>   cout << chSqrt;
  21. |> 
  22. |> doesn't cause the Unicode square root sign to be printed out, but rather
  23. |> some decimal integer.
  24. |> 
  25.  
  26. At the July meeting, X3J16/WG21 voted to make wchar_t (which is 
  27. the ANSI C spelling) a distinct builtin type.  
  28.  
  29.   -- Jerry Schwraz
  30.  
  31.