Problem with garbage characters after loading multi byte lang file(pbr)

When I load my Japanese pbr file into PB3 and click edit the values are junk. The file opens fine in wordpad on the same system PB is running on and the Japanese characters show up fine. I have tried changing the encoding=“windows-1252” also tried encoding=“UTF-8” but still see garbage values inside PB editor. Non multi byte languages seem to be ok…just Japanese Chinese and Russian are giving me issues. Also PB2.9 handles the same pbr file fine. Please help.

I was able to solve this…I just needed to convert the pbr file to UTF-8 using notepad++ and all worked.

Thank you for the feedback.