Hi all,
I’m having problems with files that have special characters, or non standard English characters, on my 11.3 install. I have a lot of files that have Portuguese language characters (like ç, â, ã, etc), however they all now have “(invalid encoding)” at the end of the file name, and the special character was substituted for a question mark.
I’m able to use special characters to write texts (OpenOffice, gedit, browser), however not on files. And now I have noticed that some sites also have this problem.
I’m attaching a few screenshots. My system language is set to english_us with UTF-8, however my environment shows different. My browser (chrome) is also set with Unicode-UTF8.
This is how this thread shows for me - Image
http://imagebin.org/index.php?mode=image&id=154751
File list in Gnome - Image
http://imagebin.org/index.php?mode=image&id=154752
System Settings - Image
http://imagebin.org/index.php?mode=image&id=154753
victor@opensuse:~> grep -v '^#' /etc/sysconfig/language | sed '/^ *$/d' ; set | grep -i lang ; grep -i lang .bashrc | grep -v '^#' ; grep -i lang .profile | grep -v '^#'
INPUT_METHOD=""
RC_LANG="en_US.UTF-8"
RC_LC_ALL=""
RC_LC_MESSAGES=""
RC_LC_CTYPE=""
RC_LC_COLLATE=""
RC_LC_TIME=""
RC_LC_NUMERIC=""
RC_LC_MONETARY=""
RC_LC_PAPER=""
ROOT_USES_LANG="ctype"
AUTO_DETECT_UTF8="no"
INSTALLED_LANGUAGES="pt_BR,en_US"
GDM_LANG=C
LANG=C
grep: .profile: No such file or directory
Any help is appreciated.
Thanks,
Vic.