LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NLS, Filenames on CD/DVD (https://www.linuxquestions.org/questions/linux-newbie-8/nls-filenames-on-cd-dvd-617806/)

shinystuffrox 01-31-2008 07:45 PM

NLS, Filenames on CD/DVD
 
I have a few CDs and DVDs and for some reason only 8 characters out of the full x character names are being displayed in either the terminal or in the file managers.

I have the following built into the kernel[*]

* Codepage 437 (usa and Canada)
* ASCII (USA)
* NLS ISO 8850-1 ( LATIN 1: Western European Languages)
* NLS ISO 8859-15 (Latin 9: Western European languages with euro)
* NLS UTF-8


* iso8859-1 = Default NLS Option

what else needs to be done?

should the Default NLS option be set to something different?


--tia

btw: this is a 2.6.19 kernel

aus9 01-31-2008 10:04 PM

try

# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y


All times are GMT -5. The time now is 02:20 PM.