Change the unifont API so that text is passed right down to the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
commit572820e134463899af617cd65dd2f06f09db7032
tree49c7c0b380b3f82fea520c6d4d9b0e1df94cc076
parent57191fa4be31f3d08b0ed0fcae6ae0ffefd837f6
Change the unifont API so that text is passed right down to the
individual font implementation as wchar_t, rather than having to be
converted by the client into the appropriate MBCS/SBCS.

This also means I can remove 'real_charset' from the public-facing
contents of the unifont structure.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9292 cda61777-01e9-0310-a592-d414129be87e
unix/gtkfont.c
unix/gtkfont.h
unix/gtkwin.c