Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Convert file names to UTF-8
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Languages
View previous topic :: View next topic  
Author Message
hamletmun
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2002
Posts: 111
Location: Buenos Aires, Argentina

PostPosted: Wed Jan 26, 2005 4:11 pm    Post subject: Convert file names to UTF-8 Reply with quote

I moved from eucKR to UTF-8

What I did:
Code:

export LC_MESSAGES=en_US.UTF-8
export LANG=ko_KR.UTF-8
export LC_CTYPE=ko_KR.UTF-8


than used convmv ( http://j3e.de/linux/convmv/man/ ) to change euc-kr file names to utf8

Code:

convmv --list  #look for your codepage's name
./convmv -f euc-kr -t utf8 -r -i --notest /mnt/disk #convert file names from euc-kr to utf8 recursively & interactively
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Languages All times are GMT
Page 1 of 1

 
Jump to:  
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