mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
fixed namespaces declaration
This commit is contained in:
parent
c8a8be2fb7
commit
6d76412103
10 changed files with 106 additions and 108 deletions
|
@ -24,9 +24,7 @@ namespace {
|
||||||
};
|
};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
using namespace Arabica::convert::impl;
|
std::codecvt_base::result Arabica::convert::impl::iso88591_2_utf8(
|
||||||
|
|
||||||
std::codecvt_base::result iso88591_2_utf8(
|
|
||||||
const char* from, const char* from_end, const char*& from_next,
|
const char* from, const char* from_end, const char*& from_next,
|
||||||
char* to, char* to_limit, char*& to_next)
|
char* to, char* to_limit, char*& to_next)
|
||||||
{
|
{
|
||||||
|
@ -60,7 +58,7 @@ std::codecvt_base::result iso88591_2_utf8(
|
||||||
return std::codecvt_base::ok;
|
return std::codecvt_base::ok;
|
||||||
} // iso88591_2_utf8
|
} // iso88591_2_utf8
|
||||||
|
|
||||||
std::codecvt_base::result utf8_2_iso88591(
|
std::codecvt_base::result Arabica::convert::impl::utf8_2_iso88591(
|
||||||
const char* from, const char* from_end, const char*& from_next,
|
const char* from, const char* from_end, const char*& from_next,
|
||||||
char* to, char* to_limit, char*& to_next)
|
char* to, char* to_limit, char*& to_next)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "ArabicaLib"=.\SAX\SAX.dsp - Package Owner=<4>
|
Project: "ArabicaLib"=.\SAX.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -15,7 +15,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "example_DOMWriter"=.\EXAMPLES\SAX2DOM\DOMWriter.dsp - Package Owner=<4>
|
Project: "example_DOMWriter"=.\DOMWriter.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -30,7 +30,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "example_SAXPyx"=.\examples\SAX\pyx.dsp - Package Owner=<4>
|
Project: "example_SAXPyx"=.\pyx.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -45,7 +45,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "example_SAXSimpleHandler"=.\examples\SAX\SimpleHandler.dsp - Package Owner=<4>
|
Project: "example_SAXSimpleHandler"=.\SimpleHandler.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -60,7 +60,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "example_SAXWriter"=.\EXAMPLES\SAX\Writer.dsp - Package Owner=<4>
|
Project: "example_SAXWriter"=.\Writer.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -75,7 +75,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "example_UtilsTranscode"=.\EXAMPLES\UTILS\transcode.dsp - Package Owner=<4>
|
Project: "example_UtilsTranscode"=.\transcode.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
@ -90,7 +90,7 @@ Package=<4>
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "test_SAX2DOM"=.\test\SAX2DOM\SAX2DOM_test.dsp - Package Owner=<4>
|
Project: "test_SAX2DOM"=.\SAX2DOM_test.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
|
@ -88,7 +88,7 @@ LINK32=link.exe
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\DOMWriter.cpp
|
SOURCE=..\examples\DOM\DOMWriter.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Libs"
|
# Begin Group "Libs"
|
|
@ -41,7 +41,7 @@ RSC=rc.exe
|
||||||
# PROP Intermediate_Dir "Release"
|
# PROP Intermediate_Dir "Release"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\\" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
|
# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\src\\" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x809 /d "NDEBUG"
|
# ADD BASE RSC /l 0x809 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x809 /d "NDEBUG"
|
# ADD RSC /l 0x809 /d "NDEBUG"
|
||||||
|
@ -50,7 +50,7 @@ BSC32=bscmake.exe
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=link.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib\Arabica.lib"
|
# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
|
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
|
||||||
|
|
||||||
|
@ -61,11 +61,11 @@ LIB32=link.exe -lib
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "..\lib"
|
# PROP Output_Dir "..\src\lib"
|
||||||
# PROP Intermediate_Dir "Debug"
|
# PROP Intermediate_Dir "Debug"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||||
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
|
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\src\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
|
||||||
# SUBTRACT CPP /YX
|
# SUBTRACT CPP /YX
|
||||||
# ADD BASE RSC /l 0x809 /d "_DEBUG"
|
# ADD BASE RSC /l 0x809 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x809 /d "_DEBUG"
|
# ADD RSC /l 0x809 /d "_DEBUG"
|
||||||
|
@ -74,7 +74,7 @@ BSC32=bscmake.exe
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LIB32=link.exe -lib
|
LIB32=link.exe -lib
|
||||||
# ADD BASE LIB32 /nologo
|
# ADD BASE LIB32 /nologo
|
||||||
# ADD LIB32 /nologo /out:"..\lib\Arabica.lib"
|
# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
@ -87,79 +87,79 @@ LIB32=link.exe -lib
|
||||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\AttributeList.h
|
SOURCE=..\include\SAX\AttributeList.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\Attributes.h
|
SOURCE=..\include\SAX\Attributes.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ContentHandler.h
|
SOURCE=..\include\SAX\ContentHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\DocumentHandler.h
|
SOURCE=..\include\SAX\DocumentHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\DTDHandler.h
|
SOURCE=..\include\SAX\DTDHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\EntityResolver.h
|
SOURCE=..\include\SAX\EntityResolver.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ErrorHandler.h
|
SOURCE=..\include\SAX\ErrorHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\HandlerBase.h
|
SOURCE=..\include\SAX\HandlerBase.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\InputSource.h
|
SOURCE=..\include\SAX\InputSource.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\Locator.h
|
SOURCE=..\include\SAX\Locator.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\Parser.h
|
SOURCE=..\include\SAX\Parser.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ParserConfig.h
|
SOURCE=..\include\SAX\ParserConfig.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SAXException.h
|
SOURCE=..\include\SAX\SAXException.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\saxfwd.h
|
SOURCE=..\include\SAX\saxfwd.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SAXNotRecognizedException.h
|
SOURCE=..\include\SAX\SAXNotRecognizedException.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SAXNotSupportedException.h
|
SOURCE=..\include\SAX\SAXNotSupportedException.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SAXParseException.h
|
SOURCE=..\include\SAX\SAXParseException.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\XMLFilter.h
|
SOURCE=..\include\SAX\XMLFilter.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\XMLReader.h
|
SOURCE=..\include\SAX\XMLReader.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Helpers"
|
# Begin Group "Helpers"
|
||||||
|
@ -170,7 +170,7 @@ SOURCE=.\XMLReader.h
|
||||||
# PROP Default_Filter "*.cpp"
|
# PROP Default_Filter "*.cpp"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\InputSourceResolver.cpp
|
SOURCE=..\include\SAX\helpers\InputSourceResolver.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Headers"
|
# Begin Group "Headers"
|
||||||
|
@ -178,59 +178,59 @@ SOURCE=.\helpers\InputSourceResolver.cpp
|
||||||
# PROP Default_Filter "*.h"
|
# PROP Default_Filter "*.h"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\AttributeDefaults.h
|
SOURCE=..\include\SAX\helpers\AttributeDefaults.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\AttributeListImpl.h
|
SOURCE=..\include\SAX\helpers\AttributeListImpl.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\AttributesImpl.h
|
SOURCE=..\include\SAX\helpers\AttributesImpl.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\AttributeTypes.h
|
SOURCE=..\include\SAX\helpers\AttributeTypes.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\CatchErrorHandler.h
|
SOURCE=..\include\SAX\helpers\CatchErrorHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\DefaultHandler.h
|
SOURCE=..\include\SAX\helpers\DefaultHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\FeatureNames.h
|
SOURCE=..\include\SAX\helpers\FeatureNames.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\InputSourceResolver.h
|
SOURCE=..\include\SAX\helpers\InputSourceResolver.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\LocatorImpl.h
|
SOURCE=..\include\SAX\helpers\LocatorImpl.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\NamespaceSupport.h
|
SOURCE=..\include\SAX\helpers\NamespaceSupport.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\ParserAdaptor.h
|
SOURCE=..\include\SAX\helpers\ParserAdaptor.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\PropertyNames.h
|
SOURCE=..\include\SAX\helpers\PropertyNames.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\StringAdaptor.h
|
SOURCE=..\include\SAX\helpers\StringAdaptor.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\helpers\XMLFilterImpl.h
|
SOURCE=..\include\SAX\helpers\XMLFilterImpl.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# End Group
|
# End Group
|
||||||
|
@ -239,23 +239,23 @@ SOURCE=.\helpers\XMLFilterImpl.h
|
||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ext\Attributes2.h
|
SOURCE=..\include\SAX\ext\Attributes2.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ext\DeclHandler.h
|
SOURCE=..\include\SAX\ext\DeclHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ext\DefaultHandler2.h
|
SOURCE=..\include\SAX\ext\DefaultHandler2.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ext\LexicalHandler.h
|
SOURCE=..\include\SAX\ext\LexicalHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ext\Locator2.h
|
SOURCE=..\include\SAX\ext\Locator2.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Wrappers"
|
# Begin Group "Wrappers"
|
||||||
|
@ -263,34 +263,34 @@ SOURCE=.\ext\Locator2.h
|
||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxexpat.cpp
|
SOURCE=..\include\SAX\wrappers\saxexpat.cpp
|
||||||
# PROP Exclude_From_Build 1
|
# PROP Exclude_From_Build 1
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxexpat.h
|
SOURCE=..\include\SAX\wrappers\saxexpat.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxlibxml2.cpp
|
SOURCE=..\include\SAX\wrappers\saxlibxml2.cpp
|
||||||
# PROP Exclude_From_Build 1
|
# PROP Exclude_From_Build 1
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxlibxml2.h
|
SOURCE=..\include\SAX\wrappers\saxlibxml2.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxmsxml2.h
|
SOURCE=..\include\SAX\wrappers\saxmsxml2.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxxerces.cpp
|
SOURCE=..\include\SAX\wrappers\saxxerces.cpp
|
||||||
# PROP Exclude_From_Build 1
|
# PROP Exclude_From_Build 1
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrappers\saxxerces.h
|
SOURCE=..\include\SAX\wrappers\saxxerces.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Filters"
|
# Begin Group "Filters"
|
||||||
|
@ -298,7 +298,7 @@ SOURCE=.\wrappers\saxxerces.h
|
||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\filter\Writer.h
|
SOURCE=..\include\SAX\filter\Writer.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Parsers"
|
# Begin Group "Parsers"
|
||||||
|
@ -306,7 +306,7 @@ SOURCE=.\filter\Writer.h
|
||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\parsers\saxgarden.h
|
SOURCE=..\include\SAX\parsers\saxgarden.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Utils"
|
# Begin Group "Utils"
|
||||||
|
@ -317,130 +317,130 @@ SOURCE=.\parsers\saxgarden.h
|
||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\codecvt_specialisations.h
|
SOURCE=..\src\Utils\impl\codecvt_specialisations.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\iso88591_utf8.cpp
|
SOURCE=..\src\Utils\impl\iso88591_utf8.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\iso88591_utf8.h
|
SOURCE=..\src\Utils\impl\iso88591_utf8.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\ucs2_utf16.cpp
|
SOURCE=..\src\Utils\impl\ucs2_utf16.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\ucs2_utf16.h
|
SOURCE=..\src\Utils\impl\ucs2_utf16.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\ucs2_utf8.cpp
|
SOURCE=..\src\Utils\impl\ucs2_utf8.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\impl\ucs2_utf8.h
|
SOURCE=..\src\Utils\impl\ucs2_utf8.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\base64codecvt.cpp
|
SOURCE=..\src\Utils\base64codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\base64codecvt.h
|
SOURCE=..\src\Utils\base64codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\convert_adaptor.h
|
SOURCE=..\src\Utils\convert_adaptor.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\convertstream.h
|
SOURCE=..\src\Utils\convertstream.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\iso88591utf8codecvt.cpp
|
SOURCE=..\src\Utils\iso88591utf8codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\iso88591utf8codecvt.h
|
SOURCE=..\src\Utils\iso88591utf8codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\rot13codecvt.cpp
|
SOURCE=..\src\Utils\rot13codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\rot13codecvt.h
|
SOURCE=..\src\Utils\rot13codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\socket_stream.h
|
SOURCE=..\src\Utils\socket_stream.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\XML\UnicodeCharacters.h
|
SOURCE=..\src\XML\UnicodeCharacters.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16beucs2codecvt.cpp
|
SOURCE=..\src\Utils\utf16beucs2codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16beucs2codecvt.h
|
SOURCE=..\src\Utils\utf16beucs2codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16leucs2codecvt.cpp
|
SOURCE=..\src\Utils\utf16leucs2codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16leucs2codecvt.h
|
SOURCE=..\src\Utils\utf16leucs2codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16utf8codecvt.cpp
|
SOURCE=..\src\Utils\utf16utf8codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf16utf8codecvt.h
|
SOURCE=..\src\Utils\utf16utf8codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf8iso88591codecvt.cpp
|
SOURCE=..\src\Utils\utf8iso88591codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf8iso88591codecvt.h
|
SOURCE=..\src\Utils\utf8iso88591codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf8ucs2codecvt.cpp
|
SOURCE=..\src\Utils\utf8ucs2codecvt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Utils\utf8ucs2codecvt.h
|
SOURCE=..\src\Utils\utf8ucs2codecvt.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\XML\XMLCharacterClasses.cpp
|
SOURCE=..\src\XML\XMLCharacterClasses.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\XML\XMLCharacterClasses.h
|
SOURCE=..\src\XML\XMLCharacterClasses.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ArabicaConfig.S
|
SOURCE=..\include\SAX\ArabicaConfig.S
|
||||||
|
|
||||||
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
|
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
|
||||||
|
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
InputPath=.\ArabicaConfig.S
|
InputPath=..\include\SAX\ArabicaConfig.S
|
||||||
|
|
||||||
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
|
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
|
||||||
|
@ -450,7 +450,7 @@ InputPath=.\ArabicaConfig.S
|
||||||
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
|
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
|
||||||
|
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
InputPath=.\ArabicaConfig.S
|
InputPath=..\include\SAX\ArabicaConfig.S
|
||||||
|
|
||||||
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
|
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
|
||||||
|
@ -462,12 +462,12 @@ InputPath=.\ArabicaConfig.S
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ParserConfig.S
|
SOURCE=..\include\SAX\ParserConfig.S
|
||||||
|
|
||||||
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
|
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
|
||||||
|
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
InputPath=.\ParserConfig.S
|
InputPath=..\include\SAX\ParserConfig.S
|
||||||
|
|
||||||
BuildCmds= \
|
BuildCmds= \
|
||||||
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
||||||
|
@ -485,7 +485,7 @@ BuildCmds= \
|
||||||
|
|
||||||
# PROP Ignore_Default_Tool 1
|
# PROP Ignore_Default_Tool 1
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
InputPath=.\ParserConfig.S
|
InputPath=..\include\SAX\ParserConfig.S
|
||||||
|
|
||||||
BuildCmds= \
|
BuildCmds= \
|
||||||
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
||||||
|
@ -504,11 +504,11 @@ BuildCmds= \
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\saxlib.cpp
|
SOURCE=..\include\SAX\saxlib.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\saxlib.S
|
SOURCE=..\include\SAX\saxlib.S
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
|
@ -89,11 +89,11 @@ LINK32=link.exe
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SimpleHandler.cpp
|
SOURCE=..\examples\SAX\SimpleHandler.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\wrapper.cpp
|
SOURCE=..\examples\SAX\wrapper.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Header Files"
|
# Begin Group "Header Files"
|
||||||
|
@ -101,7 +101,7 @@ SOURCE=.\wrapper.cpp
|
||||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\SimpleHandler.h
|
SOURCE=..\examples\SAX\SimpleHandler.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Libs"
|
# Begin Group "Libs"
|
|
@ -89,7 +89,7 @@ LINK32=link.exe
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\writer.cpp
|
SOURCE=..\examples\SAX\writer.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Libs"
|
# Begin Group "Libs"
|
|
@ -89,7 +89,7 @@ LINK32=link.exe
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\pyx.cpp
|
SOURCE=..\examples\SAX\pyx.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Libs"
|
# Begin Group "Libs"
|
|
@ -89,7 +89,7 @@ LINK32=link.exe
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\transcode.cpp
|
SOURCE=..\examples\Utils\transcode.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Libs"
|
# Begin Group "Libs"
|
Loading…
Reference in a new issue