[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Couple of problems with current SVN
From: |
A. Arias |
Subject: |
Re: Couple of problems with current SVN |
Date: |
Sat, 02 Jun 2012 23:13:14 -0600 |
This solve the problem. Thanks.
El sáb, 02-06-2012 a las 22:14 -0400, Eric Wasylishen escribió:
> Hey German,
> I can reproduce the problem where directories with accented characters show
> up incorrectly in the open/save panels. I created a directory with an
> accented "é" using gnome, and it shows up in the gnustep open panel as "Å©".
>
> I debugged this, and basically it's a configuration issue: the filenames
> returned by the posix readdir() function are being interpreted using
> +[NSString defaultCStringEncoding] , which is Latin-1 by default unless the
> GNUSTEP_STRING_ENCODING environment var is set.
>
> Try running:
> "export GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding"
> before Ink, and see if it fixes the problem - it did for me.
>
> Maybe we should change +[NSString defaultCStringEncoding] to
> NSUTF8StringEncoding?
>
> Cheers,
> Eric
- Re: Couple of problems with current SVN, A. Arias, 2012/06/02
- Re: Couple of problems with current SVN, Fred Kiefer, 2012/06/02
- Re: Couple of problems with current SVN, Richard Frith-Macdonald, 2012/06/02
- Re: Couple of problems with current SVN, A. Arias, 2012/06/02
- Re: Couple of problems with current SVN, Richard Frith-Macdonald, 2012/06/02
- Re: Couple of problems with current SVN, A. Arias, 2012/06/02
- Re: Couple of problems with current SVN, Eric Wasylishen, 2012/06/02
- Re: Couple of problems with current SVN, Eric Wasylishen, 2012/06/02
- Re: Couple of problems with current SVN,
A. Arias <=
- Re: Couple of problems with current SVN, Richard Frith-Macdonald, 2012/06/03
Re: Couple of problems with current SVN, David Chisnall, 2012/06/02
Re: Couple of problems with current SVN, Richard Frith-Macdonald, 2012/06/02