[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: i18n hell.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-12 00:32:38 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> Marcus Comstedt <marcus@mc.pp.se> writes:
>
> > What are your $LC-variables set to? Maybe FreeBSD is being stupid
> > about this and just returning whatever you set without verifying that
> > it's valid?
>
> Nope, no $LC variables are set.
>
> I'm gonna google for other FreeBSD users that can't use iconv
> properly...

OK, my iconv problem is solved for now.

There are two different ports in my tree:

      /usr/ports/converters/iconv
      /usr/ports/converters/libiconv

The former one seems to be broken. When I discovered and installed
the latter, all is good now:

$ iconv -f UTF-8 -t ISO-8859-1 foo
iconv: foo: No such file or directory
$ iconv -f UTF-8 -t ISO8859-1 foo
iconv: foo: No such file or directory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 00:37:15 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.