home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / std / c / 2474 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.5 KB

  1. Xref: sparky comp.std.c:2474 comp.std.internat:622
  2. Newsgroups: comp.std.c,comp.std.internat
  3. Path: sparky!uunet!wupost!darwin.sura.net!Sirius.dfn.de!fauern!fauna!mskuhn
  4. From: mskuhn@immd4.informatik.uni-erlangen.de (Markus Kuhn)
  5. Subject: Handling ISO 10646 UCS in C
  6. Message-ID: <Bt1792.48L@immd4.informatik.uni-erlangen.de>
  7. Organization: CSD., University of Erlangen, Germany
  8. Date: Sat, 15 Aug 1992 15:34:13 GMT
  9. Lines: 28
  10.  
  11. Are there any proposals about future extensions to Standard C that will
  12. allow the programmer to use ISO 10646/Unicode strings as easily as
  13. char []?
  14.  
  15. Will wchar_t be fixed to UCS-2 or will the standard commitees introduce two 
  16. new char types e.g.
  17.  
  18.    ucs2_t     for the 16-bit ISO 10646 BMP (also known as Unicode)
  19.    ucs4_t     for the full 32-bit ISO 10646 code
  20.  
  21. together with new string constant notations for both of them and a lot
  22. of new library functions for arrays of these new types? (I'd prefer 
  23. introducing two new types a lot!)
  24.  
  25. Will C programs be allowed to be UCS-2 files in addition to ASCII files
  26. which would make entering Unicode characters in string constants and
  27. comments as easy as ASCII characters today?
  28.  
  29. What will be the new equivalent of \0? \x0000 or \ffff or another special
  30. character?
  31.  
  32. Markus
  33.  
  34. -- 
  35. Markus Kuhn, Computer Science student -=-=- University of Erlangen, Germany
  36. Internet: mskuhn@immd4.informatik.uni-erlangen.de  |  X.500 entry available
  37. -A distributed system is one in which the failure of a computer you didn't-
  38. -even know existed can render your own computer unusable. (Leslie Lamport)-
  39.