mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-18 22:26:32 +01:00
*** empty log message ***
This commit is contained in:
parent
74581840f9
commit
0de640587e
6 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue