summaryrefslogtreecommitdiff
path: root/include/utf8html.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utf8html.h')
-rw-r--r--include/utf8html.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/utf8html.h b/include/utf8html.h
index f292efe..28b2945 100644
--- a/include/utf8html.h
+++ b/include/utf8html.h
@@ -1,5 +1,6 @@
-/*
+/******************************************************************************
*
+ * $Id: utf8html.h,v 1.4 2003/02/20 07:25:20 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -22,14 +23,15 @@
#include <swfilter.h>
-#include <defs.h>
+SWORD_NAMESPACE_START
- /** This filter converts UTF-8 text into HTML escape sequences
- */
-class SWDLLEXPORT UTF8HTML:public SWFilter {
+/** This filter converts UTF-8 text into HTML escape sequences
+ */
+class SWDLLEXPORT UTF8HTML : public SWFilter {
public:
- UTF8HTML();
- virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0);
+ UTF8HTML();
+ virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
};
+SWORD_NAMESPACE_END
#endif