discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: display UTF-8 characters


From: Lee, Seong-Gu
Subject: Re: display UTF-8 characters
Date: Sun, 22 Sep 2013 01:13:41 +0900
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

> Fedora 19, distro gnustep packages:
> gnustep-back-0.23.0-1.fc19.x86_64
> gnustep-base-1.24.4-7.fc19.x86_64
> gnustep-base-devel-1.24.4-7.fc19.x86_64
> gnustep-base-libs-1.24.4-7.fc19.x86_64
> gnustep-filesystem-2.6.5-1.fc19.x86_64
> gnustep-gui-0.23.1-1.fc19.x86_64
> gnustep-gui-devel-0.23.1-1.fc19.x86_64
> gnustep-gui-libs-0.23.1-1.fc19.x86_64
> gnustep-make-2.6.5-1.fc19.x86_64
> 
> I don't see Š, š, ė characters in SimpleAgenda for example.
> I tried the following:
> 
> cd /usr/lib64/GNUstep/Fonts
> mknfonts /usr/share/fonts/dejavu/DejaVuSans.ttf
> defaults write NSGlobalDomain NSFont "DejaVu Sans"
> 
> didn't help. Then tried to set a few different fonts with SystemPreferences 
> app.
> 
> Thanks,
> Nerijus
> 
> On Sat, 21 Sep 2013 16:23:20 +0200 Ivan Vučica <ivucica@gmail.com> wrote:
> 
>> Hi,
>>
>> What platform are you running on? If you built GNUstep yourself, which 
>> backend did you compile with? Which characters are you having trouble with? 
>> How are you testing support for the characters?
>>
>> Regards,
>>
>> Ivan Vučica
>> via phone
>>
>>> On 21 Sep 2013, at 16:20, Nerijus Baliunas <nerijus@users.sourceforge.net> 
>>> wrote:
>>>
>>> Hello,
>>>
>>> how do I display UTF-8 characters in gnustep app (SimpleAgenda in my case)?
>>> Is it enough to set font with SystemPreferences app? Should I make font 
>>> before
>>> with mknfonts? My locale is LANG=lt_LT.UTF-8.
> 
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 
Dear Nerijus Baliunas,

 How about trying "export GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding"
at bash or "setenv GNUSTEP_STRING_ENCODING NSUTF8StringEncoding" at csh?
 In my case (for not SimpleAgenda but GWorkspace), UTF-8 strings were
displayed well according with my language.
 You would be able to find appropriate encoding strings at
http://www.gnustep.org/resources/documentation/User/Gui/LanguageSetup.html

 Lee, Seong-Gu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]