X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unicode.c;h=90faf590e583366f744ebd0023ad2f7af9ee4c2b;hb=d5e66f6098c9a49a4ee66f2e1139375de81354be;hp=60ea85d104407d569eac61ce9e3a4dab86fda42c;hpb=8ea353eb8f45bbc37f2dcad1f1d718fa1454fd7b;p=PuTTY.git diff --git a/unicode.c b/unicode.c index 60ea85d1..90faf590 100644 --- a/unicode.c +++ b/unicode.c @@ -8,8 +8,6 @@ #include "putty.h" #include "misc.h" -static void get_unitab(int codepage, wchar_t * unitab, int ftype); - /* Character conversion arrays; they are usually taken from windows, * the xterm one has the four scanlines that have no unicode 2.0 * equivalents mapped to their unicode 3.0 locations. @@ -1218,7 +1216,7 @@ char *cp_enumerate(int index) return cp_list[index].name; } -static void get_unitab(int codepage, wchar_t * unitab, int ftype) +void get_unitab(int codepage, wchar_t * unitab, int ftype) { char tbuf[4]; int i, max = 256, flg = MB_ERR_INVALID_CHARS;