#if [ "$FS" = "vfat" -a "$IOCHARSET" != "" ]; then OPT=",iocharset=$IOCHARSET"; fi if [ "$FS" = "vfat" -a "$IOCHARSET" != "" ]; then OPT=",iocharset=$IOCHARSET" else if [ "$FS" = "vfat" ]; then CMDLINEVALUE=`cmdline_value lang` if [ "$CMDLINEVALUE" != "" ]; then case $CMDLINEVALUE in ja* ) CODEPAGE="codepage=932" ;; ko* ) CODEPAGE="codepage=949" ;; cn* ) CODEPAGE="codepage=936" ;; tw* ) CODEPAGE="codepage=950" ;; esac OPT=",iocharset=utf8,$CODEPAGE" else OPT=",iocharset=utf8" fi fi fi