*** empty log message ***

This commit is contained in:
jez_higgins 2003-09-12 23:33:19 +00:00
parent 74581840f9
commit 0de640587e
6 changed files with 17 additions and 2 deletions

View file

@ -2,6 +2,7 @@
// $Id$
//---------------------------------------------------------------------------
#include <Utils/utf16beucs2codecvt.h>
#ifndef ARABICA_NO_WCHAR_T
#include <Utils/impl/ucs2_utf16.h>
#ifdef ARABICA_VS6_WORKAROUND
@ -49,5 +50,6 @@ int utf16beucs2codecvt::do_length(const std::mbstate_t&,
return std::max<int>((end-from), max/2);
} // do_length
#endif
// end of file

View file

@ -8,6 +8,8 @@
// $Id$
//---------------------------------------------------------------------------
#include <SAX/ArabicaConfig.h>
#ifndef ARABICA_NO_WCHAR_T
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
@ -65,3 +67,4 @@ protected:
} // namespace Arabica
#endif
#endif

View file

@ -1,8 +1,9 @@
//---------------------------------------------------------------------------
// $Id$
//---------------------------------------------------------------------------
#include "utf16leucs2codecvt.h"
#include "impl/ucs2_utf16.h"
#include <Utils/utf16leucs2codecvt.h>
#ifndef ARABICA_NO_WCHAR_T
#include <Utils/impl/ucs2_utf16.h>
#ifdef ARABICA_VS6_WORKAROUND
#include <Utils/impl/VS6Workaround.h>
@ -50,5 +51,6 @@ int utf16leucs2codecvt::do_length(const std::mbstate_t&,
return std::max<int>((end-from), max/2);
} // do_length
#endif
// end of file

View file

@ -8,6 +8,8 @@
// $Id$
//---------------------------------------------------------------------------
#include <SAX/ArabicaConfig.h>
#ifndef ARABICA_NO_WCHAR_T
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
@ -64,4 +66,5 @@ protected:
} // namespace convert
} // namespace Arabica
#endif
#endif

View file

@ -5,6 +5,7 @@
#include <Utils/impl/ucs2_utf16.h>
#include <Utils/impl/ucs2_utf8.h>
//---------------------------------------------------------------------------
#ifndef ARABICA_NO_WCHAR_T
using namespace Arabica::convert;
@ -79,5 +80,6 @@ int utf8ucs2codecvt::do_length(const std::mbstate_t&,
return (from_next-from);
} // do_length
#endif
// end of file

View file

@ -13,6 +13,8 @@
// $Id$
//---------------------------------------------------------------------------
#include <SAX/ArabicaConfig.h>
#ifndef ARABICA_NO_WCHAR_T
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
@ -69,4 +71,5 @@ protected:
} // namespace convert
} // namespace Arabica
#endif
#endif