Re: iconv and windows-1252 on fremantle

2009-09-20 Thread Andre Klapper
Am Sonntag, den 20.09.2009, 16:03 +0300 schrieb Marius Gedminas: > Can anybody with a shell on a N900 run these two iconv commands and > report the results? > ~ $ iconv -l|grep 1252 > CP1252// > WINDOWS-1252// Same output in Fremantle. > ~ $ iconv -f cp1252 -t utf-8 < /dev/null No outpu

iconv and windows-1252 on fremantle

2009-09-20 Thread Marius Gedminas
Diablo, apparently, has a somewhat crippled support for the popular Windows-1252 encoding: ~ $ iconv -l|grep 1252 CP1252// WINDOWS-1252// ~ $ iconv -f cp1252 -t utf-8 < /dev/null iconv: conversion from `cp1252' is not supported Try `iconv --help' or `iconv --usage' for more informatio