Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2003:
[Freeciv-Dev] Re: (PR#1824) Re: (PR#5449) blank lines in message window
Home

[Freeciv-Dev] Re: (PR#1824) Re: (PR#5449) blank lines in message window

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx, jrg45@xxxxxxxxxxxxxxxxx, Kenn.Munro@xxxxxxxxxxxxxx, jdwheeler42@xxxxxxxxx
Cc: jlangley@xxxxxxx, mrproper@xxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#1824) Re: (PR#5449) blank lines in message window and output
From: "Vasco Alexandre da Silva Costa" <vasc@xxxxxxxxxxxxxx>
Date: Thu, 28 Aug 2003 14:27:01 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Thu, 28 Aug 2003, Jason Short wrote:

> John Wheeler wrote:
> > --- Jason Short <jdorje@xxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> >>The problem is in Freeciv - we don't explicitly
> >>handle any charsets
> >>other than latin1, we just hope everything works
> >>out.  Sometimes it
> >>doesn't.  See PR#1824.
> >>
> >>jason
> >
> >
> > Thanks for the referal.  I'm afraid I'm not getting
> > the hang of the search system in RT, because I did try
> > quite hard to find a previous reference.  Using
> > "export LANG=en_US.ISO-8859-1" before starting civ
> > returns the behavior to the obnoxious but acceptable
> > '?' in place of international characters.
>
> Hmm, well that shouldn't be.  What international characters are these?
> All of the ones in Freeciv should already be in Latin1.  But if you're
> using the Gtk2 client it does some manual conversions of text (gtk2 uses
> UTF-8 so all strings must be manually converted), so maybe the problem
> stems from there.

When you have problems with something using ISO-8859-1 and the other using
UTF-8, here are some pointers:

If you see strange characters: your ISO-8859-1 app is confused by receiving
UTF-8 text.

If you see no characters: your UTF-8 app is getting confused by receiving
ISO-8859-1 text.

---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#1824) Re: (PR#5449) blank lines in message window and output, Vasco Alexandre da Silva Costa <=