Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 31 Aug 2002 15:12:59 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: [gcj-3.2]: US locale [8859_1] coding is not supported Message-ID: <20020831191259.GA12165@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20020831184918 DOT 43824 DOT qmail AT web21001 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020831184918.43824.qmail@web21001.mail.yahoo.com> User-Agent: Mutt/1.3.23.1i In case it isn't obvious, I really don't have the cycles to take bug reports on this. If you can track down why the encoding is missing, it would be appreciated. Shouldn't this be included in some other package besides gcc, though? cgf (Boy, do I miss Chuck) On Sat, Aug 31, 2002 at 11:49:18AM -0700, Nicholas Wourms wrote: >I was trying to compile a java app with gcj. The application had a >configure script and was designed with the intention of being >compiled with gcj. It passes this flag (along with others) during >compile time: > >"--encoding=8859_1" > >which results in failure: > >" [...]unknown encoding: `8859_1' > This might mean that your locale's encoding is not supported > by your system's iconv(3) implementation. If you aren't trying > to use a particular encoding for your input file, try the > `--encoding=UTF-8' option" > >Sure I could just use UTF-8, which is working perfectly fine [in most >cases, but not all], but I find it a little bizarre that US encodings >would not be supported. Just thought I'd give you a heads up. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/