xjoker_ 25 Posted March 7, 2021 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
gc8 977 Posted March 7, 2021 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
xjoker_ 25 Posted March 7, 2021 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
gc8 977 Posted March 7, 2021 works with hint too: hint format["%1",toString [230]] Share this post Link to post Share on other sites
xjoker_ 25 Posted March 7, 2021 yes 😄 but not with the symbol 8383 Share this post Link to post Share on other sites
gc8 977 Posted March 7, 2021 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
pierremgi 4890 Posted March 8, 2021 Have a look here. Not tested 1 Share this post Link to post Share on other sites
POLPOX 778 Posted March 8, 2021 Unicode or whatever doesn't matter, it's just because the font in Arma 3 doesn't support such special characters. 1 1 Share this post Link to post Share on other sites