ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] iconv: illegal input sequence at position 1442
@ 2005-08-24  5:10 Pavel Shurubura
  2005-08-24  6:51 ` [Comm] " Vitaly Ostanin
  2005-08-24  6:57 ` [Comm] " Ilya V. Pobelov
  0 siblings, 2 replies; 6+ messages in thread
From: Pavel Shurubura @ 2005-08-24  5:10 UTC (permalink / raw)
  To: community

Hi All!


При конвертировании из cp1251 в koi8-r очень часто встречается
такая ситуация: iconv напарывается на символ, который она не
может конвертировать и вываливается с сообщением:

iconv: illegal input sequence at position 1442

Можно её как-нибудь пропатчить, что-бы она не вываливалась а
просто пропускала это место ?


-- 
With kindest regards, pvs.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re: iconv: illegal input sequence at position 1442
  2005-08-24  5:10 [Comm] iconv: illegal input sequence at position 1442 Pavel Shurubura
@ 2005-08-24  6:51 ` Vitaly Ostanin
  2005-08-24  6:57 ` [Comm] " Ilya V. Pobelov
  1 sibling, 0 replies; 6+ messages in thread
From: Vitaly Ostanin @ 2005-08-24  6:51 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

Pavel Shurubura пишет:
> Hi All!
> 
> 
> При конвертировании из cp1251 в koi8-r очень часто встречается
> такая ситуация: iconv напарывается на символ, который она не
> может конвертировать и вываливается с сообщением:
> 
> iconv: illegal input sequence at position 1442
> 
> Можно её как-нибудь пропатчить, что-бы она не вываливалась а
> просто пропускала это место ?

iconv --help
'-r'

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] iconv: illegal input sequence at position 1442
  2005-08-24  5:10 [Comm] iconv: illegal input sequence at position 1442 Pavel Shurubura
  2005-08-24  6:51 ` [Comm] " Vitaly Ostanin
@ 2005-08-24  6:57 ` Ilya V. Pobelov
  2005-08-24  7:12   ` Pavel Shurubura
  1 sibling, 1 reply; 6+ messages in thread
From: Ilya V. Pobelov @ 2005-08-24  6:57 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, Aug 24, 2005 at 09:10:55AM +0400, Pavel Shurubura wrote:

> При конвертировании из cp1251 в koi8-r очень часто встречается
> такая ситуация: iconv напарывается на символ, который она не
> может конвертировать и вываливается с сообщением:
>
> iconv: illegal input sequence at position 1442

iconv --help, опция -r
iconv -r #
заменит неправильные символы на #

--
With best regards, Ilya V. Pobelov
ALT Linux Master 2.4 (Citron)
kernel 2.6.11-wks26-up-alt4.ilya1, system uptime: 9 days, 11:31


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] iconv: illegal input sequence at position 1442
  2005-08-24  6:57 ` [Comm] " Ilya V. Pobelov
@ 2005-08-24  7:12   ` Pavel Shurubura
  2005-08-24 15:29     ` Andrey Rahmatullin
  2005-08-25  9:14     ` Dmitry V. Levin
  0 siblings, 2 replies; 6+ messages in thread
From: Pavel Shurubura @ 2005-08-24  7:12 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, 24 Aug 2005 08:57:13 +0200
"Ilya V. Pobelov" <pobelov@mail.ru> wrote:

> On Wed, Aug 24, 2005 at 09:10:55AM +0400, Pavel Shurubura
> wrote:
> 
> > При конвертировании из cp1251 в koi8-r очень часто
> > встречается такая ситуация: iconv напарывается на символ,
> > который она не может конвертировать и вываливается с
> > сообщением:
> >
> > iconv: illegal input sequence at position 1442
> 
> iconv --help, опция -r
> iconv -r #
> заменит неправильные символы на #
> 

   Ух-ты ! Точно. Жаль только что в man iconv ничего не сказано.
И на debian sarge этой опции нет. Там iconv версии 2.3.2
  

-- 
With kindest regards, pvs.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] iconv: illegal input sequence at position 1442
  2005-08-24  7:12   ` Pavel Shurubura
@ 2005-08-24 15:29     ` Andrey Rahmatullin
  2005-08-25  9:14     ` Dmitry V. Levin
  1 sibling, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2005-08-24 15:29 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

On Wed, Aug 24, 2005 at 11:12:55AM +0400, Pavel Shurubura wrote:
>    Ух-ты ! Точно. Жаль только что в man iconv ничего не сказано.
#7290

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Sisyphus после изменения libtiff и openldap стал бинарно
несовместим с ALM2.4 в существенной части.
		-- mike in sisyphus@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] iconv: illegal input sequence at position 1442
  2005-08-24  7:12   ` Pavel Shurubura
  2005-08-24 15:29     ` Andrey Rahmatullin
@ 2005-08-25  9:14     ` Dmitry V. Levin
  1 sibling, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2005-08-25  9:14 UTC (permalink / raw)
  To: ALT Linux general discussion list

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

On Wed, Aug 24, 2005 at 11:12:55AM +0400, Pavel Shurubura wrote:
[...]
> > > При конвертировании из cp1251 в koi8-r очень часто
> > > встречается такая ситуация: iconv напарывается на символ,
> > > который она не может конвертировать и вываливается с
> > > сообщением:
> > >
> > > iconv: illegal input sequence at position 1442
> > 
> > iconv --help, опция -r
> > iconv -r #
> > заменит неправильные символы на #
> 
>    Ух-ты ! Точно. Жаль только что в man iconv ничего не сказано.
> И на debian sarge этой опции нет. Там iconv версии 2.3.2

Более стандартной является опция -c:
$ iconv --help |grep -we -c
  -c                         omit invalid characters from output


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-25  9:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-24  5:10 [Comm] iconv: illegal input sequence at position 1442 Pavel Shurubura
2005-08-24  6:51 ` [Comm] " Vitaly Ostanin
2005-08-24  6:57 ` [Comm] " Ilya V. Pobelov
2005-08-24  7:12   ` Pavel Shurubura
2005-08-24 15:29     ` Andrey Rahmatullin
2005-08-25  9:14     ` Dmitry V. Levin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git