
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] system languag
On Fri, Oct 23, 2015 at 10:42:54AM +0900, Thomas wrote:
>
> The other day I noticed, that kubuntu does not recognize file names with
> Japanese characters in it - and refuses to "do" anything with/to those
> files.
> According to the computer: they do not exist.
>
> In the file manager, the files are listed, including their size.
> The same files ARE recognized on a Mint and an xubuntu system.
> And naturally on my (Japanese) Windows machines.
Maybe this is a filesystem which should explicitly told about the
charset?
When you execute "mount" you should be able to identify the line re-
levant for that mountpoint.
When I mount the vfat filesystem of my walkman mp3player which contains
filenames with non-ascii-characters, I use this:
mount -t vfat -o iocharset=utf8 /dev/sdb1 /mnt/walkman
Chris
Home |
Main Index |
Thread Index