summaryrefslogtreecommitdiff
path: root/include/latin1utf16.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/latin1utf16.h')
-rw-r--r--include/latin1utf16.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/latin1utf16.h b/include/latin1utf16.h
index 685adbc..621aabf 100644
--- a/include/latin1utf16.h
+++ b/include/latin1utf16.h
@@ -1,5 +1,6 @@
-/*
+/***************************************************************************
*
+ * $Id: latin1utf16.h,v 1.5 2003/02/20 07:25:19 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 Latin-1 encoded text to UTF-8
- */
-class SWDLLEXPORT Latin1UTF16:public SWFilter {
+/** This filter converts Latin-1 encoded text to UTF-16
+ */
+class SWDLLEXPORT Latin1UTF16 : public SWFilter {
public:
- Latin1UTF16();
- virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0);
+ Latin1UTF16();
+ virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
};
+SWORD_NAMESPACE_END
#endif