Fix display of international characters outside the ASCII range.
authorTim Mann <tim@tim-mann.org>
Sun, 29 May 2011 04:07:08 +0000 (21:07 -0700)
committerTim Mann <tim@tim-mann.org>
Sun, 29 May 2011 04:07:08 +0000 (21:07 -0700)
commit28c8627bf447437dc772045aec1ce7c0d18b7d5a
treedfd3194d758ddb1c53dfe748c9eb02ab64267cd1
parent0a148f3e65ee71cbf233cf651584eb90b3a944f7
Fix display of international characters outside the ASCII range.

1) Set Xaw resources required for internationalization --
   *international and *fontSet.

2) Untangle the new XFontSet-aware code from the old FindFont code.
   It doesn't make any sense to apply the old (and obsolete) size
   searching code from FindFont to a font set, which contains fonts
   that are all the requested size.

3) With these changes, the -font option doesn't work at all when given
   on the command line.  The -font option actually is parsed by the Xt
   library, used to set the *font resource, and removed from argv
   before xboard can see it, so the option didn't really work properly
   with the new WinBoard-style option framework anyway.  Now that
   -font is even more broken, I changed the documented name of the
   option to -messageFont and changed args.h so the option is saved in
   ~/.xboard as -messageFont.
args.h
xboard.c
xboard.texi