View Single Post
Old 05-09-2013, 10:35 PM   #25
Japo
Autonomous human
 
Japo's Avatar


 
Join Date: Mar 2006
Location: ,
Posts: 4,613
Default

As portable as it gets in this case, I think. In practice I think in most (all non embedded) implementations wchar_t will be wider than 8-bit, but the bigger risk is no Unicode support (probably compile time error that _O_U16TEXT isn't defined, like I get in TC++ 1.01). That's why I like C# or D in which regular strings are always already Unicode. Also standards are as useful as they are but not more (ask SQL...)
__________________
Life starts every day anew. Prospects not so good...

Last edited by Japo; 05-09-2013 at 11:04 PM.
Japo is offline                         Send a private message to Japo
Reply With Quote