From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3FA0D485.6010904@feht.dgtu.donetsk.ua> Date: Thu, 30 Oct 2003 11:06:13 +0200 From: "Aleksander N. Gorohovski" User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030210 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] Windows 1251 to KOI8-r X-Enigmail-Version: 0.70.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit 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: Thu, 30 Oct 2003 09:11:00 -0000 X-List-Received-Date: Thu, 30 Oct 2003 09:11:00 -0000 Archived-At: List-Archive: List-Post: >>> convert cp1251..koi8 filename >>> А здесь чего-то непонятное, пишет мол: >>> [aleksander@oc mydata]$ convert cp1251..koi8-r pikod.txt >>> convert: Unable to open file (cp1251..koi8-r) [No such file or directory]. > > > Сорри, естественно, > recode cp1251..koi8 filename [aleksander@oc mydata]$ recode cp1251..koi8-r pikod.txt bash: recode: command not found Тоже облом. :-( В прочем iconv -f cp1251 -t koi8-r pikod.txt > pikod.koi8 Отлично работает. Спасибо!