My application was build based on MBCS but I have one currency symbol present in unicode but not in the relevant code page. I need to display the same currency symbol in my application, so is there any way i can implement it.
I'm trying to do this by using the Windows conversion API i.e. MultiByteToWideChar, WideCharToMultiByte, Will it help?
Please let me know if the above approach is right? or anybody tried? or any other way i can achieve this?
If possible can I get sample code snippet as example.