LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   KDE File Manager and Cyrillic (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/kde-file-manager-and-cyrillic-263691/)

soldeace 12-07-2004 12:56 PM

KDE File Manager and Cyrillic
 
Recently I had some problems with cyrillic filenames in a FAT partition. The default KDE file manager (Konqueror), along with any other program which manages your file (this includes Xmms browsing your hd), couldn't recognize the cyrillic alphabet, showing instead question marks. I thought the problem had to do with KDE itself, but the problem in fact lies on how you mount your partition. To solve that problem, simply add the iocharset (to Unicode-8) option in /etc/fstab.

Example:

/dev/hdb1 /windows/mp3 vfat defaults,umask=002,gid=100,iocharset=utf8 1 0

Seems stupid, but I spent lots of brain cells to solve it ;) And there's a representation of how I felt =P
http://ourworld.compuserve.com/homep...or/kodirov.jpg


All times are GMT -5. The time now is 10:23 AM.