From 2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 23 May 2004 13:20:27 +0000 Subject: Character-set-isation and configurability in the WinHelp backend. Newly configurable things are: bullet and quote characters as usual, the ": " that goes between a section number and its title, the "." coming after numbered-list item numbers, and the text "Title page" that appears at the top of the .cnt file. [originally from svn r4248] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 6a0e944..8bbcc1e 100644 --- a/halibut.h +++ b/halibut.h @@ -282,6 +282,7 @@ wchar_t *ufroma_locale_dup(char const *s); int ustrlen(wchar_t const *s); wchar_t *uadv(wchar_t *s); wchar_t *ustrcpy(wchar_t *dest, wchar_t const *source); +wchar_t *ustrncpy(wchar_t *dest, wchar_t const *source, int n); wchar_t utolower(wchar_t); int uisalpha(wchar_t); int ustrcmp(wchar_t *lhs, wchar_t *rhs); -- cgit v1.1