Jump to content
xjoker_

Display special chars ?

Recommended Posts

Hello guys, do you know if it's possible to display a special char ingame ? 
When i do 

diag_log format ["%1", toString [8383]];

 I have "₿" in my logs 
But if I do 

hint format ["%1", toString [8383]];

I just have an empty space

Share this post


Link to post
Share on other sites

When I put this thing in debug console:

toString [188]

it gives:

"¼"

 

so it seems to work. maybe your char just is out of range?

Share this post


Link to post
Share on other sites

It would be out of range with hint but not with diag_log ? 😕 that's strange 

Share this post


Link to post
Share on other sites

works with hint too:

 

hint format["%1",toString [230]]

 

Share this post


Link to post
Share on other sites

yes 😄 but not with the symbol 8383 

Share this post


Link to post
Share on other sites
3 minutes ago, xjoker_ said:

yes 😄 but not with the symbol 8383 

 

oh sorry I see what you mean now. that is pretty strange. its probably because the .rpt is UTF-8 format

Share this post


Link to post
Share on other sites

Unicode or whatever doesn't matter, it's just because the font in Arma 3 doesn't support such special characters.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×