Russian in Emacs (Linux, UTF-8)
Mar. 28th, 2008 04:39 pmI finally learned how to edit Russian texts in Emacs (Linux, UTF-8). Since I was not able to find this technique on the net, I'd like to share it here. This, in particular, allows to include Russian substrings into the command line using M-x shell command, for example:
echo "Привет"
( Read more... )
Update: grep is capable of searching for utf-8 strings from this shell.
echo "Привет"
( Read more... )
Update: grep is capable of searching for utf-8 strings from this shell.