Last active
April 25, 2019 03:37
-
-
Save choyno/7690abc9be4a1578efb7a621b1f769bc to your computer and use it in GitHub Desktop.
UTF-8 ERROR CANNOT PASTE JAPANESE/KOREAN CHARACTER
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```https://stackoverflow.com/questions/19857471/how-to-input-unicode-character-in-rails-console``` | |
LANGUAGE="en_US.UTF-8" | |
LANG="en_US.UTF-8" | |
LC_COLLATE="en_US.UTF-8" | |
LC_CTYPE="en_US.UTF-8" | |
LC_MESSAGES="en_US.UTF-8" | |
LC_MONETARY="en_US.UTF-8" | |
LC_NUMERIC="en_US.UTF-8" | |
LC_TIME="en_US.UTF-8" | |
LC_ALL="en_US.UTF-8" | |
export LANG LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LC_ALL LANGUAGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment