On Windows 7 (64 bit) I set Japan as the locale. On command prompt following is reflected: LC_ALL: English_United States.1252 LC_CTYPE: English_United States.1252 chcp command: Active Code Page: 932 (which is Japanese)
My question is while converting wchar_t* to char* using ICU library what should be default converter used? In this case "US-ASCII" is used and I am getting garbage result in char*. Input: wchar_t* contains Japanese characters
From the ICU documentation: