Unable to print micron character µ (mu) in japanese OS
-
I have a vc++ application that has been showing odd characters on Japanese Windows installations. It shows up an japanese katakana letter O (U + 30AA) instead of the micron character µ (mu) i am using sprintf(Buf, "%d µV", Values[i]); My very simple task is to embed or force the "µ" symbol to remain as-is despite language settings. Surely there is an easy method that I am missing somewhere!? Does anyone know an answer? Much appreciation for any help.
-
I have a vc++ application that has been showing odd characters on Japanese Windows installations. It shows up an japanese katakana letter O (U + 30AA) instead of the micron character µ (mu) i am using sprintf(Buf, "%d µV", Values[i]); My very simple task is to embed or force the "µ" symbol to remain as-is despite language settings. Surely there is an easy method that I am missing somewhere!? Does anyone know an answer? Much appreciation for any help.