Thread Tools Display Modes
07-31-12, 01:51 AM   #1
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 92
Foreign Characters in Chat Frame

I looked through beta threads and searched the Beta forum, but couldn't find out what I had to change/why Chinese characters (etc..) were being printed into chat without any formatting.

I apologize if I missed somewhere this was mentioned and/or how to remedy it.

This is essentially (ok, the same) version I use on live servers; aside from joining a beta group or seeing someone type into chat that uses foreign characters, I wasn't sure if there was anything I needed to update.

Code for current chat window attached. (if there's anything anyone notices that's upright redundant (I don't fully understand the channel substitutes) please feel free to mention what they are in dummy terms).

Pre-thanks!
Attached Files
File Type: lua bChat.lua (10.4 KB, 949 views)
__________________
Quse UI
WoW :: EQ2

Last edited by Qupe : 07-31-12 at 01:54 AM.
 
07-31-12, 04:27 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Qupe View Post
but couldn't find out what I had to change/why Chinese characters (etc..) were being printed into chat without any formatting
Do you mean e.g. chinese/foreign characters not being "properly formatted" or just being shown as plain question marks?

In case of the latter, you'd need to have a font that supports chinese characters
 
07-31-12, 05:38 AM   #3
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 92
Originally Posted by Ketho View Post
Do you mean e.g. chinese/foreign characters not being "properly formatted" or just being shown as plain question marks?

In case of the latter, you'd need to have a font that supports chinese characters
I didn't clarify well, but in the case of Chinese characters (which I think is all I've seen?) they come out with proper characters but they're completely unformatted (no font, outline, size, etc...).

I think I might not see some Cyrillic characters (which show up as "??????") but I definitely see the asian text in the window, but it's essentially 100% unformatted.

I'll try and get a screenshot, but if I've clarified what I actually meant enough, I think it should be somewhat obvious (if that sounded mean, I didn't mean it that way!).
__________________
Quse UI
WoW :: EQ2
 
07-31-12, 07:53 AM   #4
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Are any addons replacing fonts?

The thing is now in MoP you got 19 font files and not only the old 5 or 6. If you replace all fonts to one specific font then other non-latin languages will show up as "?" characters.

Code:
2002.ttf		2002 (Korean)
2002B.ttf		2002B (Korean)
ARHei.ttf		AR CrystalzcuheiGBK Demibold (Chinese)
ARIALN.TTF		Arial Narrow
ARKai_C.ttf		AR ZhongkaiGBK Medium (Chinese)
ARKai_T.ttf		AR ZhongkaiGBK Medium (Chinese)
bHEI00M.ttf		AR Heiti2 Medium B5 (Chinese)
bHEI01B.ttf		AR Heiti2 Bold B5 (Chinese)
bKAI00M.ttf		AR Kaiti Medium B5 (Chinese)
bLEI00D.ttf		AR Leisu Demi B5 (Chinese)
FRIZQT__.TTF		Friz Quadrata TT (Latin)
FRIZQT___CYR.TTF	FrizQuadrataCTT (Cyrilic)
K_Damage.TTF		YDIWingsM (Korean)
K_Pagetext.TTF		YDIMokM (Korean)
MORPHEUS.TTF		Morpheus (Latin)
MORPHEUS_CYR.TTF	Morpheus Cyr (Cyrilic)
NIM_____.ttf		Nimrod MT (Unsure for what purpose, has both Latin and Cyrilic)
SKURRI.TTF		Skurri (Latin)
SKURRI_CYR.TTF		Skurri Cyr (Cyrilic)
The file is 40MB zipped so couldn't upload here, thus I uploaded it on filebeam:
http://filebeam.com/2800653ff8e3eaf7c7866dffff92fbbe

In any case if it's not on topic at least it's now people know not to replace all the files above with one latin font, hehe.
 
07-31-12, 10:04 AM   #5
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
With the default font (atleast on beta), I can't see the names of people that's written in Russian.
 
07-31-12, 05:52 PM   #6
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Maybe they haven't yet fixed it so the nameplates use the correct font, maybe they have some font that covers all basic nameplate characters? Or maybe it's not yet added? Or maybe they plan to add some sort of API for this?

I hope they make an API, it could tell you what language a string is written in.
 
08-30-12, 02:35 PM   #7
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 138
Originally Posted by Vladinator View Post
Code:
2002.ttf		2002 (Korean)
2002B.ttf		2002B (Korean)
ARHei.ttf		AR CrystalzcuheiGBK Demibold (Chinese)
ARIALN.TTF		Arial Narrow
ARKai_C.ttf		AR ZhongkaiGBK Medium (Chinese)
ARKai_T.ttf		AR ZhongkaiGBK Medium (Chinese)
bHEI00M.ttf		AR Heiti2 Medium B5 (Chinese)
bHEI01B.ttf		AR Heiti2 Bold B5 (Chinese)
bKAI00M.ttf		AR Kaiti Medium B5 (Chinese)
bLEI00D.ttf		AR Leisu Demi B5 (Chinese)
FRIZQT__.TTF		Friz Quadrata TT (Latin)
FRIZQT___CYR.TTF	FrizQuadrataCTT (Cyrilic)
K_Damage.TTF		YDIWingsM (Korean)
K_Pagetext.TTF		YDIMokM (Korean)
MORPHEUS.TTF		Morpheus (Latin)
MORPHEUS_CYR.TTF	Morpheus Cyr (Cyrilic)
NIM_____.ttf		Nimrod MT (Unsure for what purpose, has both Latin and Cyrilic)
SKURRI.TTF		Skurri (Latin)
SKURRI_CYR.TTF		Skurri Cyr (Cyrilic)
do you know which of those koren fonts is the equivalent of FRIZQT__.TTF?

Miiru
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
 
09-06-12, 12:44 AM   #8
Elkano
A Flamescale Wyrmkin
 
Elkano's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 131
should be 2002: http://wowprogramming.com/utils/xmlb...eOverrides.xml
__________________
This posting is made of 100% recycled electrons.
 
 

WoWInterface » Site Forums » Archived Beta Forums » MoP Beta archived threads » Foreign Characters in Chat Frame

Thread Tools
Display Modes

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