From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 31 Dec 2003 12:36:50 +0300 From: Andrew Borodin To: community@altlinux.ru Subject: Re: [Comm] Vi =?koi8-r?B?ySDLz8TJ0s/Xy8k=?= Message-ID: <20031231093650.GB1699@borodin.zarya> References: <200312290834.21687.therion@pochta.ru> <200312291330.44746.therion@pochta.ru> <200312291157.34829.akrioukov@mail.ru> <200312291455.47093.therion@pochta.ru> <3FF032E4.3050204@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <3FF032E4.3050204@mail.ru> User-Agent: Mutt/1.4.1i Content-Transfer-Encoding: quoted-printable X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 09:38:07 -0000 Archived-At: List-Archive: List-Post: On Mon, Dec 29, 2003 at 04:57:56PM +0300, Alexej Kryukov wrote: > therion wrote: >=20 > >=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 29 =E4=C5=CB=C1=C2=D2=D8 2003 1= 3:57 Alexej Kryukov =CE=C1=D0=C9=D3=C1=CC(a): > >=20 > > > >>=F7 =D0=D2=C9=CE=C3=C9=D0=C5, =D0=C5=D2=C5=CB=CF=C4=C9=D2=CF=D7=CB=D5= =CF=D2=C7=C1=CE=C9=DA=CF=D7=C1=D4=D8 =CE=C5=D3=CC=CF=D6=CE=CF... > >>=EB=D4=CF-=D4=CF =DA=C4=C5=D3=D8 =D0=D2=C5=C4=CC=C1=C7=C1=CC =C4=C1=D6= =C5 =C7=CF=D4=CF=D7=D9=CA =D3=CB=D2=C9=D0=D4 =C4=CC=D1 =DC=D4=CF=CA =C3=C5= =CC=C9. > >> =20 > >> > >=E8=CD... =C9=CE=D4=C5=D2=C5=D3=CE=CF, =C2=D9=CC =C2=D9 =CF=DE=C5=CE=D8= =D0=CF=CC=C5=DA=C5=CE, =C5=D3=CC=C9 =D7=C4=D2=D5=C7 =D0=CF=D0=C1=C4=C5=D4= =D3=D1, =D4=CF =C2=D5=C4=D5=20 > >=C2=CC=C1=C7=CF=C4=C1=D2=C5=CE. =EF=CE =DE=D4=CF =D6=C5, =D0=C5=D2=C5=D2= =D9=D7=C1=C5=D4 =D7=C5=D3=D8 =D7=C9=CE=C4 =C9 =C9=DD=C5=D4 =D2=D5=D3=D3=CB= =C9=C5 =C9=CD=C5=CE=C1? > >=20 > > >=20 > =EE=D5, =D0=CF =CC=CF=C7=C9=CB=C5 =D7=C5=DD=C5=CA =CE=C1=C4=CF =C4=C5=CC= =C1=D4=D8 =D2=C5=CB=D5=D2=D3=C9=D7=CE=D9=CA =CF=C2=C8=CF=C4 =D4=C5=CB=D5=DD= =C5=C7=CF =CB=C1=D4=C1=CC=CF=C7=C1. > *=F7=C5=D3=D8* =D7=C9=CE=D4 -- =DC=D4=CF =C2=D9=CC=CF =C2=D9 =D1=D7=CE=CF= =C9=DA=CC=C9=DB=CE=C5. =F7 =D0=D2=C9=CE=C3=C9=D0=C5, =CC=CF=C7=C9=CB=C1-= =D4=CF =D7=C5=C4=D8 > =D0=CF=CE=D1=D4=CE=C1=D1... =F0=CF=CC=D5=DE=C1=C5=CD =C9=CD=D1 =C6=C1=CA= =CC=C1, =D4=D2=C1=CE=D3=CC=C9=D2=D5=C5=CD =C5=C7=CF =D0=D2=C9 =D0=CF=CD=CF= =DD=C9 iconv, > =D0=CF=D4=CF=CD =C4=C5=CC=C1=C5=CD mv old_name new_name... =F4=C1=CB=CF= =C5 =CC=C0=C2=CF=CA =CD=CF=D6=C5=D4 =CE=C1=D0=C9=D3=C1=D4=D8, > =D2=C1=DA=D7=C5 =DE=D4=CF =CF=C4=C9=CE =D0=CF=D4=D2=C1=D4=C9=D4 =D0=C1=D2= =D5 =DE=C1=D3=CF=D7, =C1 =C4=D2=D5=C7=CF=CA -- 10 =CD=C9=CE=D5=D4 :-) >=20 http://freshmeat.net/projects/convmv/ convmv converts filenames (not file content), directories, and even whole filesystems to a different encoding. This comes in very handy if, for example, one switches from an 8-bit locale to an UTF-8 locale. It has some smart features: it automagically recognises if a file is already UTF-8 encoded (thus partly converted filesystems can be fully moved to UTF-8) and it also takes care of symlinks. Additionally, it is able to convert from normalization form C (UTF-8 NFC) to NFD and vice-versa. This is important for interoperability with Mac OS X, for example, which uses NFD, while Linux and most other Unixes use NFC. Though it's primary written to convert from/to UTF-8 it can also be used with almost any other charset encoding. Note that this is a command line tool which requires at least Perl version 5.8.0. =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E1. =E2=CF=D2=CF=C4=C9=CE.