View Single Post
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#2
Here's one way:
Open a terminal
run
Code:
echo 'subcp=cp1251' >> .mplayer/config
The echo command just repeats the text you give it, ">> file" instructs the terminal to append that text to the given file instead of displaying it.
 

The Following 2 Users Say Thank You to ace For This Useful Post: