解决ubuntu12.04下播放器乱码问题处理
终端下输入(用户家目录)vim .profile在文件的末尾处添加如下信息
export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030
export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030
使修改即时生效,在终端中输入source.profile
1 # ~/.profile: executed by the command interpreter for login shells.
2 # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
3 # exists.
4 # see /usr/share/doc/bash/examples/startup-files for examples.
5 # the files are located in the bash-doc package.
6
7 # the default umask is set in /etc/profile; for setting the umask
8 # for ssh logins, install and configure the libpam-umask package.
9 #umask 022
10
11 # if running bash
12 if [ -n "$BASH_VERSION" ]; then
13 # include .bashrc if it exists
14 if [ -f "$HOME/.bashrc" ]; then
15 . "$HOME/.bashrc"
16 fi
17 fi
18
19 # set PATH so it includes user's private bin if it exists
20 if [ -d "$HOME/bin" ] ; then
21 PATH="$HOME/bin:$PATH"
22 fi
23 export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030
24 export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030
锻炼肌肉,防止挨揍! 不在放荡中变坏,就在沉默中变态! 所有的男人生来平等,结婚的除外。 自从我变成了狗屎,就再也没有人踩在我头上了。 关羽五绺长髯,风度翩翩,手提青龙偃月刀,江湖人送绰号——刀郎。 漏洞与补丁齐飞,蓝屏共死机一色!
页:
[1]