Say I have a file that has an Armenian or Russian name. How can I write that file name in command line in order to open it. And not only for this purpose in general I want to know how can I write in terminal with unicode?

My OS is Vista.

link|improve this question

74% accept rate
It's probably less of a hassle to just use copy & paste. – Felix Dombek Dec 24 '11 at 14:36
feedback

1 Answer

up vote 2 down vote accepted

You can enter arbitrary unicode anywhere, it's just a question of how cumbersome it might be.

http://www.fileformat.info/tip/microsoft/enter_unicode.htm

Method 1: Universal

This method works regardless of any of your language settings, but is the most cumbersome to type.

  1. Press and hold down the alt key.
  2. Press the + key on the numeric keypad.
  3. Type the hexadecimal unicode value.
  4. Release the alt key.

More methods at the above link. And see related SU question:
http://superuser.com/questions/13086/how-do-you-type-unicode-characters-using-hexadecimal-codes

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.