From 1e72a61a8cf0c71a444f550b98d3b659e8db075e Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Mon, 5 May 2025 15:20:03 +0200 Subject: [PATCH] Makefile(s) updated --- Makefile | 662 ++++++++++++++++++++++++++++++++++++++++++------- Makefile.in | 662 ++++++++++++++++++++++++++++++++++++++++++------- umkMakefile | 263 +++++++++++++------- umkMakefile.in | 263 +++++++++++++------- 4 files changed, 1494 insertions(+), 356 deletions(-) diff --git a/Makefile b/Makefile index e993f3ae2..a3e9af681 100644 --- a/Makefile +++ b/Makefile @@ -428,6 +428,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -659,6 +660,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -890,6 +892,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1121,6 +1124,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1352,6 +1356,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1583,6 +1588,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1814,6 +1820,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2045,6 +2052,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2276,6 +2284,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2507,6 +2516,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2738,6 +2748,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2969,6 +2980,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3200,6 +3212,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3431,6 +3444,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3662,6 +3676,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3893,6 +3908,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4124,6 +4140,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4355,6 +4372,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4586,6 +4604,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4817,6 +4836,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5048,6 +5068,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5279,6 +5300,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5510,6 +5532,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5741,6 +5764,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5972,6 +5996,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6203,6 +6228,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6434,6 +6460,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6665,6 +6692,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6896,6 +6924,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7127,6 +7156,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7358,6 +7388,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7589,6 +7620,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7820,6 +7852,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8051,6 +8084,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8282,6 +8316,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8513,6 +8548,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8744,6 +8780,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8975,6 +9012,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9206,6 +9244,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9437,6 +9476,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9668,6 +9708,7 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9900,6 +9941,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10131,6 +10173,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10363,6 +10406,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10585,6 +10629,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10755,6 +10800,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10987,6 +11033,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11218,6 +11265,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11449,6 +11497,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11680,6 +11729,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11911,6 +11961,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12142,6 +12193,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12373,6 +12425,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12604,6 +12657,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12835,6 +12889,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13066,6 +13121,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13297,6 +13353,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13528,6 +13585,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13762,6 +13820,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13993,6 +14052,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14224,6 +14284,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14455,6 +14516,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14686,6 +14748,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14919,6 +14982,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15150,6 +15214,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15381,6 +15446,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15612,6 +15678,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15843,6 +15910,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16074,6 +16142,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16305,6 +16374,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16536,6 +16606,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16767,6 +16838,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16998,6 +17070,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17229,6 +17302,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17460,6 +17534,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17694,6 +17769,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17875,6 +17951,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18055,6 +18132,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18237,6 +18315,7 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18334,6 +18413,7 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18431,6 +18511,7 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18528,6 +18609,7 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18625,6 +18707,7 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18722,6 +18805,7 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18819,6 +18903,7 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18916,6 +19001,7 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19013,6 +19099,7 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19110,6 +19197,7 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19207,6 +19295,7 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19304,6 +19393,7 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19401,6 +19491,7 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19531,6 +19622,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19726,6 +19818,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19921,6 +20014,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20116,6 +20210,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20311,6 +20406,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20506,6 +20602,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20701,6 +20798,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20896,6 +20994,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21091,6 +21190,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21286,6 +21386,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21481,6 +21582,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21677,6 +21779,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21872,6 +21975,7 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22126,6 +22230,7 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22227,6 +22332,7 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22328,6 +22434,7 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22429,6 +22536,7 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22531,6 +22639,7 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22633,6 +22742,7 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22734,6 +22844,7 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22835,6 +22946,7 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22936,6 +23048,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23024,6 +23137,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23112,6 +23226,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23200,6 +23315,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23288,6 +23404,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23395,6 +23512,7 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23498,6 +23616,7 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23601,6 +23720,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23704,6 +23824,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23805,6 +23926,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23911,6 +24033,7 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24012,6 +24135,7 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24156,6 +24280,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24344,6 +24469,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24532,6 +24658,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24721,6 +24848,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24909,6 +25037,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25097,6 +25226,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25275,6 +25405,7 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25375,6 +25506,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25563,6 +25695,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25751,6 +25884,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25939,6 +26073,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26127,6 +26262,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26315,6 +26451,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26503,6 +26640,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26691,6 +26829,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26879,6 +27018,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27067,6 +27207,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27255,6 +27396,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27443,6 +27585,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27631,6 +27774,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27819,6 +27963,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28007,6 +28152,7 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28246,6 +28392,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28434,6 +28581,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28621,6 +28769,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28808,6 +28957,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28995,6 +29145,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29182,6 +29333,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29369,6 +29521,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29557,6 +29710,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29788,6 +29942,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29975,6 +30130,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30233,6 +30389,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30398,6 +30555,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30563,6 +30721,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30728,6 +30887,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30893,6 +31053,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31058,6 +31219,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31223,6 +31385,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31388,6 +31551,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31553,6 +31717,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31718,6 +31883,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31883,6 +32049,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32048,6 +32215,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32213,6 +32381,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32378,6 +32547,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32543,6 +32713,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32708,6 +32879,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32874,6 +33046,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33070,6 +33243,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33224,6 +33398,7 @@ $(OutDir_CtrlLib)SmartText.o: $(UPPDIR1)CtrlLib/SmartText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33376,6 +33551,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33528,6 +33704,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33680,6 +33857,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33832,6 +34010,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33984,6 +34163,7 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34136,6 +34316,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34288,6 +34469,7 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34440,6 +34622,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34592,6 +34775,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34744,6 +34928,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34896,6 +35081,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35048,6 +35234,7 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35200,6 +35387,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35352,6 +35540,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35504,6 +35693,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35656,6 +35846,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35808,6 +35999,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35960,6 +36152,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36112,6 +36305,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36264,6 +36458,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36416,6 +36611,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36568,6 +36764,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36720,6 +36917,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36872,6 +37070,7 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37024,6 +37223,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37176,6 +37376,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37328,6 +37529,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37480,6 +37682,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37632,6 +37835,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37784,6 +37988,7 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37936,6 +38141,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38089,6 +38295,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38242,6 +38449,7 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38394,6 +38602,7 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38546,6 +38755,7 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38698,6 +38908,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38850,6 +39061,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39002,6 +39214,7 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39154,6 +39367,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39306,6 +39520,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39458,6 +39673,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39610,6 +39826,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39762,6 +39979,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39914,6 +40132,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40066,6 +40285,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40218,6 +40438,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40370,6 +40591,7 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40522,6 +40744,7 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40674,6 +40897,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40826,6 +41050,7 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40978,6 +41203,7 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41130,6 +41356,7 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41282,6 +41509,7 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41434,6 +41662,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41587,6 +41816,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41739,6 +41969,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41892,6 +42123,7 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42044,6 +42276,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42196,6 +42429,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42477,6 +42711,7 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42579,6 +42814,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42741,6 +42977,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42895,6 +43132,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43049,6 +43287,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43204,6 +43443,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43358,6 +43598,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43512,6 +43753,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43684,6 +43926,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43843,6 +44086,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43999,6 +44243,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44177,6 +44422,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44408,6 +44654,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44639,6 +44886,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44870,6 +45118,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45101,6 +45350,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45332,6 +45582,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45563,6 +45814,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45794,6 +46046,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46037,6 +46290,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46137,6 +46391,7 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46240,6 +46495,7 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46340,6 +46596,7 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46440,6 +46697,7 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46540,6 +46798,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46640,6 +46899,7 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46738,6 +46998,7 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46858,6 +47119,7 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46956,6 +47218,7 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47054,6 +47317,7 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47174,6 +47438,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47352,6 +47617,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47536,6 +47802,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47716,6 +47983,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47870,6 +48138,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48036,6 +48305,7 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48124,6 +48394,7 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48212,6 +48483,7 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48300,6 +48572,7 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48388,6 +48661,7 @@ $(OutDir_Core_SSL)AES.o: $(UPPDIR1)Core/SSL/AES.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48476,6 +48750,7 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48580,6 +48855,7 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48694,6 +48970,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48875,6 +49152,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49056,6 +49334,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49237,6 +49516,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49418,6 +49698,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49599,6 +49880,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49780,6 +50062,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49961,6 +50244,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50204,6 +50488,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50292,6 +50577,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50380,6 +50666,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50468,6 +50755,7 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50556,6 +50844,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50644,6 +50933,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50732,6 +51022,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50840,6 +51131,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50927,6 +51219,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51014,6 +51307,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51101,6 +51395,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51188,6 +51483,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51275,6 +51571,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51362,6 +51659,7 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51449,6 +51747,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51536,6 +51835,7 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51623,6 +51923,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51710,6 +52011,7 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51797,6 +52099,7 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51884,6 +52187,7 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51961,93 +52265,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o -$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/Algo.h \ - $(UPPDIR1)Core/App.h \ - $(UPPDIR1)Core/AString.hpp \ - $(UPPDIR1)Core/Atomic.h \ - $(UPPDIR1)Core/BiCont.h \ - $(UPPDIR1)Core/Callback.h \ - $(UPPDIR1)Core/CallbackN.i \ - $(UPPDIR1)Core/CallbackNP.i \ - $(UPPDIR1)Core/CallbackR.i \ - $(UPPDIR1)Core/CharSet.h \ - $(UPPDIR1)Core/CharSet.i \ - $(UPPDIR1)Core/CoAlgo.h \ - $(UPPDIR1)Core/Color.h \ - $(UPPDIR1)Core/Complex.h \ - $(UPPDIR1)Core/config.h \ - $(UPPDIR1)Core/Convert.h \ - $(UPPDIR1)Core/Convert.hpp \ - $(UPPDIR1)Core/Core.h \ - $(UPPDIR1)Core/CoSort.h \ - $(UPPDIR1)Core/CoWork.h \ - $(UPPDIR1)Core/Defs.h \ - $(UPPDIR1)Core/Diag.h \ - $(UPPDIR1)Core/FileMapping.h \ - $(UPPDIR1)Core/FilterStream.h \ - $(UPPDIR1)Core/FixedMap.h \ - $(UPPDIR1)Core/Fn.h \ - $(UPPDIR1)Core/Format.h \ - $(UPPDIR1)Core/Function.h \ - $(UPPDIR1)Core/Gtypes.h \ - $(UPPDIR1)Core/Hash.h \ - $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HttpStatusCode.i \ - $(UPPDIR1)Core/Huge.h \ - $(UPPDIR1)Core/i18n.h \ - $(UPPDIR1)Core/Index.h \ - $(UPPDIR1)Core/Index.hpp \ - $(UPPDIR1)Core/Inet.h \ - $(UPPDIR1)Core/InMap.hpp \ - $(UPPDIR1)Core/InVector.h \ - $(UPPDIR1)Core/InVector.hpp \ - $(UPPDIR1)Core/JSON.h \ - $(UPPDIR1)Core/Lang.h \ - $(UPPDIR1)Core/Lang_s.h \ - $(UPPDIR1)Core/LocalProcess.h \ - $(UPPDIR1)Core/Map.h \ - $(UPPDIR1)Core/Map.hpp \ - $(UPPDIR1)Core/Mem.h \ - $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/Obsolete.h \ - $(UPPDIR1)Core/Ops.h \ - $(UPPDIR1)Core/Other.h \ - $(UPPDIR1)Core/Other.hpp \ - $(UPPDIR1)Core/Parser.h \ - $(UPPDIR1)Core/Path.h \ - $(UPPDIR1)Core/Profile.h \ - $(UPPDIR1)Core/Ptr.h \ - $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/Sort.h \ - $(UPPDIR1)Core/Sorted.h \ - $(UPPDIR1)Core/SplitMerge.h \ - $(UPPDIR1)Core/Stream.h \ - $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/t_.h \ - $(UPPDIR1)Core/TimeDate.h \ - $(UPPDIR1)Core/Topic.h \ - $(UPPDIR1)Core/Topt.h \ - $(UPPDIR1)Core/Tuple.h \ - $(UPPDIR1)Core/Utf.hpp \ - $(UPPDIR1)Core/Util.h \ - $(UPPDIR1)Core/Uuid.h \ - $(UPPDIR1)Core/Value.h \ - $(UPPDIR1)Core/Value.hpp \ - $(UPPDIR1)Core/ValueCache.h \ - $(UPPDIR1)Core/ValueUtil.h \ - $(UPPDIR1)Core/ValueUtil.hpp \ - $(UPPDIR1)Core/Vcont.h \ - $(UPPDIR1)Core/Vcont.hpp \ - $(UPPDIR1)Core/Win32Util.h \ - $(UPPDIR1)Core/XML.h \ - $(UPPDIR1)Core/Xmlize.h \ - $(UPPDIR1)Core/Xmlize.hpp \ - $(UPPDIR1)Core/z.h \ - $(UPPDIR1)uppconfig.h - $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o - $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -52058,6 +52275,7 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52145,6 +52363,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52232,6 +52451,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52319,6 +52539,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ @@ -52407,6 +52628,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52493,6 +52715,7 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52580,6 +52803,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52668,6 +52892,7 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52754,6 +52979,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52841,6 +53067,7 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52929,6 +53156,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53015,6 +53243,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53102,6 +53331,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53189,6 +53419,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53276,6 +53507,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53363,6 +53595,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53450,6 +53683,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53537,6 +53771,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53624,6 +53859,7 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53711,6 +53947,7 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53798,6 +54035,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53885,6 +54123,7 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53972,6 +54211,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54059,6 +54299,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54146,6 +54387,7 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54233,6 +54475,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54320,6 +54563,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54407,6 +54651,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54494,6 +54739,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54582,6 +54828,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54669,6 +54916,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54756,6 +55004,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54843,6 +55092,7 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54932,6 +55182,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55019,6 +55270,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55106,6 +55358,7 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55193,6 +55446,7 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55280,6 +55534,7 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55367,6 +55622,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55454,6 +55710,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55541,6 +55798,7 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55628,6 +55886,7 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55720,6 +55979,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55807,6 +56067,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55894,6 +56155,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55981,6 +56243,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56068,6 +56331,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56155,6 +56419,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56247,6 +56512,7 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56335,6 +56601,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56422,6 +56689,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56509,6 +56777,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56596,6 +56865,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56683,6 +56953,7 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56770,6 +57041,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56857,6 +57129,7 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56948,7 +57221,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -57021,7 +57293,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -57094,6 +57365,7 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57237,6 +57509,7 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57326,6 +57599,7 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57415,6 +57689,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57516,6 +57791,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57605,6 +57881,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57694,6 +57971,7 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58254,6 +58532,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58410,6 +58689,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58565,6 +58845,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58722,6 +59003,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58877,6 +59159,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59032,6 +59315,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59187,6 +59471,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59342,6 +59627,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59497,6 +59783,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59652,6 +59939,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59807,6 +60095,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59962,6 +60251,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60117,6 +60407,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60272,6 +60563,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60427,6 +60719,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60582,6 +60875,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60737,6 +61031,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60892,6 +61187,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61047,6 +61343,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61250,6 +61547,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61350,6 +61648,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61460,6 +61759,7 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61559,6 +61859,7 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61659,6 +61960,7 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61758,6 +62060,7 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61857,6 +62160,7 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61956,6 +62260,7 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62055,6 +62360,7 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62154,6 +62460,7 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62253,6 +62560,7 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62352,6 +62660,7 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62451,6 +62760,7 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62550,6 +62860,7 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62649,6 +62960,7 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62749,6 +63061,7 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62848,6 +63161,7 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62947,6 +63261,7 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63046,6 +63361,7 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63145,6 +63461,7 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63244,6 +63561,7 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63343,6 +63661,7 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63442,6 +63761,7 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63541,6 +63861,7 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63640,6 +63961,7 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63739,6 +64061,7 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63838,6 +64161,7 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63937,6 +64261,7 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64036,6 +64361,7 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64135,6 +64461,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64234,6 +64561,7 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64333,6 +64661,7 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64432,6 +64761,7 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64531,6 +64861,7 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64630,6 +64961,7 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64729,6 +65061,7 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64828,6 +65161,7 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64927,6 +65261,7 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65026,6 +65361,7 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65205,6 +65541,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65311,6 +65648,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65417,6 +65755,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65523,6 +65862,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65629,6 +65969,7 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65736,6 +66077,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65842,6 +66184,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65966,6 +66309,7 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66070,6 +66414,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66174,6 +66519,7 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66278,6 +66624,7 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66382,6 +66729,7 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66486,6 +66834,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66590,6 +66939,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66694,6 +67044,7 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66798,6 +67149,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66902,6 +67254,7 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67006,6 +67359,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67110,6 +67464,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67214,6 +67569,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67318,6 +67674,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67422,6 +67779,7 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67528,6 +67886,7 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67632,6 +67991,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67736,6 +68096,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67841,6 +68202,7 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67945,6 +68307,7 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68049,6 +68412,7 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68153,6 +68517,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68257,6 +68622,7 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68361,6 +68727,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68466,6 +68833,7 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68571,6 +68939,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68676,6 +69045,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68841,6 +69211,7 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68969,6 +69340,7 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69085,6 +69457,7 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69201,6 +69574,7 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69317,6 +69691,7 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69434,6 +69809,7 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69550,6 +69926,7 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69666,6 +70043,7 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69782,6 +70160,7 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69898,6 +70277,7 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70014,6 +70394,7 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70130,6 +70511,7 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70246,6 +70628,7 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70362,6 +70745,7 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70478,6 +70862,7 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70594,6 +70979,7 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70710,6 +71096,7 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70828,6 +71215,7 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70944,6 +71332,7 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71060,6 +71449,7 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71176,6 +71566,7 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71292,6 +71683,7 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71408,6 +71800,7 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71524,6 +71917,7 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71640,6 +72034,7 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71756,6 +72151,7 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71872,6 +72268,7 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71989,6 +72386,7 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72105,6 +72503,7 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72221,6 +72620,7 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72337,6 +72737,7 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72453,6 +72854,7 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72569,6 +72971,7 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72685,6 +73088,7 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72801,6 +73205,7 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72917,6 +73322,7 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73033,6 +73439,7 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73149,6 +73556,7 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73265,6 +73673,7 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73381,6 +73790,7 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73497,6 +73907,7 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73613,6 +74024,7 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73729,6 +74141,7 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73845,6 +74258,7 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73961,6 +74375,7 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74077,6 +74492,7 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74193,6 +74609,7 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74309,6 +74726,7 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74425,6 +74843,7 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74541,6 +74960,7 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74657,6 +75077,7 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74773,6 +75194,7 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74889,6 +75311,7 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75005,6 +75428,7 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75121,6 +75545,7 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75237,6 +75662,7 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75353,6 +75779,7 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75469,6 +75896,7 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75585,6 +76013,7 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75702,6 +76131,7 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75818,6 +76248,7 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75934,6 +76365,7 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76050,6 +76482,7 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76166,6 +76599,7 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76282,6 +76716,7 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76398,6 +76833,7 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76514,6 +76950,7 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76768,6 +77205,7 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76869,6 +77307,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76970,6 +77409,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77071,6 +77511,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77183,6 +77624,7 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77294,6 +77736,7 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77405,6 +77848,7 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77516,6 +77960,7 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77627,6 +78072,7 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77739,6 +78185,7 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77850,6 +78297,7 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77961,6 +78409,7 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78072,6 +78521,7 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78183,6 +78633,7 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78294,6 +78745,7 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78405,6 +78857,7 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78516,6 +78969,7 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78627,6 +79081,7 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78738,6 +79193,7 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78849,6 +79305,7 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78960,6 +79417,7 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79071,6 +79529,7 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79182,6 +79641,7 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79293,6 +79753,7 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79404,6 +79865,7 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79515,6 +79977,7 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79626,6 +80089,7 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79799,6 +80263,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79984,6 +80449,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80169,6 +80635,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80354,6 +80821,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80539,6 +81007,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80725,6 +81194,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80910,6 +81380,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81095,6 +81566,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81280,6 +81752,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81465,6 +81938,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81650,6 +82124,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81835,6 +82310,7 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82021,6 +82497,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82206,6 +82683,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82391,6 +82869,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82622,6 +83101,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82835,6 +83315,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82935,6 +83416,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -83043,6 +83525,7 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -83148,6 +83631,7 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ diff --git a/Makefile.in b/Makefile.in index e993f3ae2..a3e9af681 100644 --- a/Makefile.in +++ b/Makefile.in @@ -428,6 +428,7 @@ $(OutDir_ide)BaseDlg.o: $(UPPDIR1)ide/BaseDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -659,6 +660,7 @@ $(OutDir_ide)SelectPkg.o: $(UPPDIR1)ide/SelectPkg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -890,6 +892,7 @@ $(OutDir_ide)UppWspc.o: $(UPPDIR1)ide/UppWspc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1121,6 +1124,7 @@ $(OutDir_ide)NewPackageFile.o: $(UPPDIR1)ide/NewPackageFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1352,6 +1356,7 @@ $(OutDir_ide)Organizer.o: $(UPPDIR1)ide/Organizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1583,6 +1588,7 @@ $(OutDir_ide)Template.o: $(UPPDIR1)ide/Template.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1814,6 +1820,7 @@ $(OutDir_ide)Console.o: $(UPPDIR1)ide/Console.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2045,6 +2052,7 @@ $(OutDir_ide)FindFile.o: $(UPPDIR1)ide/FindFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2276,6 +2284,7 @@ $(OutDir_ide)FindInFiles.o: $(UPPDIR1)ide/FindInFiles.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2507,6 +2516,7 @@ $(OutDir_ide)Config.o: $(UPPDIR1)ide/Config.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2738,6 +2748,7 @@ $(OutDir_ide)ide.o: $(UPPDIR1)ide/ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2969,6 +2980,7 @@ $(OutDir_ide)idefile.o: $(UPPDIR1)ide/idefile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3200,6 +3212,7 @@ $(OutDir_ide)EditorTabBar.o: $(UPPDIR1)ide/EditorTabBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3431,6 +3444,7 @@ $(OutDir_ide)Bottom.o: $(UPPDIR1)ide/Bottom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3662,6 +3676,7 @@ $(OutDir_ide)t.o: $(UPPDIR1)ide/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3893,6 +3908,7 @@ $(OutDir_ide)AssistDisplay.o: $(UPPDIR1)ide/AssistDisplay.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4124,6 +4140,7 @@ $(OutDir_ide)IncludeTrick.o: $(UPPDIR1)ide/IncludeTrick.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4355,6 +4372,7 @@ $(OutDir_ide)Assist.o: $(UPPDIR1)ide/Assist.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4586,6 +4604,7 @@ $(OutDir_ide)DCopy.o: $(UPPDIR1)ide/DCopy.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4817,6 +4836,7 @@ $(OutDir_ide)ContextGoto.o: $(UPPDIR1)ide/ContextGoto.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5048,6 +5068,7 @@ $(OutDir_ide)GoToLine.o: $(UPPDIR1)ide/GoToLine.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5279,6 +5300,7 @@ $(OutDir_ide)Swaps.o: $(UPPDIR1)ide/Swaps.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5510,6 +5532,7 @@ $(OutDir_ide)Usage.o: $(UPPDIR1)ide/Usage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5741,6 +5764,7 @@ $(OutDir_ide)ParamInfo.o: $(UPPDIR1)ide/ParamInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5972,6 +5996,7 @@ $(OutDir_ide)Navigator.o: $(UPPDIR1)ide/Navigator.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6203,6 +6228,7 @@ $(OutDir_ide)Annotations.o: $(UPPDIR1)ide/Annotations.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6434,6 +6460,7 @@ $(OutDir_ide)Virtuals.o: $(UPPDIR1)ide/Virtuals.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6665,6 +6692,7 @@ $(OutDir_ide)Events.o: $(UPPDIR1)ide/Events.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6896,6 +6924,7 @@ $(OutDir_ide)NavDlg.o: $(UPPDIR1)ide/NavDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7127,6 +7156,7 @@ $(OutDir_ide)Log.o: $(UPPDIR1)ide/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7358,6 +7388,7 @@ $(OutDir_ide)MainConfig.o: $(UPPDIR1)ide/MainConfig.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7589,6 +7620,7 @@ $(OutDir_ide)Setup.o: $(UPPDIR1)ide/Setup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7820,6 +7852,7 @@ $(OutDir_ide)Custom.o: $(UPPDIR1)ide/Custom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8051,6 +8084,7 @@ $(OutDir_ide)Print.o: $(UPPDIR1)ide/Print.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8282,6 +8316,7 @@ $(OutDir_ide)InsertImage.o: $(UPPDIR1)ide/InsertImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8513,6 +8548,7 @@ $(OutDir_ide)Insert.o: $(UPPDIR1)ide/Insert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8744,6 +8780,7 @@ $(OutDir_ide)Sequence.o: $(UPPDIR1)ide/Sequence.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8975,6 +9012,7 @@ $(OutDir_ide)idetool.o: $(UPPDIR1)ide/idetool.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9206,6 +9244,7 @@ $(OutDir_ide)Install.o: $(UPPDIR1)ide/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9437,6 +9476,7 @@ $(OutDir_ide)Android.o: $(UPPDIR1)ide/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9668,6 +9708,7 @@ $(OutDir_ide)idebar.o: $(UPPDIR1)ide/idebar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9900,6 +9941,7 @@ $(OutDir_ide)background.o: $(UPPDIR1)ide/background.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10131,6 +10173,7 @@ $(OutDir_ide)idewin.o: $(UPPDIR1)ide/idewin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10363,6 +10406,7 @@ $(OutDir_ide)main.o: $(UPPDIR1)ide/main.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10585,6 +10629,7 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10755,6 +10800,7 @@ $(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10987,6 +11033,7 @@ $(OutDir_ide)Macro.o: $(UPPDIR1)ide/Macro.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11218,6 +11265,7 @@ $(OutDir_ide)Help.o: $(UPPDIR1)ide/Help.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11449,6 +11497,7 @@ $(OutDir_ide)SlideShow.o: $(UPPDIR1)ide/SlideShow.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11680,6 +11729,7 @@ $(OutDir_ide)OnlineSearch.o: $(UPPDIR1)ide/OnlineSearch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11911,6 +11961,7 @@ $(OutDir_ide)Errors.o: $(UPPDIR1)ide/Errors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12142,6 +12193,7 @@ $(OutDir_ide)Calc.o: $(UPPDIR1)ide/Calc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12373,6 +12425,7 @@ $(OutDir_ide)FormatCode.o: $(UPPDIR1)ide/FormatCode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12604,6 +12657,7 @@ $(OutDir_ide)Abbr.o: $(UPPDIR1)ide/Abbr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12835,6 +12889,7 @@ $(OutDir_ide)Qtf.o: $(UPPDIR1)ide/Qtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13066,6 +13121,7 @@ $(OutDir_ide)Xml.o: $(UPPDIR1)ide/Xml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13297,6 +13353,7 @@ $(OutDir_ide)Json.o: $(UPPDIR1)ide/Json.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13528,6 +13585,7 @@ $(OutDir_ide)MacroManager.o: $(UPPDIR1)ide/MacroManager.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13762,6 +13820,7 @@ $(OutDir_ide)SetupGIT.o: $(UPPDIR1)ide/SetupGIT.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13993,6 +14052,7 @@ $(OutDir_ide)Upgrade.o: $(UPPDIR1)ide/Upgrade.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14224,6 +14284,7 @@ $(OutDir_ide)UppHub.o: $(UPPDIR1)ide/UppHub.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14455,6 +14516,7 @@ $(OutDir_ide)MethodsCtrls.o: $(UPPDIR1)ide/MethodsCtrls.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14686,6 +14748,7 @@ $(OutDir_ide)Methods.o: $(UPPDIR1)ide/Methods.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14919,6 +14982,7 @@ $(OutDir_ide)AutoSetup.o: $(UPPDIR1)ide/AutoSetup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15150,6 +15214,7 @@ $(OutDir_ide)InstantSetup.o: $(UPPDIR1)ide/InstantSetup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15381,6 +15446,7 @@ $(OutDir_ide)OutputMode.o: $(UPPDIR1)ide/OutputMode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15612,6 +15678,7 @@ $(OutDir_ide)Build.o: $(UPPDIR1)ide/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15843,6 +15910,7 @@ $(OutDir_ide)Debug.o: $(UPPDIR1)ide/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16074,6 +16142,7 @@ $(OutDir_ide)Valgrind.o: $(UPPDIR1)ide/Valgrind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16305,6 +16374,7 @@ $(OutDir_ide)Export.o: $(UPPDIR1)ide/Export.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16536,6 +16606,7 @@ $(OutDir_ide)RepoConsole.o: $(UPPDIR1)ide/RepoConsole.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16767,6 +16838,7 @@ $(OutDir_ide)RepoSync.o: $(UPPDIR1)ide/RepoSync.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16998,6 +17070,7 @@ $(OutDir_ide)Credentials.o: $(UPPDIR1)ide/Credentials.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17229,6 +17302,7 @@ $(OutDir_ide)Diff.o: $(UPPDIR1)ide/Diff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17460,6 +17534,7 @@ $(OutDir_ide)DirRepoDiff.o: $(UPPDIR1)ide/DirRepoDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17694,6 +17769,7 @@ $(OutDir_ide_Common)ComDlg.o: $(UPPDIR1)ide/Common/ComDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17875,6 +17951,7 @@ $(OutDir_ide_Common)Module.o: $(UPPDIR1)ide/Common/Module.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18055,6 +18132,7 @@ $(OutDir_ide_Common)Util.o: $(UPPDIR1)ide/Common/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18237,6 +18315,7 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18334,6 +18413,7 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18431,6 +18511,7 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18528,6 +18609,7 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18625,6 +18707,7 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18722,6 +18805,7 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18819,6 +18903,7 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -18916,6 +19001,7 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19013,6 +19099,7 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19110,6 +19197,7 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19207,6 +19295,7 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19304,6 +19393,7 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19401,6 +19491,7 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19531,6 +19622,7 @@ $(OutDir_ide_LayDes)sdiff.o: $(UPPDIR1)ide/LayDes/sdiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19726,6 +19818,7 @@ $(OutDir_ide_LayDes)laylib.o: $(UPPDIR1)ide/LayDes/laylib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -19921,6 +20014,7 @@ $(OutDir_ide_LayDes)layusc.o: $(UPPDIR1)ide/LayDes/layusc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20116,6 +20210,7 @@ $(OutDir_ide_LayDes)property.o: $(UPPDIR1)ide/LayDes/property.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20311,6 +20406,7 @@ $(OutDir_ide_LayDes)textprop.o: $(UPPDIR1)ide/LayDes/textprop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20506,6 +20602,7 @@ $(OutDir_ide_LayDes)fontprop.o: $(UPPDIR1)ide/LayDes/fontprop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20701,6 +20798,7 @@ $(OutDir_ide_LayDes)propane.o: $(UPPDIR1)ide/LayDes/propane.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -20896,6 +20994,7 @@ $(OutDir_ide_LayDes)item.o: $(UPPDIR1)ide/LayDes/item.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21091,6 +21190,7 @@ $(OutDir_ide_LayDes)layout.o: $(UPPDIR1)ide/LayDes/layout.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21286,6 +21386,7 @@ $(OutDir_ide_LayDes)visgen.o: $(UPPDIR1)ide/LayDes/visgen.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21481,6 +21582,7 @@ $(OutDir_ide_LayDes)laydes.o: $(UPPDIR1)ide/LayDes/laydes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21677,6 +21779,7 @@ $(OutDir_ide_LayDes)layfile.o: $(UPPDIR1)ide/LayDes/layfile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -21872,6 +21975,7 @@ $(OutDir_ide_LayDes)laywin.o: $(UPPDIR1)ide/LayDes/laywin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22126,6 +22230,7 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22227,6 +22332,7 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22328,6 +22434,7 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22429,6 +22536,7 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22531,6 +22639,7 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22633,6 +22742,7 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22734,6 +22844,7 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22835,6 +22946,7 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -22936,6 +23048,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23024,6 +23137,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23112,6 +23226,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23200,6 +23315,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23288,6 +23404,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23395,6 +23512,7 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23498,6 +23616,7 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23601,6 +23720,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23704,6 +23824,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23805,6 +23926,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -23911,6 +24033,7 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24012,6 +24135,7 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24156,6 +24280,7 @@ $(OutDir_ide_Debuggers)Terminal.o: $(UPPDIR1)ide/Debuggers/Terminal.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24344,6 +24469,7 @@ $(OutDir_ide_Debuggers)Disas.o: $(UPPDIR1)ide/Debuggers/Disas.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24532,6 +24658,7 @@ $(OutDir_ide_Debuggers)GdbCmd.o: $(UPPDIR1)ide/Debuggers/GdbCmd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24721,6 +24848,7 @@ $(OutDir_ide_Debuggers)GdbData.o: $(UPPDIR1)ide/Debuggers/GdbData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -24909,6 +25037,7 @@ $(OutDir_ide_Debuggers)Gdb.o: $(UPPDIR1)ide/Debuggers/Gdb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25097,6 +25226,7 @@ $(OutDir_ide_Debuggers)GdbMem.o: $(UPPDIR1)ide/Debuggers/GdbMem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25275,6 +25405,7 @@ $(OutDir_ide_Debuggers)GdbUtils.o: $(UPPDIR1)ide/Debuggers/GdbUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25375,6 +25506,7 @@ $(OutDir_ide_Debuggers)Cpu.o: $(UPPDIR1)ide/Debuggers/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25563,6 +25695,7 @@ $(OutDir_ide_Debuggers)Debug.o: $(UPPDIR1)ide/Debuggers/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25751,6 +25884,7 @@ $(OutDir_ide_Debuggers)Mem.o: $(UPPDIR1)ide/Debuggers/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -25939,6 +26073,7 @@ $(OutDir_ide_Debuggers)Sym.o: $(UPPDIR1)ide/Debuggers/Sym.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26127,6 +26262,7 @@ $(OutDir_ide_Debuggers)Exp.o: $(UPPDIR1)ide/Debuggers/Exp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26315,6 +26451,7 @@ $(OutDir_ide_Debuggers)PrettyUpp.o: $(UPPDIR1)ide/Debuggers/PrettyUpp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26503,6 +26640,7 @@ $(OutDir_ide_Debuggers)PrettyStd.o: $(UPPDIR1)ide/Debuggers/PrettyStd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26691,6 +26829,7 @@ $(OutDir_ide_Debuggers)Scripts.o: $(UPPDIR1)ide/Debuggers/Scripts.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -26879,6 +27018,7 @@ $(OutDir_ide_Debuggers)Pretty.o: $(UPPDIR1)ide/Debuggers/Pretty.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27067,6 +27207,7 @@ $(OutDir_ide_Debuggers)Visualise.o: $(UPPDIR1)ide/Debuggers/Visualise.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27255,6 +27396,7 @@ $(OutDir_ide_Debuggers)Data.o: $(UPPDIR1)ide/Debuggers/Data.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27443,6 +27585,7 @@ $(OutDir_ide_Debuggers)Tree.o: $(UPPDIR1)ide/Debuggers/Tree.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27631,6 +27774,7 @@ $(OutDir_ide_Debuggers)Stack.o: $(UPPDIR1)ide/Debuggers/Stack.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -27819,6 +27963,7 @@ $(OutDir_ide_Debuggers)Code.o: $(UPPDIR1)ide/Debuggers/Code.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28007,6 +28152,7 @@ $(OutDir_ide_Debuggers)Pdb.o: $(UPPDIR1)ide/Debuggers/Pdb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28246,6 +28392,7 @@ $(OutDir_ide_Browser)Util.o: $(UPPDIR1)ide/Browser/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28434,6 +28581,7 @@ $(OutDir_ide_Browser)TopicBase.o: $(UPPDIR1)ide/Browser/TopicBase.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28621,6 +28769,7 @@ $(OutDir_ide_Browser)File.o: $(UPPDIR1)ide/Browser/File.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28808,6 +28957,7 @@ $(OutDir_ide_Browser)Topic.o: $(UPPDIR1)ide/Browser/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -28995,6 +29145,7 @@ $(OutDir_ide_Browser)Template.o: $(UPPDIR1)ide/Browser/Template.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29182,6 +29333,7 @@ $(OutDir_ide_Browser)Link.o: $(UPPDIR1)ide/Browser/Link.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29369,6 +29521,7 @@ $(OutDir_ide_Browser)TopicWin.o: $(UPPDIR1)ide/Browser/TopicWin.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29557,6 +29710,7 @@ $(OutDir_ide_Browser)Move.o: $(UPPDIR1)ide/Browser/Move.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29788,6 +29942,7 @@ $(OutDir_ide_Browser)CodeRef.o: $(UPPDIR1)ide/Browser/CodeRef.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -29975,6 +30130,7 @@ $(OutDir_ide_Browser)TopicI.o: $(UPPDIR1)ide/Browser/TopicI.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30233,6 +30389,7 @@ $(OutDir_CodeEditor)Register.o: $(UPPDIR1)CodeEditor/Register.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30398,6 +30555,7 @@ $(OutDir_CodeEditor)HighlightOut.o: $(UPPDIR1)CodeEditor/HighlightOut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30563,6 +30721,7 @@ $(OutDir_CodeEditor)Syntax.o: $(UPPDIR1)CodeEditor/Syntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30728,6 +30887,7 @@ $(OutDir_CodeEditor)Style.o: $(UPPDIR1)CodeEditor/Style.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -30893,6 +31053,7 @@ $(OutDir_CodeEditor)RegisterSyntax.o: $(UPPDIR1)CodeEditor/RegisterSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31058,6 +31219,7 @@ $(OutDir_CodeEditor)CSyntax.o: $(UPPDIR1)CodeEditor/CSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31223,6 +31385,7 @@ $(OutDir_CodeEditor)CInit.o: $(UPPDIR1)CodeEditor/CInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31388,6 +31551,7 @@ $(OutDir_CodeEditor)CHighlight.o: $(UPPDIR1)CodeEditor/CHighlight.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31553,6 +31717,7 @@ $(OutDir_CodeEditor)CLogic.o: $(UPPDIR1)CodeEditor/CLogic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31718,6 +31883,7 @@ $(OutDir_CodeEditor)DiffSyntax.o: $(UPPDIR1)CodeEditor/DiffSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -31883,6 +32049,7 @@ $(OutDir_CodeEditor)TagSyntax.o: $(UPPDIR1)CodeEditor/TagSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32048,6 +32215,7 @@ $(OutDir_CodeEditor)PythonSyntax.o: $(UPPDIR1)CodeEditor/PythonSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32213,6 +32381,7 @@ $(OutDir_CodeEditor)LogSyntax.o: $(UPPDIR1)CodeEditor/LogSyntax.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32378,6 +32547,7 @@ $(OutDir_CodeEditor)EditorBar.o: $(UPPDIR1)CodeEditor/EditorBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32543,6 +32713,7 @@ $(OutDir_CodeEditor)FindReplace.o: $(UPPDIR1)CodeEditor/FindReplace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32708,6 +32879,7 @@ $(OutDir_CodeEditor)Lang.o: $(UPPDIR1)CodeEditor/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -32874,6 +33046,7 @@ $(OutDir_CodeEditor)CodeEditor.o: $(UPPDIR1)CodeEditor/CodeEditor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33070,6 +33243,7 @@ $(OutDir_CtrlLib)CtrlLibInit.o: $(UPPDIR1)CtrlLib/CtrlLibInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33224,6 +33398,7 @@ $(OutDir_CtrlLib)SmartText.o: $(UPPDIR1)CtrlLib/SmartText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33376,6 +33551,7 @@ $(OutDir_CtrlLib)LabelBase.o: $(UPPDIR1)CtrlLib/LabelBase.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33528,6 +33704,7 @@ $(OutDir_CtrlLib)DisplayPopup.o: $(UPPDIR1)CtrlLib/DisplayPopup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33680,6 +33857,7 @@ $(OutDir_CtrlLib)Button.o: $(UPPDIR1)CtrlLib/Button.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33832,6 +34010,7 @@ $(OutDir_CtrlLib)Switch.o: $(UPPDIR1)CtrlLib/Switch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -33984,6 +34163,7 @@ $(OutDir_CtrlLib)VirtualButtons.o: $(UPPDIR1)CtrlLib/VirtualButtons.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34136,6 +34316,7 @@ $(OutDir_CtrlLib)EditField.o: $(UPPDIR1)CtrlLib/EditField.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34288,6 +34469,7 @@ $(OutDir_CtrlLib)Text.o: $(UPPDIR1)CtrlLib/Text.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34440,6 +34622,7 @@ $(OutDir_CtrlLib)LineEdit.o: $(UPPDIR1)CtrlLib/LineEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34592,6 +34775,7 @@ $(OutDir_CtrlLib)DocEdit.o: $(UPPDIR1)CtrlLib/DocEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34744,6 +34928,7 @@ $(OutDir_CtrlLib)ScrollBar.o: $(UPPDIR1)CtrlLib/ScrollBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -34896,6 +35081,7 @@ $(OutDir_CtrlLib)HeaderCtrl.o: $(UPPDIR1)CtrlLib/HeaderCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35048,6 +35234,7 @@ $(OutDir_CtrlLib)ArrayCtrl.o: $(UPPDIR1)CtrlLib/ArrayCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35200,6 +35387,7 @@ $(OutDir_CtrlLib)MultiButton.o: $(UPPDIR1)CtrlLib/MultiButton.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35352,6 +35540,7 @@ $(OutDir_CtrlLib)PopupTable.o: $(UPPDIR1)CtrlLib/PopupTable.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35504,6 +35693,7 @@ $(OutDir_CtrlLib)PopUpList.o: $(UPPDIR1)CtrlLib/PopUpList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35656,6 +35846,7 @@ $(OutDir_CtrlLib)DropList.o: $(UPPDIR1)CtrlLib/DropList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35808,6 +35999,7 @@ $(OutDir_CtrlLib)DropChoice.o: $(UPPDIR1)CtrlLib/DropChoice.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -35960,6 +36152,7 @@ $(OutDir_CtrlLib)Static.o: $(UPPDIR1)CtrlLib/Static.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36112,6 +36305,7 @@ $(OutDir_CtrlLib)Splitter.o: $(UPPDIR1)CtrlLib/Splitter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36264,6 +36458,7 @@ $(OutDir_CtrlLib)FrameSplitter.o: $(UPPDIR1)CtrlLib/FrameSplitter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36416,6 +36611,7 @@ $(OutDir_CtrlLib)SliderCtrl.o: $(UPPDIR1)CtrlLib/SliderCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36568,6 +36764,7 @@ $(OutDir_CtrlLib)ColumnList.o: $(UPPDIR1)CtrlLib/ColumnList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36720,6 +36917,7 @@ $(OutDir_CtrlLib)Progress.o: $(UPPDIR1)CtrlLib/Progress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -36872,6 +37070,7 @@ $(OutDir_CtrlLib)AKeys.o: $(UPPDIR1)CtrlLib/AKeys.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37024,6 +37223,7 @@ $(OutDir_CtrlLib)RichTextView.o: $(UPPDIR1)CtrlLib/RichTextView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37176,6 +37376,7 @@ $(OutDir_CtrlLib)Prompt.o: $(UPPDIR1)CtrlLib/Prompt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37328,6 +37529,7 @@ $(OutDir_CtrlLib)Help.o: $(UPPDIR1)CtrlLib/Help.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37480,6 +37682,7 @@ $(OutDir_CtrlLib)DateTimeCtrl.o: $(UPPDIR1)CtrlLib/DateTimeCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37632,6 +37835,7 @@ $(OutDir_CtrlLib)SuggestCtrl.o: $(UPPDIR1)CtrlLib/SuggestCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37784,6 +37988,7 @@ $(OutDir_CtrlLib)Bar.o: $(UPPDIR1)CtrlLib/Bar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -37936,6 +38141,7 @@ $(OutDir_CtrlLib)MenuItem.o: $(UPPDIR1)CtrlLib/MenuItem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38089,6 +38295,7 @@ $(OutDir_CtrlLib)MenuBar.o: $(UPPDIR1)CtrlLib/MenuBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38242,6 +38449,7 @@ $(OutDir_CtrlLib)ToolButton.o: $(UPPDIR1)CtrlLib/ToolButton.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38394,6 +38602,7 @@ $(OutDir_CtrlLib)ToolBar.o: $(UPPDIR1)CtrlLib/ToolBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38546,6 +38755,7 @@ $(OutDir_CtrlLib)ToolTip.o: $(UPPDIR1)CtrlLib/ToolTip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38698,6 +38908,7 @@ $(OutDir_CtrlLib)StatusBar.o: $(UPPDIR1)CtrlLib/StatusBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -38850,6 +39061,7 @@ $(OutDir_CtrlLib)TabCtrl.o: $(UPPDIR1)CtrlLib/TabCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39002,6 +39214,7 @@ $(OutDir_CtrlLib)TreeCtrl.o: $(UPPDIR1)CtrlLib/TreeCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39154,6 +39367,7 @@ $(OutDir_CtrlLib)DropTree.o: $(UPPDIR1)CtrlLib/DropTree.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39306,6 +39520,7 @@ $(OutDir_CtrlLib)DlgColor.o: $(UPPDIR1)CtrlLib/DlgColor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39458,6 +39673,7 @@ $(OutDir_CtrlLib)ColorPopup.o: $(UPPDIR1)CtrlLib/ColorPopup.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39610,6 +39826,7 @@ $(OutDir_CtrlLib)ColorPusher.o: $(UPPDIR1)CtrlLib/ColorPusher.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39762,6 +39979,7 @@ $(OutDir_CtrlLib)FileList.o: $(UPPDIR1)CtrlLib/FileList.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -39914,6 +40132,7 @@ $(OutDir_CtrlLib)FileSel.o: $(UPPDIR1)CtrlLib/FileSel.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40066,6 +40285,7 @@ $(OutDir_CtrlLib)FileSelUtil.o: $(UPPDIR1)CtrlLib/FileSelUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40218,6 +40438,7 @@ $(OutDir_CtrlLib)PrinterJob.o: $(UPPDIR1)CtrlLib/PrinterJob.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40370,6 +40591,7 @@ $(OutDir_CtrlLib)Windows.o: $(UPPDIR1)CtrlLib/Windows.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40522,6 +40744,7 @@ $(OutDir_CtrlLib)Win32.o: $(UPPDIR1)CtrlLib/Win32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40674,6 +40897,7 @@ $(OutDir_CtrlLib)Gtk.o: $(UPPDIR1)CtrlLib/Gtk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40826,6 +41050,7 @@ $(OutDir_CtrlLib)TrayIconWin32.o: $(UPPDIR1)CtrlLib/TrayIconWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -40978,6 +41203,7 @@ $(OutDir_CtrlLib)TrayIconX11.o: $(UPPDIR1)CtrlLib/TrayIconX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41130,6 +41356,7 @@ $(OutDir_CtrlLib)TrayIconGtk.o: $(UPPDIR1)CtrlLib/TrayIconGtk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41282,6 +41509,7 @@ $(OutDir_CtrlLib)Update.o: $(UPPDIR1)CtrlLib/Update.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41434,6 +41662,7 @@ $(OutDir_CtrlLib)CtrlUtil.o: $(UPPDIR1)CtrlLib/CtrlUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41587,6 +41816,7 @@ $(OutDir_CtrlLib)LNGCtrl.o: $(UPPDIR1)CtrlLib/LNGCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41739,6 +41969,7 @@ $(OutDir_CtrlLib)Ch.o: $(UPPDIR1)CtrlLib/Ch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -41892,6 +42123,7 @@ $(OutDir_CtrlLib)ChWin32.o: $(UPPDIR1)CtrlLib/ChWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42044,6 +42276,7 @@ $(OutDir_CtrlLib)ChGtk3.o: $(UPPDIR1)CtrlLib/ChGtk3.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42196,6 +42429,7 @@ $(OutDir_CtrlLib)ChCoco.o: $(UPPDIR1)CtrlLib/ChCoco.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42477,6 +42711,7 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42579,6 +42814,7 @@ $(OutDir_HexView)HexView.o: $(UPPDIR1)HexView/HexView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42741,6 +42977,7 @@ $(OutDir_TextDiffCtrl)TextDiff.o: $(UPPDIR1)TextDiffCtrl/TextDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -42895,6 +43132,7 @@ $(OutDir_TextDiffCtrl)TextCtrl.o: $(UPPDIR1)TextDiffCtrl/TextCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43049,6 +43287,7 @@ $(OutDir_TextDiffCtrl)DiffCtrl.o: $(UPPDIR1)TextDiffCtrl/DiffCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43204,6 +43443,7 @@ $(OutDir_TextDiffCtrl)DirDiff.o: $(UPPDIR1)TextDiffCtrl/DirDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43358,6 +43598,7 @@ $(OutDir_TextDiffCtrl)patch.o: $(UPPDIR1)TextDiffCtrl/patch.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43512,6 +43753,7 @@ $(OutDir_TextDiffCtrl)PatchDiff.o: $(UPPDIR1)TextDiffCtrl/PatchDiff.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43684,6 +43926,7 @@ $(OutDir_TabBar)TabBar.o: $(UPPDIR1)TabBar/TabBar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43843,6 +44086,7 @@ $(OutDir_TabBar)FileTabs.o: $(UPPDIR1)TabBar/FileTabs.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -43999,6 +44243,7 @@ $(OutDir_TabBar)TabBarCtrl.o: $(UPPDIR1)TabBar/TabBarCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44177,6 +44422,7 @@ $(OutDir_ide_Designers)Png.o: $(UPPDIR1)ide/Designers/Png.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44408,6 +44654,7 @@ $(OutDir_ide_Designers)Img.o: $(UPPDIR1)ide/Designers/Img.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44639,6 +44886,7 @@ $(OutDir_ide_Designers)Qtf.o: $(UPPDIR1)ide/Designers/Qtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -44870,6 +45118,7 @@ $(OutDir_ide_Designers)HexView.o: $(UPPDIR1)ide/Designers/HexView.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45101,6 +45350,7 @@ $(OutDir_ide_Designers)TreeDes.o: $(UPPDIR1)ide/Designers/TreeDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45332,6 +45582,7 @@ $(OutDir_ide_Designers)Xml.o: $(UPPDIR1)ide/Designers/Xml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45563,6 +45814,7 @@ $(OutDir_ide_Designers)Json.o: $(UPPDIR1)ide/Designers/Json.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -45794,6 +46046,7 @@ $(OutDir_ide_Designers)md.o: $(UPPDIR1)ide/Designers/md.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46037,6 +46290,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46137,6 +46391,7 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46240,6 +46495,7 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46340,6 +46596,7 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46440,6 +46697,7 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46540,6 +46798,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46640,6 +46899,7 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46738,6 +46998,7 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46858,6 +47119,7 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -46956,6 +47218,7 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47054,6 +47317,7 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47174,6 +47438,7 @@ $(OutDir_ide_MacroManager)MacroElement.o: $(UPPDIR1)ide/MacroManager/MacroElemen $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47352,6 +47617,7 @@ $(OutDir_ide_MacroManager)MacroManager.o: $(UPPDIR1)ide/MacroManager/MacroManage $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47536,6 +47802,7 @@ $(OutDir_ide_MacroManager)UscFileParser.o: $(UPPDIR1)ide/MacroManager/UscFilePar $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47716,6 +47983,7 @@ $(OutDir_Report)Report.o: $(UPPDIR1)Report/Report.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -47870,6 +48138,7 @@ $(OutDir_Report)ReportDlg.o: $(UPPDIR1)Report/ReportDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48036,6 +48305,7 @@ $(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48124,6 +48394,7 @@ $(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48212,6 +48483,7 @@ $(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48300,6 +48572,7 @@ $(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48388,6 +48661,7 @@ $(OutDir_Core_SSL)AES.o: $(UPPDIR1)Core/SSL/AES.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48476,6 +48750,7 @@ $(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48580,6 +48855,7 @@ $(OutDir_plugin_md)Markdown.o: $(UPPDIR1)plugin/md/Markdown.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48694,6 +48970,7 @@ $(OutDir_ide_clang)libclang.o: $(UPPDIR1)ide/clang/libclang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -48875,6 +49152,7 @@ $(OutDir_ide_clang)util.o: $(UPPDIR1)ide/clang/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49056,6 +49334,7 @@ $(OutDir_ide_clang)macros.o: $(UPPDIR1)ide/clang/macros.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49237,6 +49516,7 @@ $(OutDir_ide_clang)Signature.o: $(UPPDIR1)ide/clang/Signature.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49418,6 +49698,7 @@ $(OutDir_ide_clang)clang.o: $(UPPDIR1)ide/clang/clang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49599,6 +49880,7 @@ $(OutDir_ide_clang)Visitor.o: $(UPPDIR1)ide/clang/Visitor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49780,6 +50062,7 @@ $(OutDir_ide_clang)CurrentFile.o: $(UPPDIR1)ide/clang/CurrentFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -49961,6 +50244,7 @@ $(OutDir_ide_clang)Indexer.o: $(UPPDIR1)ide/clang/Indexer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50204,6 +50488,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50292,6 +50577,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50380,6 +50666,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50468,6 +50755,7 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50556,6 +50844,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50644,6 +50933,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50732,6 +51022,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50840,6 +51131,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -50927,6 +51219,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51014,6 +51307,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51101,6 +51395,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51188,6 +51483,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51275,6 +51571,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51362,6 +51659,7 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51449,6 +51747,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51536,6 +51835,7 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51623,6 +51923,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51710,6 +52011,7 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51797,6 +52099,7 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51884,6 +52187,7 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -51961,93 +52265,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o -$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/Algo.h \ - $(UPPDIR1)Core/App.h \ - $(UPPDIR1)Core/AString.hpp \ - $(UPPDIR1)Core/Atomic.h \ - $(UPPDIR1)Core/BiCont.h \ - $(UPPDIR1)Core/Callback.h \ - $(UPPDIR1)Core/CallbackN.i \ - $(UPPDIR1)Core/CallbackNP.i \ - $(UPPDIR1)Core/CallbackR.i \ - $(UPPDIR1)Core/CharSet.h \ - $(UPPDIR1)Core/CharSet.i \ - $(UPPDIR1)Core/CoAlgo.h \ - $(UPPDIR1)Core/Color.h \ - $(UPPDIR1)Core/Complex.h \ - $(UPPDIR1)Core/config.h \ - $(UPPDIR1)Core/Convert.h \ - $(UPPDIR1)Core/Convert.hpp \ - $(UPPDIR1)Core/Core.h \ - $(UPPDIR1)Core/CoSort.h \ - $(UPPDIR1)Core/CoWork.h \ - $(UPPDIR1)Core/Defs.h \ - $(UPPDIR1)Core/Diag.h \ - $(UPPDIR1)Core/FileMapping.h \ - $(UPPDIR1)Core/FilterStream.h \ - $(UPPDIR1)Core/FixedMap.h \ - $(UPPDIR1)Core/Fn.h \ - $(UPPDIR1)Core/Format.h \ - $(UPPDIR1)Core/Function.h \ - $(UPPDIR1)Core/Gtypes.h \ - $(UPPDIR1)Core/Hash.h \ - $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HttpStatusCode.i \ - $(UPPDIR1)Core/Huge.h \ - $(UPPDIR1)Core/i18n.h \ - $(UPPDIR1)Core/Index.h \ - $(UPPDIR1)Core/Index.hpp \ - $(UPPDIR1)Core/Inet.h \ - $(UPPDIR1)Core/InMap.hpp \ - $(UPPDIR1)Core/InVector.h \ - $(UPPDIR1)Core/InVector.hpp \ - $(UPPDIR1)Core/JSON.h \ - $(UPPDIR1)Core/Lang.h \ - $(UPPDIR1)Core/Lang_s.h \ - $(UPPDIR1)Core/LocalProcess.h \ - $(UPPDIR1)Core/Map.h \ - $(UPPDIR1)Core/Map.hpp \ - $(UPPDIR1)Core/Mem.h \ - $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/Obsolete.h \ - $(UPPDIR1)Core/Ops.h \ - $(UPPDIR1)Core/Other.h \ - $(UPPDIR1)Core/Other.hpp \ - $(UPPDIR1)Core/Parser.h \ - $(UPPDIR1)Core/Path.h \ - $(UPPDIR1)Core/Profile.h \ - $(UPPDIR1)Core/Ptr.h \ - $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/Sort.h \ - $(UPPDIR1)Core/Sorted.h \ - $(UPPDIR1)Core/SplitMerge.h \ - $(UPPDIR1)Core/Stream.h \ - $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/t_.h \ - $(UPPDIR1)Core/TimeDate.h \ - $(UPPDIR1)Core/Topic.h \ - $(UPPDIR1)Core/Topt.h \ - $(UPPDIR1)Core/Tuple.h \ - $(UPPDIR1)Core/Utf.hpp \ - $(UPPDIR1)Core/Util.h \ - $(UPPDIR1)Core/Uuid.h \ - $(UPPDIR1)Core/Value.h \ - $(UPPDIR1)Core/Value.hpp \ - $(UPPDIR1)Core/ValueCache.h \ - $(UPPDIR1)Core/ValueUtil.h \ - $(UPPDIR1)Core/ValueUtil.hpp \ - $(UPPDIR1)Core/Vcont.h \ - $(UPPDIR1)Core/Vcont.hpp \ - $(UPPDIR1)Core/Win32Util.h \ - $(UPPDIR1)Core/XML.h \ - $(UPPDIR1)Core/Xmlize.h \ - $(UPPDIR1)Core/Xmlize.hpp \ - $(UPPDIR1)Core/z.h \ - $(UPPDIR1)uppconfig.h - $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o - $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -52058,6 +52275,7 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52145,6 +52363,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52232,6 +52451,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52319,6 +52539,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ @@ -52407,6 +52628,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52493,6 +52715,7 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52580,6 +52803,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52668,6 +52892,7 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52754,6 +52979,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52841,6 +53067,7 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -52929,6 +53156,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53015,6 +53243,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53102,6 +53331,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53189,6 +53419,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53276,6 +53507,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53363,6 +53595,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53450,6 +53683,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53537,6 +53771,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53624,6 +53859,7 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53711,6 +53947,7 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53798,6 +54035,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53885,6 +54123,7 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -53972,6 +54211,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54059,6 +54299,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54146,6 +54387,7 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54233,6 +54475,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54320,6 +54563,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54407,6 +54651,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54494,6 +54739,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54582,6 +54828,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54669,6 +54916,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54756,6 +55004,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54843,6 +55092,7 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -54932,6 +55182,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55019,6 +55270,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55106,6 +55358,7 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55193,6 +55446,7 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55280,6 +55534,7 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55367,6 +55622,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55454,6 +55710,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55541,6 +55798,7 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55628,6 +55886,7 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55720,6 +55979,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55807,6 +56067,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55894,6 +56155,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -55981,6 +56243,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56068,6 +56331,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56155,6 +56419,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56247,6 +56512,7 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56335,6 +56601,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56422,6 +56689,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56509,6 +56777,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56596,6 +56865,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56683,6 +56953,7 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56770,6 +57041,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56857,6 +57129,7 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -56948,7 +57221,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -57021,7 +57293,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -57094,6 +57365,7 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57237,6 +57509,7 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57326,6 +57599,7 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57415,6 +57689,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57516,6 +57791,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57605,6 +57881,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -57694,6 +57971,7 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58254,6 +58532,7 @@ $(OutDir_RichEdit)Ruler.o: $(UPPDIR1)RichEdit/Ruler.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58410,6 +58689,7 @@ $(OutDir_RichEdit)UnitEdit.o: $(UPPDIR1)RichEdit/UnitEdit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58565,6 +58845,7 @@ $(OutDir_RichEdit)Editor.o: $(UPPDIR1)RichEdit/Editor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58722,6 +59003,7 @@ $(OutDir_RichEdit)Speller.o: $(UPPDIR1)RichEdit/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -58877,6 +59159,7 @@ $(OutDir_RichEdit)Kbd.o: $(UPPDIR1)RichEdit/Kbd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59032,6 +59315,7 @@ $(OutDir_RichEdit)Mouse.o: $(UPPDIR1)RichEdit/Mouse.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59187,6 +59471,7 @@ $(OutDir_RichEdit)Cursor.o: $(UPPDIR1)RichEdit/Cursor.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59342,6 +59627,7 @@ $(OutDir_RichEdit)Undo.o: $(UPPDIR1)RichEdit/Undo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59497,6 +59783,7 @@ $(OutDir_RichEdit)Modify.o: $(UPPDIR1)RichEdit/Modify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59652,6 +59939,7 @@ $(OutDir_RichEdit)Formating.o: $(UPPDIR1)RichEdit/Formating.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59807,6 +60095,7 @@ $(OutDir_RichEdit)FormatDlg.o: $(UPPDIR1)RichEdit/FormatDlg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -59962,6 +60251,7 @@ $(OutDir_RichEdit)ParaFormat.o: $(UPPDIR1)RichEdit/ParaFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60117,6 +60407,7 @@ $(OutDir_RichEdit)TableUndo.o: $(UPPDIR1)RichEdit/TableUndo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60272,6 +60563,7 @@ $(OutDir_RichEdit)Table.o: $(UPPDIR1)RichEdit/Table.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60427,6 +60719,7 @@ $(OutDir_RichEdit)Find.o: $(UPPDIR1)RichEdit/Find.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60582,6 +60875,7 @@ $(OutDir_RichEdit)Tool.o: $(UPPDIR1)RichEdit/Tool.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60737,6 +61031,7 @@ $(OutDir_RichEdit)Clip.o: $(UPPDIR1)RichEdit/Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -60892,6 +61187,7 @@ $(OutDir_RichEdit)StyleKeys.o: $(UPPDIR1)RichEdit/StyleKeys.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61047,6 +61343,7 @@ $(OutDir_RichEdit)HeaderFooter.o: $(UPPDIR1)RichEdit/HeaderFooter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61250,6 +61547,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61350,6 +61648,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61460,6 +61759,7 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61559,6 +61859,7 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61659,6 +61960,7 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61758,6 +62060,7 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61857,6 +62160,7 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -61956,6 +62260,7 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62055,6 +62360,7 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62154,6 +62460,7 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62253,6 +62560,7 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62352,6 +62660,7 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62451,6 +62760,7 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62550,6 +62860,7 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62649,6 +62960,7 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62749,6 +63061,7 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62848,6 +63161,7 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -62947,6 +63261,7 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63046,6 +63361,7 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63145,6 +63461,7 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63244,6 +63561,7 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63343,6 +63661,7 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63442,6 +63761,7 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63541,6 +63861,7 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63640,6 +63961,7 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63739,6 +64061,7 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63838,6 +64161,7 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -63937,6 +64261,7 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64036,6 +64361,7 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64135,6 +64461,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64234,6 +64561,7 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64333,6 +64661,7 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64432,6 +64761,7 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64531,6 +64861,7 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64630,6 +64961,7 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64729,6 +65061,7 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64828,6 +65161,7 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -64927,6 +65261,7 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65026,6 +65361,7 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65205,6 +65541,7 @@ $(OutDir_PdfDraw)TTFStream.o: $(UPPDIR1)PdfDraw/TTFStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65311,6 +65648,7 @@ $(OutDir_PdfDraw)TTFStruct.o: $(UPPDIR1)PdfDraw/TTFStruct.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65417,6 +65755,7 @@ $(OutDir_PdfDraw)TTFSubset.o: $(UPPDIR1)PdfDraw/TTFSubset.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65523,6 +65862,7 @@ $(OutDir_PdfDraw)TTFReader.o: $(UPPDIR1)PdfDraw/TTFReader.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65629,6 +65969,7 @@ $(OutDir_PdfDraw)PdfDraw.o: $(UPPDIR1)PdfDraw/PdfDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65736,6 +66077,7 @@ $(OutDir_PdfDraw)PdfReport.o: $(UPPDIR1)PdfDraw/PdfReport.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65842,6 +66184,7 @@ $(OutDir_PdfDraw)PdfInit.o: $(UPPDIR1)PdfDraw/PdfInit.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -65966,6 +66309,7 @@ $(OutDir_Painter)Painter.o: $(UPPDIR1)Painter/Painter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66070,6 +66414,7 @@ $(OutDir_Painter)SvgArc.o: $(UPPDIR1)Painter/SvgArc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66174,6 +66519,7 @@ $(OutDir_Painter)PainterPath.o: $(UPPDIR1)Painter/PainterPath.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66278,6 +66624,7 @@ $(OutDir_Painter)DrawOp.o: $(UPPDIR1)Painter/DrawOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66382,6 +66729,7 @@ $(OutDir_Painter)Painting.o: $(UPPDIR1)Painter/Painting.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66486,6 +66834,7 @@ $(OutDir_Painter)PaintPainting.o: $(UPPDIR1)Painter/PaintPainting.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66590,6 +66939,7 @@ $(OutDir_Painter)Xform2D.o: $(UPPDIR1)Painter/Xform2D.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66694,6 +67044,7 @@ $(OutDir_Painter)Approximate.o: $(UPPDIR1)Painter/Approximate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66798,6 +67149,7 @@ $(OutDir_Painter)Stroker.o: $(UPPDIR1)Painter/Stroker.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -66902,6 +67254,7 @@ $(OutDir_Painter)Dasher.o: $(UPPDIR1)Painter/Dasher.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67006,6 +67359,7 @@ $(OutDir_Painter)Transformer.o: $(UPPDIR1)Painter/Transformer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67110,6 +67464,7 @@ $(OutDir_Painter)Rasterizer.o: $(UPPDIR1)Painter/Rasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67214,6 +67569,7 @@ $(OutDir_Painter)RasterizerClip.o: $(UPPDIR1)Painter/RasterizerClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67318,6 +67674,7 @@ $(OutDir_Painter)RenderChar.o: $(UPPDIR1)Painter/RenderChar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67422,6 +67779,7 @@ $(OutDir_Painter)Fillers.o: $(UPPDIR1)Painter/Fillers.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67528,6 +67886,7 @@ $(OutDir_Painter)Context.o: $(UPPDIR1)Painter/Context.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67632,6 +67991,7 @@ $(OutDir_Painter)Path.o: $(UPPDIR1)Painter/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67736,6 +68096,7 @@ $(OutDir_Painter)Render.o: $(UPPDIR1)Painter/Render.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67841,6 +68202,7 @@ $(OutDir_Painter)Image.o: $(UPPDIR1)Painter/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -67945,6 +68307,7 @@ $(OutDir_Painter)Mask.o: $(UPPDIR1)Painter/Mask.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68049,6 +68412,7 @@ $(OutDir_Painter)Gradient.o: $(UPPDIR1)Painter/Gradient.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68153,6 +68517,7 @@ $(OutDir_Painter)RadialGradient.o: $(UPPDIR1)Painter/RadialGradient.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68257,6 +68622,7 @@ $(OutDir_Painter)OnPath.o: $(UPPDIR1)Painter/OnPath.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68361,6 +68727,7 @@ $(OutDir_Painter)SvgUtil.o: $(UPPDIR1)Painter/SvgUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68466,6 +68833,7 @@ $(OutDir_Painter)SvgBounds.o: $(UPPDIR1)Painter/SvgBounds.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68571,6 +68939,7 @@ $(OutDir_Painter)SvgStyle.o: $(UPPDIR1)Painter/SvgStyle.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68676,6 +69045,7 @@ $(OutDir_Painter)SvgParser.o: $(UPPDIR1)Painter/SvgParser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68841,6 +69211,7 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -68969,6 +69340,7 @@ $(OutDir_CtrlCore)SystemDraw.o: $(UPPDIR1)CtrlCore/SystemDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69085,6 +69457,7 @@ $(OutDir_CtrlCore)Frame.o: $(UPPDIR1)CtrlCore/Frame.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69201,6 +69574,7 @@ $(OutDir_CtrlCore)CtrlMt.o: $(UPPDIR1)CtrlCore/CtrlMt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69317,6 +69691,7 @@ $(OutDir_CtrlCore)Ctrl.o: $(UPPDIR1)CtrlCore/Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69434,6 +69809,7 @@ $(OutDir_CtrlCore)CtrlAttr.o: $(UPPDIR1)CtrlCore/CtrlAttr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69550,6 +69926,7 @@ $(OutDir_CtrlCore)CtrlChild.o: $(UPPDIR1)CtrlCore/CtrlChild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69666,6 +70043,7 @@ $(OutDir_CtrlCore)CtrlFrame.o: $(UPPDIR1)CtrlCore/CtrlFrame.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69782,6 +70160,7 @@ $(OutDir_CtrlCore)CtrlPos.o: $(UPPDIR1)CtrlCore/CtrlPos.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -69898,6 +70277,7 @@ $(OutDir_CtrlCore)CtrlDraw.o: $(UPPDIR1)CtrlCore/CtrlDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70014,6 +70394,7 @@ $(OutDir_CtrlCore)CtrlMouse.o: $(UPPDIR1)CtrlCore/CtrlMouse.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70130,6 +70511,7 @@ $(OutDir_CtrlCore)CtrlKbd.o: $(UPPDIR1)CtrlCore/CtrlKbd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70246,6 +70628,7 @@ $(OutDir_CtrlCore)CtrlTimer.o: $(UPPDIR1)CtrlCore/CtrlTimer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70362,6 +70745,7 @@ $(OutDir_CtrlCore)CtrlClip.o: $(UPPDIR1)CtrlCore/CtrlClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70478,6 +70862,7 @@ $(OutDir_CtrlCore)LocalLoop.o: $(UPPDIR1)CtrlCore/LocalLoop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70594,6 +70979,7 @@ $(OutDir_CtrlCore)Preedit.o: $(UPPDIR1)CtrlCore/Preedit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70710,6 +71096,7 @@ $(OutDir_CtrlCore)CtrlCoreInit.o: $(UPPDIR1)CtrlCore/CtrlCoreInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70828,6 +71215,7 @@ $(OutDir_CtrlCore)TopWindow.o: $(UPPDIR1)CtrlCore/TopWindow.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -70944,6 +71332,7 @@ $(OutDir_CtrlCore)DrawWin32.o: $(UPPDIR1)CtrlCore/DrawWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71060,6 +71449,7 @@ $(OutDir_CtrlCore)DrawOpWin32.o: $(UPPDIR1)CtrlCore/DrawOpWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71176,6 +71566,7 @@ $(OutDir_CtrlCore)DrawTextWin32.o: $(UPPDIR1)CtrlCore/DrawTextWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71292,6 +71683,7 @@ $(OutDir_CtrlCore)ImageWin32.o: $(UPPDIR1)CtrlCore/ImageWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71408,6 +71800,7 @@ $(OutDir_CtrlCore)MetaFile.o: $(UPPDIR1)CtrlCore/MetaFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71524,6 +71917,7 @@ $(OutDir_CtrlCore)UtilWin32.o: $(UPPDIR1)CtrlCore/UtilWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71640,6 +72034,7 @@ $(OutDir_CtrlCore)Win32Ctrl.o: $(UPPDIR1)CtrlCore/Win32Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71756,6 +72151,7 @@ $(OutDir_CtrlCore)Win32Wnd.o: $(UPPDIR1)CtrlCore/Win32Wnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71872,6 +72268,7 @@ $(OutDir_CtrlCore)Win32Clip.o: $(UPPDIR1)CtrlCore/Win32Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -71989,6 +72386,7 @@ $(OutDir_CtrlCore)Win32DnD.o: $(UPPDIR1)CtrlCore/Win32DnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72105,6 +72503,7 @@ $(OutDir_CtrlCore)Win32Proc.o: $(UPPDIR1)CtrlCore/Win32Proc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72221,6 +72620,7 @@ $(OutDir_CtrlCore)TopWin32.o: $(UPPDIR1)CtrlCore/TopWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72337,6 +72737,7 @@ $(OutDir_CtrlCore)DHCtrl.o: $(UPPDIR1)CtrlCore/DHCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72453,6 +72854,7 @@ $(OutDir_CtrlCore)DrawX11.o: $(UPPDIR1)CtrlCore/DrawX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72569,6 +72971,7 @@ $(OutDir_CtrlCore)DrawOpX11.o: $(UPPDIR1)CtrlCore/DrawOpX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72685,6 +73088,7 @@ $(OutDir_CtrlCore)DrawTextX11.o: $(UPPDIR1)CtrlCore/DrawTextX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72801,6 +73205,7 @@ $(OutDir_CtrlCore)ImageX11.o: $(UPPDIR1)CtrlCore/ImageX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -72917,6 +73322,7 @@ $(OutDir_CtrlCore)UtilX11.o: $(UPPDIR1)CtrlCore/UtilX11.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73033,6 +73439,7 @@ $(OutDir_CtrlCore)X11Ctrl.o: $(UPPDIR1)CtrlCore/X11Ctrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73149,6 +73556,7 @@ $(OutDir_CtrlCore)X11Wnd.o: $(UPPDIR1)CtrlCore/X11Wnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73265,6 +73673,7 @@ $(OutDir_CtrlCore)X11Proc.o: $(UPPDIR1)CtrlCore/X11Proc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73381,6 +73790,7 @@ $(OutDir_CtrlCore)X11Clip.o: $(UPPDIR1)CtrlCore/X11Clip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73497,6 +73907,7 @@ $(OutDir_CtrlCore)X11DnD.o: $(UPPDIR1)CtrlCore/X11DnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73613,6 +74024,7 @@ $(OutDir_CtrlCore)X11Top.o: $(UPPDIR1)CtrlCore/X11Top.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73729,6 +74141,7 @@ $(OutDir_CtrlCore)X11ImgClip.o: $(UPPDIR1)CtrlCore/X11ImgClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73845,6 +74258,7 @@ $(OutDir_CtrlCore)X11App.o: $(UPPDIR1)CtrlCore/X11App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -73961,6 +74375,7 @@ $(OutDir_CtrlCore)X11DHCtrl.o: $(UPPDIR1)CtrlCore/X11DHCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74077,6 +74492,7 @@ $(OutDir_CtrlCore)GtkDrawOp.o: $(UPPDIR1)CtrlCore/GtkDrawOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74193,6 +74609,7 @@ $(OutDir_CtrlCore)GtkDrawText.o: $(UPPDIR1)CtrlCore/GtkDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74309,6 +74726,7 @@ $(OutDir_CtrlCore)GtkDrawImage.o: $(UPPDIR1)CtrlCore/GtkDrawImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74425,6 +74843,7 @@ $(OutDir_CtrlCore)GdkImage.o: $(UPPDIR1)CtrlCore/GdkImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74541,6 +74960,7 @@ $(OutDir_CtrlCore)GtkUtil.o: $(UPPDIR1)CtrlCore/GtkUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74657,6 +75077,7 @@ $(OutDir_CtrlCore)GtkX11Util.o: $(UPPDIR1)CtrlCore/GtkX11Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74773,6 +75194,7 @@ $(OutDir_CtrlCore)GtkCtrl.o: $(UPPDIR1)CtrlCore/GtkCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -74889,6 +75311,7 @@ $(OutDir_CtrlCore)GtkCapture.o: $(UPPDIR1)CtrlCore/GtkCapture.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75005,6 +75428,7 @@ $(OutDir_CtrlCore)GtkCSD.o: $(UPPDIR1)CtrlCore/GtkCSD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75121,6 +75545,7 @@ $(OutDir_CtrlCore)GtkWnd.o: $(UPPDIR1)CtrlCore/GtkWnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75237,6 +75662,7 @@ $(OutDir_CtrlCore)GtkCreate.o: $(UPPDIR1)CtrlCore/GtkCreate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75353,6 +75779,7 @@ $(OutDir_CtrlCore)GtkEvent.o: $(UPPDIR1)CtrlCore/GtkEvent.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75469,6 +75896,7 @@ $(OutDir_CtrlCore)GtkTop.o: $(UPPDIR1)CtrlCore/GtkTop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75585,6 +76013,7 @@ $(OutDir_CtrlCore)GtkClip.o: $(UPPDIR1)CtrlCore/GtkClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75702,6 +76131,7 @@ $(OutDir_CtrlCore)GtkDnD.o: $(UPPDIR1)CtrlCore/GtkDnD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75818,6 +76248,7 @@ $(OutDir_CtrlCore)GtkApp.o: $(UPPDIR1)CtrlCore/GtkApp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -75934,6 +76365,7 @@ $(OutDir_CtrlCore)CocoCtrl.o: $(UPPDIR1)CtrlCore/CocoCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76050,6 +76482,7 @@ $(OutDir_CtrlCore)CocoWnd.o: $(UPPDIR1)CtrlCore/CocoWnd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76166,6 +76599,7 @@ $(OutDir_CtrlCore)CocoTop.o: $(UPPDIR1)CtrlCore/CocoTop.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76282,6 +76716,7 @@ $(OutDir_CtrlCore)CocoChSysInit.o: $(UPPDIR1)CtrlCore/CocoChSysInit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76398,6 +76833,7 @@ $(OutDir_CtrlCore)ParseRTF.o: $(UPPDIR1)CtrlCore/ParseRTF.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76514,6 +76950,7 @@ $(OutDir_CtrlCore)EncodeRTF.o: $(UPPDIR1)CtrlCore/EncodeRTF.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76768,6 +77205,7 @@ $(OutDir_plugin_bmp)Bmp.o: $(UPPDIR1)plugin/bmp/Bmp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76869,6 +77307,7 @@ $(OutDir_plugin_bmp)BmpWrite.o: $(UPPDIR1)plugin/bmp/BmpWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -76970,6 +77409,7 @@ $(OutDir_plugin_bmp)Icon.o: $(UPPDIR1)plugin/bmp/Icon.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77071,6 +77511,7 @@ $(OutDir_plugin_bmp)BmpReg.o: $(UPPDIR1)plugin/bmp/BmpReg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77183,6 +77624,7 @@ $(OutDir_RichText)Object.o: $(UPPDIR1)RichText/Object.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77294,6 +77736,7 @@ $(OutDir_RichText)RichImage.o: $(UPPDIR1)RichText/RichImage.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77405,6 +77848,7 @@ $(OutDir_RichText)ParaData.o: $(UPPDIR1)RichText/ParaData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77516,6 +77960,7 @@ $(OutDir_RichText)ParaType.o: $(UPPDIR1)RichText/ParaType.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77627,6 +78072,7 @@ $(OutDir_RichText)ParaPaint.o: $(UPPDIR1)RichText/ParaPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77739,6 +78185,7 @@ $(OutDir_RichText)HeaderFooter.o: $(UPPDIR1)RichText/HeaderFooter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77850,6 +78297,7 @@ $(OutDir_RichText)TxtData.o: $(UPPDIR1)RichText/TxtData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -77961,6 +78409,7 @@ $(OutDir_RichText)TxtPaint.o: $(UPPDIR1)RichText/TxtPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78072,6 +78521,7 @@ $(OutDir_RichText)TxtOp.o: $(UPPDIR1)RichText/TxtOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78183,6 +78633,7 @@ $(OutDir_RichText)Format.o: $(UPPDIR1)RichText/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78294,6 +78745,7 @@ $(OutDir_RichText)TableCell.o: $(UPPDIR1)RichText/TableCell.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78405,6 +78857,7 @@ $(OutDir_RichText)TableLayout.o: $(UPPDIR1)RichText/TableLayout.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78516,6 +78969,7 @@ $(OutDir_RichText)TablePaint.o: $(UPPDIR1)RichText/TablePaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78627,6 +79081,7 @@ $(OutDir_RichText)TableData.o: $(UPPDIR1)RichText/TableData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78738,6 +79193,7 @@ $(OutDir_RichText)TextPaint.o: $(UPPDIR1)RichText/TextPaint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78849,6 +79305,7 @@ $(OutDir_RichText)TextStyle.o: $(UPPDIR1)RichText/TextStyle.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -78960,6 +79417,7 @@ $(OutDir_RichText)TextData.o: $(UPPDIR1)RichText/TextData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79071,6 +79529,7 @@ $(OutDir_RichText)TextTable.o: $(UPPDIR1)RichText/TextTable.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79182,6 +79641,7 @@ $(OutDir_RichText)EncodeQtf.o: $(UPPDIR1)RichText/EncodeQtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79293,6 +79753,7 @@ $(OutDir_RichText)ParseQtf.o: $(UPPDIR1)RichText/ParseQtf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79404,6 +79865,7 @@ $(OutDir_RichText)EncodeHTML.o: $(UPPDIR1)RichText/EncodeHTML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79515,6 +79977,7 @@ $(OutDir_RichText)ParseHTML.o: $(UPPDIR1)RichText/ParseHTML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79626,6 +80089,7 @@ $(OutDir_RichText)Util.o: $(UPPDIR1)RichText/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79799,6 +80263,7 @@ $(OutDir_ide_IconDes)IconDraw.o: $(UPPDIR1)ide/IconDes/IconDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -79984,6 +80449,7 @@ $(OutDir_ide_IconDes)AlphaCtrl.o: $(UPPDIR1)ide/IconDes/AlphaCtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80169,6 +80635,7 @@ $(OutDir_ide_IconDes)RGBACtrl.o: $(UPPDIR1)ide/IconDes/RGBACtrl.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80354,6 +80821,7 @@ $(OutDir_ide_IconDes)ImageOp.o: $(UPPDIR1)ide/IconDes/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80539,6 +81007,7 @@ $(OutDir_ide_IconDes)Paint.o: $(UPPDIR1)ide/IconDes/Paint.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80725,6 +81194,7 @@ $(OutDir_ide_IconDes)Event.o: $(UPPDIR1)ide/IconDes/Event.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -80910,6 +81380,7 @@ $(OutDir_ide_IconDes)IconDes.o: $(UPPDIR1)ide/IconDes/IconDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81095,6 +81566,7 @@ $(OutDir_ide_IconDes)List.o: $(UPPDIR1)ide/IconDes/List.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81280,6 +81752,7 @@ $(OutDir_ide_IconDes)Image.o: $(UPPDIR1)ide/IconDes/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81465,6 +81938,7 @@ $(OutDir_ide_IconDes)Smoothen.o: $(UPPDIR1)ide/IconDes/Smoothen.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81650,6 +82124,7 @@ $(OutDir_ide_IconDes)Text.o: $(UPPDIR1)ide/IconDes/Text.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -81835,6 +82310,7 @@ $(OutDir_ide_IconDes)Bar.o: $(UPPDIR1)ide/IconDes/Bar.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82021,6 +82497,7 @@ $(OutDir_ide_IconDes)EditPos.o: $(UPPDIR1)ide/IconDes/EditPos.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82206,6 +82683,7 @@ $(OutDir_ide_IconDes)ImlFile.o: $(UPPDIR1)ide/IconDes/ImlFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82391,6 +82869,7 @@ $(OutDir_ide_IconDes)IdeIconDes.o: $(UPPDIR1)ide/IconDes/IdeIconDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82622,6 +83101,7 @@ $(OutDir_ide_IconDes)IdeDes.o: $(UPPDIR1)ide/IconDes/IdeDes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82835,6 +83315,7 @@ $(OutDir_plugin_gif)gifupp.o: $(UPPDIR1)plugin/gif/gifupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -82935,6 +83416,7 @@ $(OutDir_plugin_gif)gif.o: $(UPPDIR1)plugin/gif/gif.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -83043,6 +83525,7 @@ $(OutDir_plugin_jpg)jpgupp.o: $(UPPDIR1)plugin/jpg/jpgupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -83148,6 +83631,7 @@ $(OutDir_plugin_jpg)jpgreg.o: $(UPPDIR1)plugin/jpg/jpgreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ diff --git a/umkMakefile b/umkMakefile index 4a2cfa5e8..a4f80f908 100644 --- a/umkMakefile +++ b/umkMakefile @@ -139,6 +139,7 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -241,6 +242,7 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -343,6 +345,7 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -445,6 +448,7 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -547,6 +551,7 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -649,6 +654,7 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -754,6 +760,7 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -855,6 +862,7 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -956,6 +964,7 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1057,6 +1066,7 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1159,6 +1169,7 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1261,6 +1272,7 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1362,6 +1374,7 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1463,6 +1476,7 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1564,6 +1578,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1652,6 +1667,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1740,6 +1756,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1828,6 +1845,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1916,6 +1934,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2023,6 +2042,7 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2126,6 +2146,7 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2229,6 +2250,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2332,6 +2354,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2433,6 +2456,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2539,6 +2563,7 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2640,6 +2665,7 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2774,6 +2800,7 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2871,6 +2898,7 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2968,6 +2996,7 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3065,6 +3094,7 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3162,6 +3192,7 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3259,6 +3290,7 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3356,6 +3388,7 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3453,6 +3486,7 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3550,6 +3584,7 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3647,6 +3682,7 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3744,6 +3780,7 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3841,6 +3878,7 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3938,6 +3976,7 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4058,6 +4097,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4158,6 +4198,7 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4261,6 +4302,7 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4361,6 +4403,7 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4461,6 +4504,7 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4561,6 +4605,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4661,6 +4706,7 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4759,6 +4805,7 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4879,6 +4926,7 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4977,6 +5025,7 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5075,6 +5124,7 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5189,6 +5239,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5289,6 +5340,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5399,6 +5451,7 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5498,6 +5551,7 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5598,6 +5652,7 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5697,6 +5752,7 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5796,6 +5852,7 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5895,6 +5952,7 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5994,6 +6052,7 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6093,6 +6152,7 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6192,6 +6252,7 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6291,6 +6352,7 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6390,6 +6452,7 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6489,6 +6552,7 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6588,6 +6652,7 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6688,6 +6753,7 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6787,6 +6853,7 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6886,6 +6953,7 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6985,6 +7053,7 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7084,6 +7153,7 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7183,6 +7253,7 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7282,6 +7353,7 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7381,6 +7453,7 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7480,6 +7553,7 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7579,6 +7653,7 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7678,6 +7753,7 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7777,6 +7853,7 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7876,6 +7953,7 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7975,6 +8053,7 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8074,6 +8153,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8173,6 +8253,7 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8272,6 +8353,7 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8371,6 +8453,7 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8470,6 +8553,7 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8569,6 +8653,7 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8668,6 +8753,7 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8767,6 +8853,7 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8866,6 +8953,7 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8965,6 +9053,7 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9144,6 +9233,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9232,6 +9322,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9320,6 +9411,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9408,6 +9500,7 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9496,6 +9589,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9584,6 +9678,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9672,6 +9767,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9780,6 +9876,7 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9882,6 +9979,7 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10025,6 +10123,7 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10114,6 +10213,7 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10203,6 +10303,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10304,6 +10405,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10393,6 +10495,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10482,6 +10585,7 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11042,6 +11146,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11129,6 +11234,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11216,6 +11322,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11303,6 +11410,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11390,6 +11498,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11477,6 +11586,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11564,6 +11674,7 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11651,6 +11762,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11738,6 +11850,7 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11825,6 +11938,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11912,6 +12026,7 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11999,6 +12114,7 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12086,6 +12202,7 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12163,93 +12280,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o -$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/Algo.h \ - $(UPPDIR1)Core/App.h \ - $(UPPDIR1)Core/AString.hpp \ - $(UPPDIR1)Core/Atomic.h \ - $(UPPDIR1)Core/BiCont.h \ - $(UPPDIR1)Core/Callback.h \ - $(UPPDIR1)Core/CallbackN.i \ - $(UPPDIR1)Core/CallbackNP.i \ - $(UPPDIR1)Core/CallbackR.i \ - $(UPPDIR1)Core/CharSet.h \ - $(UPPDIR1)Core/CharSet.i \ - $(UPPDIR1)Core/CoAlgo.h \ - $(UPPDIR1)Core/Color.h \ - $(UPPDIR1)Core/Complex.h \ - $(UPPDIR1)Core/config.h \ - $(UPPDIR1)Core/Convert.h \ - $(UPPDIR1)Core/Convert.hpp \ - $(UPPDIR1)Core/Core.h \ - $(UPPDIR1)Core/CoSort.h \ - $(UPPDIR1)Core/CoWork.h \ - $(UPPDIR1)Core/Defs.h \ - $(UPPDIR1)Core/Diag.h \ - $(UPPDIR1)Core/FileMapping.h \ - $(UPPDIR1)Core/FilterStream.h \ - $(UPPDIR1)Core/FixedMap.h \ - $(UPPDIR1)Core/Fn.h \ - $(UPPDIR1)Core/Format.h \ - $(UPPDIR1)Core/Function.h \ - $(UPPDIR1)Core/Gtypes.h \ - $(UPPDIR1)Core/Hash.h \ - $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HttpStatusCode.i \ - $(UPPDIR1)Core/Huge.h \ - $(UPPDIR1)Core/i18n.h \ - $(UPPDIR1)Core/Index.h \ - $(UPPDIR1)Core/Index.hpp \ - $(UPPDIR1)Core/Inet.h \ - $(UPPDIR1)Core/InMap.hpp \ - $(UPPDIR1)Core/InVector.h \ - $(UPPDIR1)Core/InVector.hpp \ - $(UPPDIR1)Core/JSON.h \ - $(UPPDIR1)Core/Lang.h \ - $(UPPDIR1)Core/Lang_s.h \ - $(UPPDIR1)Core/LocalProcess.h \ - $(UPPDIR1)Core/Map.h \ - $(UPPDIR1)Core/Map.hpp \ - $(UPPDIR1)Core/Mem.h \ - $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/Obsolete.h \ - $(UPPDIR1)Core/Ops.h \ - $(UPPDIR1)Core/Other.h \ - $(UPPDIR1)Core/Other.hpp \ - $(UPPDIR1)Core/Parser.h \ - $(UPPDIR1)Core/Path.h \ - $(UPPDIR1)Core/Profile.h \ - $(UPPDIR1)Core/Ptr.h \ - $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/Sort.h \ - $(UPPDIR1)Core/Sorted.h \ - $(UPPDIR1)Core/SplitMerge.h \ - $(UPPDIR1)Core/Stream.h \ - $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/t_.h \ - $(UPPDIR1)Core/TimeDate.h \ - $(UPPDIR1)Core/Topic.h \ - $(UPPDIR1)Core/Topt.h \ - $(UPPDIR1)Core/Tuple.h \ - $(UPPDIR1)Core/Utf.hpp \ - $(UPPDIR1)Core/Util.h \ - $(UPPDIR1)Core/Uuid.h \ - $(UPPDIR1)Core/Value.h \ - $(UPPDIR1)Core/Value.hpp \ - $(UPPDIR1)Core/ValueCache.h \ - $(UPPDIR1)Core/ValueUtil.h \ - $(UPPDIR1)Core/ValueUtil.hpp \ - $(UPPDIR1)Core/Vcont.h \ - $(UPPDIR1)Core/Vcont.hpp \ - $(UPPDIR1)Core/Win32Util.h \ - $(UPPDIR1)Core/XML.h \ - $(UPPDIR1)Core/Xmlize.h \ - $(UPPDIR1)Core/Xmlize.hpp \ - $(UPPDIR1)Core/z.h \ - $(UPPDIR1)uppconfig.h - $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o - $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -12260,6 +12290,7 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12347,6 +12378,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12434,6 +12466,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12521,6 +12554,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ @@ -12609,6 +12643,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12695,6 +12730,7 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12782,6 +12818,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12870,6 +12907,7 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12956,6 +12994,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13043,6 +13082,7 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13131,6 +13171,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13217,6 +13258,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13304,6 +13346,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13391,6 +13434,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13478,6 +13522,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13565,6 +13610,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13652,6 +13698,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13739,6 +13786,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13826,6 +13874,7 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13913,6 +13962,7 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14000,6 +14050,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14087,6 +14138,7 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14174,6 +14226,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14261,6 +14314,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14348,6 +14402,7 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14435,6 +14490,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14522,6 +14578,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14609,6 +14666,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14696,6 +14754,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14784,6 +14843,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14871,6 +14931,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14958,6 +15019,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15045,6 +15107,7 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15134,6 +15197,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15221,6 +15285,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15308,6 +15373,7 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15395,6 +15461,7 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15482,6 +15549,7 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15569,6 +15637,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15656,6 +15725,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15743,6 +15813,7 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15830,6 +15901,7 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15922,6 +15994,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16009,6 +16082,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16096,6 +16170,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16183,6 +16258,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16270,6 +16346,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16357,6 +16434,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16449,6 +16527,7 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16537,6 +16616,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16624,6 +16704,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16711,6 +16792,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16798,6 +16880,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16885,6 +16968,7 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16972,6 +17056,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17059,6 +17144,7 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17150,7 +17236,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -17223,7 +17308,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -17296,6 +17380,7 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ diff --git a/umkMakefile.in b/umkMakefile.in index 4a2cfa5e8..a4f80f908 100644 --- a/umkMakefile.in +++ b/umkMakefile.in @@ -139,6 +139,7 @@ $(OutDir_umk)Console.o: $(UPPDIR1)umk/Console.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -241,6 +242,7 @@ $(OutDir_umk)IdeContext.o: $(UPPDIR1)umk/IdeContext.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -343,6 +345,7 @@ $(OutDir_umk)MakeBuild.o: $(UPPDIR1)umk/MakeBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -445,6 +448,7 @@ $(OutDir_umk)Export.o: $(UPPDIR1)umk/Export.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -547,6 +551,7 @@ $(OutDir_umk)UppHub.o: $(UPPDIR1)umk/UppHub.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -649,6 +654,7 @@ $(OutDir_umk)umake.o: $(UPPDIR1)umk/umake.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -754,6 +760,7 @@ $(OutDir_ide_Builders)CppBuilder.o: $(UPPDIR1)ide/Builders/CppBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -855,6 +862,7 @@ $(OutDir_ide_Builders)MakeFile.o: $(UPPDIR1)ide/Builders/MakeFile.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -956,6 +964,7 @@ $(OutDir_ide_Builders)CCJ.o: $(UPPDIR1)ide/Builders/CCJ.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1057,6 +1066,7 @@ $(OutDir_ide_Builders)GccBuilder.o: $(UPPDIR1)ide/Builders/GccBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1159,6 +1169,7 @@ $(OutDir_ide_Builders)MscBuilder.o: $(UPPDIR1)ide/Builders/MscBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1261,6 +1272,7 @@ $(OutDir_ide_Builders)JavaBuilder.o: $(UPPDIR1)ide/Builders/JavaBuilder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1362,6 +1374,7 @@ $(OutDir_ide_Builders)ScriptBuilder.o: $(UPPDIR1)ide/Builders/ScriptBuilder.cpp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1463,6 +1476,7 @@ $(OutDir_ide_Builders)Cocoa.o: $(UPPDIR1)ide/Builders/Cocoa.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1564,6 +1578,7 @@ $(OutDir_ide_Builders)AndroidProject.o: $(UPPDIR1)ide/Builders/AndroidProject.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1652,6 +1667,7 @@ $(OutDir_ide_Builders)AndroidApplicationMakeFile.o: $(UPPDIR1)ide/Builders/Andro $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1740,6 +1756,7 @@ $(OutDir_ide_Builders)AndroidMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMakeFile. $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1828,6 +1845,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFile.o: $(UPPDIR1)ide/Builders/AndroidMod $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -1916,6 +1934,7 @@ $(OutDir_ide_Builders)AndroidBuilder.o: $(UPPDIR1)ide/Builders/AndroidBuilder.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2023,6 +2042,7 @@ $(OutDir_ide_Builders)AndroidBuilderCommands.o: $(UPPDIR1)ide/Builders/AndroidBu $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2126,6 +2146,7 @@ $(OutDir_ide_Builders)AndroidBuilderUtils.o: $(UPPDIR1)ide/Builders/AndroidBuild $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2229,6 +2250,7 @@ $(OutDir_ide_Builders)AndroidModuleMakeFileBuilder.o: $(UPPDIR1)ide/Builders/And $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2332,6 +2354,7 @@ $(OutDir_ide_Builders)Blitz.o: $(UPPDIR1)ide/Builders/Blitz.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2433,6 +2456,7 @@ $(OutDir_ide_Builders)Build.o: $(UPPDIR1)ide/Builders/Build.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2539,6 +2563,7 @@ $(OutDir_ide_Builders)Install.o: $(UPPDIR1)ide/Builders/Install.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2640,6 +2665,7 @@ $(OutDir_ide_Builders)BuilderUtils.o: $(UPPDIR1)ide/Builders/BuilderUtils.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2774,6 +2800,7 @@ $(OutDir_ide_Core)Ide.o: $(UPPDIR1)ide/Core/Ide.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2871,6 +2898,7 @@ $(OutDir_ide_Core)Cache.o: $(UPPDIR1)ide/Core/Cache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -2968,6 +2996,7 @@ $(OutDir_ide_Core)Core.o: $(UPPDIR1)ide/Core/Core.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3065,6 +3094,7 @@ $(OutDir_ide_Core)Util.o: $(UPPDIR1)ide/Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3162,6 +3192,7 @@ $(OutDir_ide_Core)Builder.o: $(UPPDIR1)ide/Core/Builder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3259,6 +3290,7 @@ $(OutDir_ide_Core)PPinfo.o: $(UPPDIR1)ide/Core/PPinfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3356,6 +3388,7 @@ $(OutDir_ide_Core)Assembly.o: $(UPPDIR1)ide/Core/Assembly.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3453,6 +3486,7 @@ $(OutDir_ide_Core)Package.o: $(UPPDIR1)ide/Core/Package.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3550,6 +3584,7 @@ $(OutDir_ide_Core)Workspace.o: $(UPPDIR1)ide/Core/Workspace.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3647,6 +3682,7 @@ $(OutDir_ide_Core)usc.o: $(UPPDIR1)ide/Core/usc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3744,6 +3780,7 @@ $(OutDir_ide_Core)BinObj.o: $(UPPDIR1)ide/Core/BinObj.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3841,6 +3878,7 @@ $(OutDir_ide_Core)Host.o: $(UPPDIR1)ide/Core/Host.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -3938,6 +3976,7 @@ $(OutDir_ide_Core)Logger.o: $(UPPDIR1)ide/Core/Logger.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4058,6 +4097,7 @@ $(OutDir_ide_Android)Android.o: $(UPPDIR1)ide/Android/Android.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4158,6 +4198,7 @@ $(OutDir_ide_Android)AndroidSDK.o: $(UPPDIR1)ide/Android/AndroidSDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4261,6 +4302,7 @@ $(OutDir_ide_Android)AndroidNDK.o: $(UPPDIR1)ide/Android/AndroidNDK.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4361,6 +4403,7 @@ $(OutDir_ide_Android)Apk.o: $(UPPDIR1)ide/Android/Apk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4461,6 +4504,7 @@ $(OutDir_ide_Android)AndroidManifest.o: $(UPPDIR1)ide/Android/AndroidManifest.cp $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4561,6 +4605,7 @@ $(OutDir_ide_Android)Adb.o: $(UPPDIR1)ide/Android/Adb.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4661,6 +4706,7 @@ $(OutDir_ide_Android)LogCat.o: $(UPPDIR1)ide/Android/LogCat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4759,6 +4805,7 @@ $(OutDir_ide_Android)NDKBuild.o: $(UPPDIR1)ide/Android/NDKBuild.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4879,6 +4926,7 @@ $(OutDir_ide_Java)JavaVersion.o: $(UPPDIR1)ide/Java/JavaVersion.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -4977,6 +5025,7 @@ $(OutDir_ide_Java)Java.o: $(UPPDIR1)ide/Java/Java.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5075,6 +5124,7 @@ $(OutDir_ide_Java)Jdk.o: $(UPPDIR1)ide/Java/Jdk.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5189,6 +5239,7 @@ $(OutDir_plugin_png)pngupp.o: $(UPPDIR1)plugin/png/pngupp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5289,6 +5340,7 @@ $(OutDir_plugin_png)pngreg.o: $(UPPDIR1)plugin/png/pngreg.icpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5399,6 +5451,7 @@ $(OutDir_Draw)Font.o: $(UPPDIR1)Draw/Font.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5498,6 +5551,7 @@ $(OutDir_Draw)FontCR.o: $(UPPDIR1)Draw/FontCR.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5598,6 +5652,7 @@ $(OutDir_Draw)FontWin32.o: $(UPPDIR1)Draw/FontWin32.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5697,6 +5752,7 @@ $(OutDir_Draw)FontFc.o: $(UPPDIR1)Draw/FontFc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5796,6 +5852,7 @@ $(OutDir_Draw)FontCocoNOMM.o: $(UPPDIR1)Draw/FontCocoNOMM.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5895,6 +5952,7 @@ $(OutDir_Draw)Draw.o: $(UPPDIR1)Draw/Draw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -5994,6 +6052,7 @@ $(OutDir_Draw)DrawText.o: $(UPPDIR1)Draw/DrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6093,6 +6152,7 @@ $(OutDir_Draw)DrawData.o: $(UPPDIR1)Draw/DrawData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6192,6 +6252,7 @@ $(OutDir_Draw)Drawing.o: $(UPPDIR1)Draw/Drawing.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6291,6 +6352,7 @@ $(OutDir_Draw)ImageAnyDraw.o: $(UPPDIR1)Draw/ImageAnyDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6390,6 +6452,7 @@ $(OutDir_Draw)DrawUtil.o: $(UPPDIR1)Draw/DrawUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6489,6 +6552,7 @@ $(OutDir_Draw)DrawTextUtil.o: $(UPPDIR1)Draw/DrawTextUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6588,6 +6652,7 @@ $(OutDir_Draw)Display.o: $(UPPDIR1)Draw/Display.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6688,6 +6753,7 @@ $(OutDir_Draw)Image.o: $(UPPDIR1)Draw/Image.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6787,6 +6853,7 @@ $(OutDir_Draw)ImageBlit.o: $(UPPDIR1)Draw/ImageBlit.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6886,6 +6953,7 @@ $(OutDir_Draw)RasterFormat.o: $(UPPDIR1)Draw/RasterFormat.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -6985,6 +7053,7 @@ $(OutDir_Draw)RasterWrite.o: $(UPPDIR1)Draw/RasterWrite.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7084,6 +7153,7 @@ $(OutDir_Draw)Palette.o: $(UPPDIR1)Draw/Palette.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7183,6 +7253,7 @@ $(OutDir_Draw)Raster.o: $(UPPDIR1)Draw/Raster.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7282,6 +7353,7 @@ $(OutDir_Draw)RasterEncoder.o: $(UPPDIR1)Draw/RasterEncoder.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7381,6 +7453,7 @@ $(OutDir_Draw)ImageOp.o: $(UPPDIR1)Draw/ImageOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7480,6 +7553,7 @@ $(OutDir_Draw)ImageChOp.o: $(UPPDIR1)Draw/ImageChOp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7579,6 +7653,7 @@ $(OutDir_Draw)Mify.o: $(UPPDIR1)Draw/Mify.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7678,6 +7753,7 @@ $(OutDir_Draw)ImageScale.o: $(UPPDIR1)Draw/ImageScale.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7777,6 +7853,7 @@ $(OutDir_Draw)RescaleFilter.o: $(UPPDIR1)Draw/RescaleFilter.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7876,6 +7953,7 @@ $(OutDir_Draw)MakeCache.o: $(UPPDIR1)Draw/MakeCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -7975,6 +8053,7 @@ $(OutDir_Draw)DrawRasterData.o: $(UPPDIR1)Draw/DrawRasterData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8074,6 +8153,7 @@ $(OutDir_Draw)Uhd.o: $(UPPDIR1)Draw/Uhd.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8173,6 +8253,7 @@ $(OutDir_Draw)Iml.o: $(UPPDIR1)Draw/Iml.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8272,6 +8353,7 @@ $(OutDir_Draw)DDARasterizer.o: $(UPPDIR1)Draw/DDARasterizer.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8371,6 +8453,7 @@ $(OutDir_Draw)SDrawClip.o: $(UPPDIR1)Draw/SDrawClip.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8470,6 +8553,7 @@ $(OutDir_Draw)SDrawPut.o: $(UPPDIR1)Draw/SDrawPut.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8569,6 +8653,7 @@ $(OutDir_Draw)SDrawText.o: $(UPPDIR1)Draw/SDrawText.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8668,6 +8753,7 @@ $(OutDir_Draw)SDraw.o: $(UPPDIR1)Draw/SDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8767,6 +8853,7 @@ $(OutDir_Draw)SImageDraw.o: $(UPPDIR1)Draw/SImageDraw.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8866,6 +8953,7 @@ $(OutDir_Draw)Cham.o: $(UPPDIR1)Draw/Cham.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -8965,6 +9053,7 @@ $(OutDir_Draw)SColors.o: $(UPPDIR1)Draw/SColors.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9144,6 +9233,7 @@ $(OutDir_Esc)EscValue.o: $(UPPDIR1)Esc/EscValue.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9232,6 +9322,7 @@ $(OutDir_Esc)EscArray.o: $(UPPDIR1)Esc/EscArray.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9320,6 +9411,7 @@ $(OutDir_Esc)EscMap.o: $(UPPDIR1)Esc/EscMap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9408,6 +9500,7 @@ $(OutDir_Esc)Esc.o: $(UPPDIR1)Esc/Esc.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9496,6 +9589,7 @@ $(OutDir_Esc)EscRun.o: $(UPPDIR1)Esc/EscRun.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9584,6 +9678,7 @@ $(OutDir_Esc)EscStdLib.o: $(UPPDIR1)Esc/EscStdLib.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9672,6 +9767,7 @@ $(OutDir_Esc)Value.o: $(UPPDIR1)Esc/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9780,6 +9876,7 @@ $(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -9882,6 +9979,7 @@ $(OutDir_plugin_lzma)lzma.o: $(UPPDIR1)plugin/lzma/lzma.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10025,6 +10123,7 @@ $(OutDir_plugin_lz4)Compress.o: $(UPPDIR1)plugin/lz4/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10114,6 +10213,7 @@ $(OutDir_plugin_lz4)Decompress.o: $(UPPDIR1)plugin/lz4/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10203,6 +10303,7 @@ $(OutDir_plugin_lz4)util.o: $(UPPDIR1)plugin/lz4/util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10304,6 +10405,7 @@ $(OutDir_plugin_zstd)Compress.o: $(UPPDIR1)plugin/zstd/Compress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10393,6 +10495,7 @@ $(OutDir_plugin_zstd)Decompress.o: $(UPPDIR1)plugin/zstd/Decompress.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -10482,6 +10585,7 @@ $(OutDir_plugin_zstd)Util.o: $(UPPDIR1)plugin/zstd/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11042,6 +11146,7 @@ $(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11129,6 +11234,7 @@ $(OutDir_Core)Mem.o: $(UPPDIR1)Core/Mem.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11216,6 +11322,7 @@ $(OutDir_Core)SIMD.o: $(UPPDIR1)Core/SIMD.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11303,6 +11410,7 @@ $(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11390,6 +11498,7 @@ $(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11477,6 +11586,7 @@ $(OutDir_Core)hheap.o: $(UPPDIR1)Core/hheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11564,6 +11674,7 @@ $(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11651,6 +11762,7 @@ $(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11738,6 +11850,7 @@ $(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11825,6 +11938,7 @@ $(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11912,6 +12026,7 @@ $(OutDir_Core)StringFind.o: $(UPPDIR1)Core/StringFind.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -11999,6 +12114,7 @@ $(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12086,6 +12202,7 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12163,93 +12280,6 @@ $(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ $(UPPDIR1)uppconfig.h $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o -$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/Algo.h \ - $(UPPDIR1)Core/App.h \ - $(UPPDIR1)Core/AString.hpp \ - $(UPPDIR1)Core/Atomic.h \ - $(UPPDIR1)Core/BiCont.h \ - $(UPPDIR1)Core/Callback.h \ - $(UPPDIR1)Core/CallbackN.i \ - $(UPPDIR1)Core/CallbackNP.i \ - $(UPPDIR1)Core/CallbackR.i \ - $(UPPDIR1)Core/CharSet.h \ - $(UPPDIR1)Core/CharSet.i \ - $(UPPDIR1)Core/CoAlgo.h \ - $(UPPDIR1)Core/Color.h \ - $(UPPDIR1)Core/Complex.h \ - $(UPPDIR1)Core/config.h \ - $(UPPDIR1)Core/Convert.h \ - $(UPPDIR1)Core/Convert.hpp \ - $(UPPDIR1)Core/Core.h \ - $(UPPDIR1)Core/CoSort.h \ - $(UPPDIR1)Core/CoWork.h \ - $(UPPDIR1)Core/Defs.h \ - $(UPPDIR1)Core/Diag.h \ - $(UPPDIR1)Core/FileMapping.h \ - $(UPPDIR1)Core/FilterStream.h \ - $(UPPDIR1)Core/FixedMap.h \ - $(UPPDIR1)Core/Fn.h \ - $(UPPDIR1)Core/Format.h \ - $(UPPDIR1)Core/Function.h \ - $(UPPDIR1)Core/Gtypes.h \ - $(UPPDIR1)Core/Hash.h \ - $(UPPDIR1)Core/Heap.h \ - $(UPPDIR1)Core/HttpStatusCode.i \ - $(UPPDIR1)Core/Huge.h \ - $(UPPDIR1)Core/i18n.h \ - $(UPPDIR1)Core/Index.h \ - $(UPPDIR1)Core/Index.hpp \ - $(UPPDIR1)Core/Inet.h \ - $(UPPDIR1)Core/InMap.hpp \ - $(UPPDIR1)Core/InVector.h \ - $(UPPDIR1)Core/InVector.hpp \ - $(UPPDIR1)Core/JSON.h \ - $(UPPDIR1)Core/Lang.h \ - $(UPPDIR1)Core/Lang_s.h \ - $(UPPDIR1)Core/LocalProcess.h \ - $(UPPDIR1)Core/Map.h \ - $(UPPDIR1)Core/Map.hpp \ - $(UPPDIR1)Core/Mem.h \ - $(UPPDIR1)Core/Mt.h \ - $(UPPDIR1)Core/Obsolete.h \ - $(UPPDIR1)Core/Ops.h \ - $(UPPDIR1)Core/Other.h \ - $(UPPDIR1)Core/Other.hpp \ - $(UPPDIR1)Core/Parser.h \ - $(UPPDIR1)Core/Path.h \ - $(UPPDIR1)Core/Profile.h \ - $(UPPDIR1)Core/Ptr.h \ - $(UPPDIR1)Core/Range.h \ - $(UPPDIR1)Core/Sort.h \ - $(UPPDIR1)Core/Sorted.h \ - $(UPPDIR1)Core/SplitMerge.h \ - $(UPPDIR1)Core/Stream.h \ - $(UPPDIR1)Core/String.h \ - $(UPPDIR1)Core/StrUtil.cpp \ - $(UPPDIR1)Core/t_.h \ - $(UPPDIR1)Core/TimeDate.h \ - $(UPPDIR1)Core/Topic.h \ - $(UPPDIR1)Core/Topt.h \ - $(UPPDIR1)Core/Tuple.h \ - $(UPPDIR1)Core/Utf.hpp \ - $(UPPDIR1)Core/Util.h \ - $(UPPDIR1)Core/Uuid.h \ - $(UPPDIR1)Core/Value.h \ - $(UPPDIR1)Core/Value.hpp \ - $(UPPDIR1)Core/ValueCache.h \ - $(UPPDIR1)Core/ValueUtil.h \ - $(UPPDIR1)Core/ValueUtil.hpp \ - $(UPPDIR1)Core/Vcont.h \ - $(UPPDIR1)Core/Vcont.hpp \ - $(UPPDIR1)Core/Win32Util.h \ - $(UPPDIR1)Core/XML.h \ - $(UPPDIR1)Core/Xmlize.h \ - $(UPPDIR1)Core/Xmlize.hpp \ - $(UPPDIR1)Core/z.h \ - $(UPPDIR1)uppconfig.h - $(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o - $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/Algo.h \ $(UPPDIR1)Core/App.h \ @@ -12260,6 +12290,7 @@ $(OutDir_Core)SplitMerge.o: $(UPPDIR1)Core/SplitMerge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12347,6 +12378,7 @@ $(OutDir_Core)Utf.o: $(UPPDIR1)Core/Utf.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12434,6 +12466,7 @@ $(OutDir_Core)UnicodeInfo.o: $(UPPDIR1)Core/UnicodeInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12521,6 +12554,7 @@ $(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.cpp \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ @@ -12609,6 +12643,7 @@ $(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12695,6 +12730,7 @@ $(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12782,6 +12818,7 @@ $(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12870,6 +12907,7 @@ $(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -12956,6 +12994,7 @@ $(OutDir_Core)Huge.o: $(UPPDIR1)Core/Huge.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13043,6 +13082,7 @@ $(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13131,6 +13171,7 @@ $(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13217,6 +13258,7 @@ $(OutDir_Core)FilterStream.o: $(UPPDIR1)Core/FilterStream.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13304,6 +13346,7 @@ $(OutDir_Core)FileMapping.o: $(UPPDIR1)Core/FileMapping.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13391,6 +13434,7 @@ $(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13478,6 +13522,7 @@ $(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13565,6 +13610,7 @@ $(OutDir_Core)Ini.o: $(UPPDIR1)Core/Ini.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13652,6 +13698,7 @@ $(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13739,6 +13786,7 @@ $(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13826,6 +13874,7 @@ $(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -13913,6 +13962,7 @@ $(OutDir_Core)Speller.o: $(UPPDIR1)Core/Speller.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14000,6 +14050,7 @@ $(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14087,6 +14138,7 @@ $(OutDir_Core)PackedData.o: $(UPPDIR1)Core/PackedData.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14174,6 +14226,7 @@ $(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14261,6 +14314,7 @@ $(OutDir_Core)Index.o: $(UPPDIR1)Core/Index.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14348,6 +14402,7 @@ $(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14435,6 +14490,7 @@ $(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14522,6 +14578,7 @@ $(OutDir_Core)ValueUtil.o: $(UPPDIR1)Core/ValueUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14609,6 +14666,7 @@ $(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14696,6 +14754,7 @@ $(OutDir_Core)CvFlt.o: $(UPPDIR1)Core/CvFlt.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14784,6 +14843,7 @@ $(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14871,6 +14931,7 @@ $(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -14958,6 +15019,7 @@ $(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15045,6 +15107,7 @@ $(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15134,6 +15197,7 @@ $(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15221,6 +15285,7 @@ $(OutDir_Core)LangInfo.o: $(UPPDIR1)Core/LangInfo.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15308,6 +15373,7 @@ $(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15395,6 +15461,7 @@ $(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15482,6 +15549,7 @@ $(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15569,6 +15637,7 @@ $(OutDir_Core)JSON.o: $(UPPDIR1)Core/JSON.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15656,6 +15725,7 @@ $(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15743,6 +15813,7 @@ $(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15830,6 +15901,7 @@ $(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -15922,6 +15994,7 @@ $(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16009,6 +16082,7 @@ $(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16096,6 +16170,7 @@ $(OutDir_Core)ValueCache.o: $(UPPDIR1)Core/ValueCache.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16183,6 +16258,7 @@ $(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16270,6 +16346,7 @@ $(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16357,6 +16434,7 @@ $(OutDir_Core)SHA256.o: $(UPPDIR1)Core/SHA256.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16449,6 +16527,7 @@ $(OutDir_Core)xxHsh.o: $(UPPDIR1)Core/xxHsh.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16537,6 +16616,7 @@ $(OutDir_Core)InetUtil.o: $(UPPDIR1)Core/InetUtil.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16624,6 +16704,7 @@ $(OutDir_Core)MIME.o: $(UPPDIR1)Core/MIME.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16711,6 +16792,7 @@ $(OutDir_Core)Socket.o: $(UPPDIR1)Core/Socket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16798,6 +16880,7 @@ $(OutDir_Core)Http.o: $(UPPDIR1)Core/Http.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16885,6 +16968,7 @@ $(OutDir_Core)WebSocket.o: $(UPPDIR1)Core/WebSocket.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -16972,6 +17056,7 @@ $(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17059,6 +17144,7 @@ $(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \ @@ -17150,7 +17236,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -17223,7 +17308,6 @@ $(OutDir_Core)Core.a: \ $(OutDir_Core)StringFind.o \ $(OutDir_Core)String.o \ $(OutDir_Core)WString.o \ - $(OutDir_Core)StrUtil.o \ $(OutDir_Core)SplitMerge.o \ $(OutDir_Core)Utf.o \ $(OutDir_Core)UnicodeInfo.o \ @@ -17296,6 +17380,7 @@ $(OutDir_plugin_pcre)RegExp.o: $(UPPDIR1)plugin/pcre/RegExp.cpp \ $(UPPDIR1)Core/CallbackN.i \ $(UPPDIR1)Core/CallbackNP.i \ $(UPPDIR1)Core/CallbackR.i \ + $(UPPDIR1)Core/CharFilter.h \ $(UPPDIR1)Core/CharSet.h \ $(UPPDIR1)Core/CharSet.i \ $(UPPDIR1)Core/CoAlgo.h \