Skip to content

Instantly share code, notes, and snippets.

@naddeoa
Created February 14, 2015 15:49
Show Gist options
  • Save naddeoa/560aff0c139927761175 to your computer and use it in GitHub Desktop.
Save naddeoa/560aff0c139927761175 to your computer and use it in GitHub Desktop.
Enable UTF-8 encoding in gnome-terminal on Ubuntu. Without this, you may have to enable it in the menu bar per session
#!/bin/sh
# Enable UTF-8 encoding in gnome-terminal on Ubuntu. Without this, you may have
# to enable it in the menu bar per session.
gconftool --set --type=string /apps/gnome-terminal/profiles/Default/encoding en_UTF.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment