diff options
Diffstat (limited to 'include/utf8nfc.h')
-rw-r--r-- | include/utf8nfc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/utf8nfc.h b/include/utf8nfc.h index c8798cc..1240cca 100644 --- a/include/utf8nfc.h +++ b/include/utf8nfc.h @@ -2,7 +2,7 @@ * * utf8nfc.h - Implementation of UTF8NFC * - * $Id: utf8nfc.h 2833 2013-06-29 06:40:28Z chrislit $ + * $Id: utf8nfc.h 3157 2014-04-17 03:56:12Z greg.hellings $ * * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -32,10 +32,11 @@ SWORD_NAMESPACE_START +/** This filter normalizes UTF-8 encoded text + */ class SWDLLEXPORT UTF8NFC : public SWFilter { private: UConverter* conv; - UChar *source, *target; UErrorCode err; public: UTF8NFC(); |