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.