Thread Tools Display Modes
Prev Previous Post   Next Post Next
01-06-19, 01:19 PM   #1
FranekW
A Cyclonian
 
FranekW's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 44
Locale - WoW doesn't render Unicode characters

I was testing a localization by "AceLocale-3.0". I am polish and was testing a few strings in InterfaceOptionsFrame. It turns out that WoW cannot correctly display polish characters and shows them as question marks "?". I read that strings used for localization in different languages should be represented as a sequence of escaped codes in Unicode, e.g. the letter "ż" is coded as a sequence of two following bytes \197\188 (or \xC5 \xBC); link to Unicodes. I have done it but WoW still does not correctly recognise characters in my language.

Any idea what I should do? Does WoW use different code pages when I change text to French?

Last edited by FranekW : 01-07-19 at 04:35 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Locale - WoW doesn't render Unicode characters


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off