[Mono-list] MONO_EXTERNAL_ENCODINGS question

Dick Porter dick@ximian.com
21 Aug 2004 23:23:29 +0100


On Sat, 2004-08-21 at 22:35, Carlos Guzm=E1n =C1lvarez wrote:
> Hello:
>=20
> I'm trying to do a build (on Windows) using a nant 0.85 snapshot and=20
> mono 1.0.1 and i'm having problems, i'm getting always:
>=20
> 'D:\NETProvider\NETProvider_17\builds\win32\ado.net\mono-1.0\bin\release\=
FirebirdSql.Data.Firebird.dll'.
>       [csc] [Invalid UTF-8]
>       [csc] Cannot determine the text encoding for argument 1=20
> (@C:\Documents and Settings\carlos\Configuraci=F3n local\Temp\tmp493.tmp)=
.
>       [csc] Please add the correct encoding to MONO_EXTERNAL_ENCODINGS=20
> and try again.
>=20
>=20
> The MONO_EXTERNAL_ENCODINGS environment valraible is configured as=20
> ISO8859_1;UTF-8

Try using a colon not a semicolon.

- Dick