0

Currently, I'm calling social media platform API to retrieve some information. But the returned response contains some "raw encoding code" such as \u1064. Is there any way for me to convert it into Burmese character in .Net?

hippietrail
  • 15,848
  • 18
  • 99
  • 158
WenHao
  • 1,183
  • 1
  • 15
  • 46

2 Answers2

0

The problem is that Burmese is not part of Microsoft Language Pack.

You can however dowload this: http://mymyanmar.net/Download.php , which will install Myanmar fonts and you will be able to write those characters.

Fast Test:

  • Add a TextBox
  • Selected MyMyanmar Unicode Font
  • Set Text property with "\u1064"

It should work perfectly.

Cheers

tweellt
  • 2,171
  • 20
  • 28
-2

Use cultureinfo -> my(Myanmar) Will change to myanmar calender.