From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KltNh-0007rN-MX for garchives@archives.gentoo.org; Fri, 03 Oct 2008 22:44:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C23BE01E9; Fri, 3 Oct 2008 22:44:17 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C6A4E01E2 for ; Fri, 3 Oct 2008 22:44:16 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 29so1838240wff.10 for ; Fri, 03 Oct 2008 15:44:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=fHc9wTfxitE+tD4xBdXXXvmi+61wqIy7Roy5yjv+Bgc=; b=x1fnFVimS2FrJyijrxdsfbv02Qwie43/L+vb4s+muZ8hB2Jc7SiFk7TljfGIjzXPoe CyVb2+KY4zUTeWQ9S0sqRegdqTcemof2sZkqKR5+0GSiMGXOh8VxNWDM3fwUtuY9X0Pv prFxwApnUhMnt4Of1MmcI/yPjHQ2NE2QResTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TJ584dEr6EdjkYegVVGaW6IkzzLf3aW9us5v6C/PRPq58XoDcwSI3DohHNdCRPPRgY cxRDr7sFdB7g7UlnZJR9bhHBVrF4UJH+B51sWdieBd/DM2qxJghVyMmcUyYbYXV2DUNe KhhFd7JRuzSPSHAKfIDIIOsA999tjJeuUVreg= Received: by 10.143.155.7 with SMTP id h7mr588975wfo.16.1223073855889; Fri, 03 Oct 2008 15:44:15 -0700 (PDT) Received: by 10.143.40.6 with HTTP; Fri, 3 Oct 2008 15:44:15 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 18:44:15 -0400 From: "Andrey Vul" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: cannot compile eclipse-ecj using gcj In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Archives-Salt: 25a9e718-ede9-477d-baef-e5b925c21348 X-Archives-Hash: aab713de2086d101e6ee2a4a6148a6e6 On Fri, Oct 3, 2008 at 9:41 AM, Andrey Vul wrote: > Gcj can't compile eclipse(-ecj) due to encoding issues. Any solutions? > The specific byte is 0xA8 (the section sign). However, it is *not* encoded in UTF-8. leading to the error. Which 8-bit encodings have high-ASCII (i.e. 0x80-0xFF) support? -- Andrey Vul