stderr converting ISO-1252 to UTF-8

Post Reply
cindy_walker
Posts: 36
Joined: Tue Jul 24, 2001 2:16 pm

stderr converting ISO-1252 to UTF-8

Post by cindy_walker »

We're getting these error messages on the walk status page:

118 /usr/local/morph3/texis/scripts/webinator/dowalk(doprimer) 266: Charset converter "/usr/local/morph3/etc/iconv" -f iso-1252 -t UTF-8 -c stderr converting iso-1252 to UTF-8: iconv: conversion from iso-1252 unsupported
in the function httransbuf

018 /usr/local/morph3/texis/scripts/webinator/dowalk(doprimer) 266: Cannot convert iso-1252 to UTF-8 via charset converter "/usr/local/morph3/etc/iconv" -f iso-1252 -t UTF-8 -c: returned exit code 1 in the function httransbuf

and similar slightly shorter messages on the search results page. It's not clear to me whether Webinator indexes the page anyway when this happens.

How can I correct this? Many of our pages have a content type meta tag specifying charset=iso-1252 for who knows what reason.

We're using Enterprise Webinator 5.1.10-Unix-w/plugin for Solaris.

Cindy
cindy_walker
Posts: 36
Joined: Tue Jul 24, 2001 2:16 pm

stderr converting ISO-1252 to UTF-8

Post by cindy_walker »

The template we were given to use for our web pages unfortunately contains this meta tag:

<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-1252">

Clearly it's meaningless. Is there a way to configure the dowalk script to assume the default charset when it comes across a page with this meta tag? We have hundreds of content providers and >100,000 pages. We would only be at best partially successful in removing it from our pages.

I don't think we actually need to do any special conversion. For us it's an erroneous tag.
Post Reply