• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

Ascii symbols and warcraft 3

Status
Not open for further replies.

Deleted member 219079

D

Deleted member 219079

That's Unicode symbol. IIRC WC3 uses ANSI code page of the user's system. And even if it could resolve the UTF code point, the game's font couldn't represent it.

Edit: Maybe @Dr Super Good knows better.
 

~El

~El

Level 17
Joined
Jun 13, 2016
Messages
558
The glyphs that WC3 can draw depends entirely on the font, which differs depending on the language installed. WC3 does support unicode to an extent, but it can only render the characters which are supported by the font. If you want to see which characters you can print, you can extract the font file from the game files using CascViewer, and use windows' Character Map utility to view all the glyphs in the font.
 
Status
Not open for further replies.
Top