From a010160576d6f6eb269902fe0e26c53bd56d29b1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 21 Apr 2004 18:07:26 +0000 Subject: Charset support for the info backend (\cfg{info-charset}). (This checkin touches other files because a function in bk_text.c turned out to be of more general use so I moved it out into ustring.c.) [originally from svn r4111] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 94493d4..33780ea 100644 --- a/halibut.h +++ b/halibut.h @@ -294,6 +294,7 @@ int utob(wchar_t *); int uisdigit(wchar_t); wchar_t *ustrlow(wchar_t *s); wchar_t *ustrftime(wchar_t *fmt, struct tm *timespec); +int cvt_ok(int charset, const wchar_t *s); /* * help.c -- cgit v1.1