> 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 <[email protected]> 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 <[email protected]> >>> 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 > [email protected] > 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 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
