On Mon, Aug 14, 2006 at 07:20:31PM +1000, Wei Hu wrote:
> Thanks Mathias. I'm wondering that the filename is encoded with
> gb18030 (not utf8).
> 
> 
If that is indeed the case, it should be possible to rename the file 
with
mv "$filename" $(echo "$filename" | recode gb18030..utf-8)
You might try 'ls -b' to show the filename without 'invalid unicode' or 
question marks.


-- 
The adjective is the banana peel of the parts of speech.
                -- Clifton Fadiman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to