Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - wprintf doesn't printf anything out: (2 Items)
   
wprintf doesn't printf anything out  
wprintf(L"Hello\n"); 

wprintf doesn't print anything out on my telnet console. printf works just fine. Any idea?
RE: wprintf doesn't printf anything out  
While I can't think of a reason why it would matter, try fflush(stdio).  Either way, you should probably raise a PR.

[ Note that if you're using wide characters as part of an attempt at internationalization for PlayBook, you should 
probably abandon that idea: madness and despair lie in that direction.  PlayBook uses libicu for I18N/L10N. ]