Currently ifconfig(8) only prints the hex representation of ssid names
with non-ASCII characters. Many modern terminals are able to properly render
non-ASCII characters. This change checks if the terminal charmap is UTF-8, and
if so, will render the characters, rather than the hex value.
The method to verify the charmap is the same as "/usr/bin/locale charmap".