Micro: Character set not supported

Created on 18 Apr 2016  ·  5Comments  ·  Source: zyedidia/micro

I just downloaded the pre-built binary for 64-bit Linux on my Ubuntu 14.04. Ran the "install.sh" and copied the ./bin/micro binary to my path location. When I tried to run the binary it always exits out with an error message "Character set not supported" as shown in the screenshot below.

micro

Is there any settings that I should do before running micro?

Most helpful comment

A bunch more character sets should be supported now with this commit aa129c1ddf15b4d1314572330a24f3e01118aae9.

All 5 comments

same error with slackware64-14.1 and slackware64-current

I changed the locale to utf8 and it's now working!!

Thanks lot @danixland . Worked for me too. Just setup'd

export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8

in the ~/.zshrc and now I can able to open and edit files :+1:

A bunch more character sets should be supported now with this commit aa129c1ddf15b4d1314572330a24f3e01118aae9.

As far as I can see the code, character set is not supported.

should be double width in the terminal but micro treat this as single width.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DoTheEvo picture DoTheEvo  ·  3Comments

rishabh96b picture rishabh96b  ·  3Comments

luis-lavaire picture luis-lavaire  ·  3Comments

ns-cweber picture ns-cweber  ·  4Comments

Mohamed3on picture Mohamed3on  ·  3Comments