X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Futf_conversion.h;h=6b1185e09eced1e9c04406d441e2859284f9ab3e;hb=d3d81fdadcda897a2191e6158015dc6abb0943f8;hp=33d436eb6010a0c45a31a4010a623d6442b89862;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/basis/utf_conversion.h b/nucleus/library/basis/utf_conversion.h index 33d436eb..6b1185e0 100644 --- a/nucleus/library/basis/utf_conversion.h +++ b/nucleus/library/basis/utf_conversion.h @@ -190,6 +190,7 @@ Booleano isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd); // compliant functions that required Unicode in win32 but not in Unix systems. #if defined(UNICODE) +#error should not be in here right now --cak ///holding to test wx && defined(__WIN32__) //! to_unicode_temp() converts to UTF-16 as needed for win32 system calls. /*! this conversion is only appropriate to use within expressions. it does @@ -308,7 +309,7 @@ public: null_transcoder(const astring &utf8_input, bool make_own_copy); ~null_transcoder() { if (_make_own_copy) delete [] _converted; - _converted = NIL; + _converted = NULL_POINTER; } int length() const;