]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Change the unifont API so that text is passed right down to the
authorSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 19:18:53 +0000 (19:18 +0000)
commit438323ac83f2fb89480fef22b1bde320c796c0fd
tree49c7c0b380b3f82fea520c6d4d9b0e1df94cc076
parent9ff57563ffe40342add3a0fc195f5e073ddfb596
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: http://svn.tartarus.org/sgt/putty@9292 cda61777-01e9-0310-a592-d414129be87e
unix/gtkfont.c
unix/gtkfont.h
unix/gtkwin.c