Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 235 Bytes

utf8-locale.md

File metadata and controls

12 lines (9 loc) · 235 Bytes

Setting up a UTF-8 locale

You may need a UTF-8 locale to run some Ruby applications. For example we've found that Ruby Spec needs such a locale.

Ubuntu

apt-get install -y locales
locale-gen en_US.UTF-8
LANG=en_US.UTF-8