Ubuntu comes pre-installed with an application called "Character Map". In the terminal, it can be launched as "charmap".
What is this application typically used for? What function does it provide people that Ubuntu sees as so necessary as to include by default in their distribution?
charmap
(/usr/bin/charmap
) is a symbolic link togucharmap
(/usr/bin/gucharmap
); see the output ofls -al $(which charmap)
in this sense. To understand what is its use, just read its manual page by runningman gucharmap
(or simpleman charmap
) command in your terminal. You will find out that: