The time now is Fri 24 May 2013, 16:59
All times are UTC - 4 |
| Author |
Message |
sccat
Joined: 22 Aug 2005 Posts: 160
|
Posted: Mon 22 Aug 2005, 09:16 Post subject:
Can I Config Media Utility Tool for utf8 charset? |
|
I want to add "iocharset=utf8" when I mount the driver.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 22 Aug 2005, 09:55 Post subject:
|
|
You would have to edit the code to include that option in the mount command of an nt file system when it is identified.
Jesse would be the person to talk to about this as he is the author of MUT.
|
|
Back to top
|
|
 |
Jesse
Joined: 08 May 2005 Posts: 465 Location: Auckland, NZ
|
Posted: Tue 23 Aug 2005, 22:00 Post subject:
|
|
Hi,
Just so I understand what you are after, you want to see foreign language characters in file names?
If you name a file by typing in its file name, how do you go about entering the filename characters ?
Jesse
|
|
Back to top
|
|
 |
sccat
Joined: 22 Aug 2005 Posts: 160
|
Posted: Wed 24 Aug 2005, 02:20 Post subject:
|
|
I didn't enter the character in Puppy.
First,I want to read the name of the file,which have been entered in Other OS.
Then,I want to find a solution to enter the character.
Thanks.
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Wed 24 Aug 2005, 13:12 Post subject:
|
|
I've had problems before in other distros with file names containing accents and such.
When working on the command line if you want to rename, move, copy, open, etc the file, you have to put a -- (double dash) after the command for it to ignore "special characters", This means that you cannot use wild cards or escape characters as part of the parameters as they will be interpreted literally. E.g. If you have a file called "my*file.txt" you can rename it to make it easy to work with it with the following command
| Code: | | mv -- my*file.txt my-file.txt |
In this case as the command has the -- (double dash) it won't interpret the * as a wildcard but as an asterisc, same for accents, and other characters foreign to the english alphabet.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|