From 71576ed8af83d2b82e91cebe2866506fc7ac077d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 8 Feb 2020 02:41:23 +0000 Subject: [PATCH] Check if html files contain non ASCII characters. --- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../32055-05.html | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../quests/Q00336_CoinsOfMagic/30232-13.html | 4 +-- .../quests/Q00336_CoinsOfMagic/30232-14.html | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../quests/Q00491_InNominePatris/33649-03.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../quests/Q00772_PurifyingSouls/33838-10.htm | 2 +- .../32760-04b.html | 5 +-- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../32055-05.html | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../quests/Q00336_CoinsOfMagic/30232-13.html | 4 +-- .../quests/Q00336_CoinsOfMagic/30232-14.html | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../quests/Q00491_InNominePatris/33649-03.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../quests/Q00772_PurifyingSouls/33838-10.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../quests/Q00491_InNominePatris/33649-03.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../quests/Q00772_PurifyingSouls/33838-10.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../dist/game/data/html/default/34095.htm | 2 +- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../quests/Q00491_InNominePatris/33649-03.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../34267-02.htm | 2 +- .../Q00668_ABattleWithTheGiants/34267-02.htm | 2 +- .../34267-02.htm | 2 +- .../quests/Q00772_PurifyingSouls/33838-10.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../dist/game/data/html/default/34095.htm | 2 +- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../quests/Q00491_InNominePatris/33649-03.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../34267-02.htm | 2 +- .../Q00668_ABattleWithTheGiants/34267-02.htm | 2 +- .../34267-02.htm | 2 +- .../quests/Q00772_PurifyingSouls/33838-10.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../Q10569_DeclarationOfWar/34222-02.htm | 2 +- .../Q10569_DeclarationOfWar/34222-04.htm | 2 +- .../Q10569_DeclarationOfWar/34222-06.html | 2 +- .../Q10569_DeclarationOfWar/34222-07.html | 2 +- .../Q10569_DeclarationOfWar/34243-02.htm | 2 +- .../Q10569_DeclarationOfWar/34243-03.htm | 2 +- .../30847-15.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../dist/game/data/html/default/34095.htm | 2 +- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../34267-02.htm | 2 +- .../Q00668_ABattleWithTheGiants/34267-02.htm | 2 +- .../34267-02.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../Q10569_DeclarationOfWar/34222-02.htm | 2 +- .../Q10569_DeclarationOfWar/34222-04.htm | 2 +- .../Q10569_DeclarationOfWar/34222-06.html | 2 +- .../Q10569_DeclarationOfWar/34222-07.html | 2 +- .../Q10569_DeclarationOfWar/34243-02.htm | 2 +- .../Q10569_DeclarationOfWar/34243-03.htm | 2 +- .../30847-15.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../dist/game/data/html/default/34095.htm | 2 +- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00149_PrimalMotherIstina/33293-00.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-01.htm | 12 +++---- .../Q00149_PrimalMotherIstina/33293-02.htm | 10 ++---- .../Q00149_PrimalMotherIstina/33293-03.htm | 9 ++--- .../Q00149_PrimalMotherIstina/33293-04.htm | 7 ++-- .../Q00149_PrimalMotherIstina/33293-05.html | 7 ++-- .../Q00149_PrimalMotherIstina/33293-06.html | 6 ++-- .../Q00149_PrimalMotherIstina/33293-07.html | 9 ++--- .../Q00149_PrimalMotherIstina/Complete.html | 6 ++-- .../quests/Q00177_SplitDestiny/32615-01.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-02.htm | 4 +-- .../quests/Q00177_SplitDestiny/32615-03.htm | 2 +- .../quests/Q00177_SplitDestiny/32615-04.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-13.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-14.htm | 2 +- .../quests/Q00177_SplitDestiny/33344-25.htm | 4 +-- .../33044-01.htm | 2 +- .../33044-05.htm | 2 +- .../Q00470_DivinityProtector/32327-03.htm | 2 +- .../quests/Q00476_PlainMission/31292-01.html | 2 +- .../liason_starter2_q0482_05.htm | 2 +- .../oman_cuori_q0482_01.htm | 4 +-- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../34267-02.htm | 2 +- .../Q00668_ABattleWithTheGiants/34267-02.htm | 2 +- .../34267-02.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10358_DividedSakumPoslof/31795-05.html | 4 +-- .../Q10358_DividedSakumPoslof/33510-02.htm | 4 +-- .../Q10358_DividedSakumPoslof/33510-05.html | 2 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../Q10569_DeclarationOfWar/34222-02.htm | 2 +- .../Q10569_DeclarationOfWar/34222-04.htm | 2 +- .../Q10569_DeclarationOfWar/34222-06.html | 2 +- .../Q10569_DeclarationOfWar/34222-07.html | 2 +- .../Q10569_DeclarationOfWar/34243-02.htm | 2 +- .../Q10569_DeclarationOfWar/34243-03.htm | 2 +- .../30847-15.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../34413-01.htm | 4 +-- .../34413-04.htm | 2 +- .../34413-05.html | 2 +- .../Q10897_ShowYourAbility/34413-01.htm | 4 +-- .../Q10897_ShowYourAbility/34413-04.htm | 2 +- .../Q10897_ShowYourAbility/34413-05.html | 2 +- .../quests/Q10898_TowardAGoal/34413-01.htm | 2 +- .../quests/Q10898_TowardAGoal/34413-04.htm | 2 +- .../quests/Q10898_TowardAGoal/34413-05.html | 2 +- .../Q10899_VeteranAdventurer/34413-01.htm | 2 +- .../Q10899_VeteranAdventurer/34413-04.htm | 2 +- .../Q10899_VeteranAdventurer/34413-05.html | 2 +- .../quests/Q10900_PathToStrength/34413-01.htm | 2 +- .../quests/Q10900_PathToStrength/34413-04.htm | 2 +- .../Q10900_PathToStrength/34413-05.html | 2 +- .../Q10901_AModelAdventurer/34413-01.htm | 2 +- .../Q10901_AModelAdventurer/34413-04.htm | 2 +- .../Q10901_AModelAdventurer/34413-05.html | 2 +- .../custom/Q10517_FafurionsMinions/accept.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/default/31603.htm | 2 +- .../dist/game/data/html/default/33488-8.htm | 2 +- .../dist/game/data/html/default/33649.htm | 4 +-- .../SeedOfAnnihilation/Nemo/32735-01.html | 4 +-- .../AwakeningMaster/33399-no_class.htm | 2 +- .../AwakeningMaster/33400-no_class.htm | 2 +- .../AwakeningMaster/33401-no_class.htm | 2 +- .../AwakeningMaster/33402-no_class.htm | 2 +- .../AwakeningMaster/33403-no_class.htm | 2 +- .../AwakeningMaster/33404-no_class.htm | 2 +- .../scripts/ai/bosses/Kimerian/33098-03.html | 2 +- .../scripts/ai/bosses/Kimerian/33131-01.html | 2 +- .../FortressSiegeManager-13.html | 5 +-- .../scripts/events/LoversJubilee/4305-023.htm | 2 +- .../34267-02.htm | 2 +- .../Q00668_ABattleWithTheGiants/34267-02.htm | 2 +- .../34267-02.htm | 2 +- .../34235-00.htm | 2 +- .../32760-04b.html | 3 +- .../Q10569_DeclarationOfWar/34222-02.htm | 2 +- .../Q10569_DeclarationOfWar/34222-04.htm | 2 +- .../Q10569_DeclarationOfWar/34222-06.html | 2 +- .../Q10569_DeclarationOfWar/34222-07.html | 2 +- .../Q10569_DeclarationOfWar/34243-02.htm | 2 +- .../Q10569_DeclarationOfWar/34243-03.htm | 2 +- .../30847-15.html | 2 +- .../34018-06.html | 2 +- .../34018-07.html | 2 +- .../Q10856_SuperionAppears/34222-02.htm | 2 +- .../Q10856_SuperionAppears/34222-04.htm | 2 +- .../Q10856_SuperionAppears/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34222-04.htm | 4 +-- .../quests/Q10857_SecretTeleport/34243-02.htm | 2 +- .../quests/Q10857_SecretTeleport/34243-03.htm | 2 +- .../34413-01.htm | 4 +-- .../34413-04.htm | 2 +- .../34413-05.html | 2 +- .../Q10897_ShowYourAbility/34413-01.htm | 4 +-- .../Q10897_ShowYourAbility/34413-04.htm | 2 +- .../Q10897_ShowYourAbility/34413-05.html | 2 +- .../quests/Q10898_TowardAGoal/34413-01.htm | 2 +- .../quests/Q10898_TowardAGoal/34413-04.htm | 2 +- .../quests/Q10898_TowardAGoal/34413-05.html | 2 +- .../Q10899_VeteranAdventurer/34413-01.htm | 2 +- .../Q10899_VeteranAdventurer/34413-04.htm | 2 +- .../Q10899_VeteranAdventurer/34413-05.html | 2 +- .../quests/Q10900_PathToStrength/34413-01.htm | 2 +- .../quests/Q10900_PathToStrength/34413-04.htm | 2 +- .../Q10900_PathToStrength/34413-05.html | 2 +- .../Q10901_AModelAdventurer/34413-01.htm | 2 +- .../Q10901_AModelAdventurer/34413-04.htm | 2 +- .../Q10901_AModelAdventurer/34413-05.html | 2 +- .../custom/Q10517_FafurionsMinions/accept.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/main/General.ini | 6 +++- .../game/data/html/SepulcherNpc/31452.htm | 2 +- .../game/data/html/SepulcherNpc/31453.htm | 2 +- .../game/data/html/SepulcherNpc/31454.htm | 2 +- .../game/data/html/admin/help/mods_menu.htm | 4 +-- .../dist/game/data/html/default/31229.htm | 2 +- .../dist/game/data/html/default/31255-1.htm | 30 ++++++---------- .../dist/game/data/html/default/31255.htm | 34 ++++++------------- .../dist/game/data/html/default/35437-1.htm | 2 +- .../dist/game/data/html/default/35437-2.htm | 2 +- .../dist/game/data/html/default/35437-3.htm | 2 +- .../dist/game/data/html/default/35437.htm | 2 +- .../dist/game/data/html/default/35627-1.htm | 2 +- .../dist/game/data/html/default/35627-2.htm | 2 +- .../dist/game/data/html/default/35627-3.htm | 2 +- .../dist/game/data/html/default/35627.htm | 2 +- .../game/data/html/gatekeeper/70023-10.htm | 2 +- .../game/data/html/gatekeeper/70023-11.htm | 2 +- .../game/data/html/gatekeeper/70023-12.htm | 2 +- .../game/data/html/gatekeeper/70023-13.htm | 2 +- .../game/data/html/gatekeeper/70023-14.htm | 2 +- .../game/data/html/gatekeeper/70023-15.htm | 2 +- .../game/data/html/gatekeeper/70023-16.htm | 2 +- .../game/data/html/gatekeeper/70023-18.htm | 2 +- .../game/data/html/gatekeeper/70023-19.htm | 2 +- .../game/data/html/gatekeeper/70023-20.htm | 2 +- .../game/data/html/gatekeeper/70023-23.htm | 2 +- .../game/data/html/gatekeeper/70023-4.htm | 2 +- .../game/data/html/gatekeeper/70023-5.htm | 2 +- .../game/data/html/gatekeeper/70023-6.htm | 2 +- .../game/data/html/gatekeeper/70023-7.htm | 2 +- .../game/data/html/gatekeeper/70023-8.htm | 2 +- .../game/data/html/gatekeeper/70023-9.htm | 2 +- .../dist/game/data/html/gatekeeper/70023.htm | 2 +- .../dist/game/data/html/guard/32176.htm | 2 +- .../dist/game/data/html/guard/32188.htm | 2 +- .../game/data/html/merchant/30060-sold.htm | 4 +-- .../game/data/html/seven_signs/desc_2.htm | 4 +-- .../game/data/html/seven_signs/desc_3.htm | 3 +- .../game/data/html/seven_signs/desc_4.htm | 2 +- .../game/data/html/seven_signs/desc_7.htm | 8 ++--- .../dist/game/data/html/welcome.htm | 2 +- .../Q009_IntoTheCityOfHumans/30571-00.htm | 2 +- .../Q009_IntoTheCityOfHumans/30571-01a.htm | 2 +- .../Q009_IntoTheCityOfHumans/30576-00.htm | 2 +- .../Q009_IntoTheCityOfHumans/30583-01a.htm | 2 +- .../32041-04.htm | 2 +- .../32041-26.htm | 2 +- .../32047-33.htm | 2 +- .../32047-37.htm | 2 +- .../quests/Q120_PavelsResearch/32041-09.htm | 2 +- .../quests/Q120_PavelsResearch/32041-12.htm | 4 +-- .../quests/Q120_PavelsResearch/32041-20.htm | 2 +- .../quests/Q120_PavelsResearch/32041-23.htm | 2 +- .../quests/Q120_PavelsResearch/32047-12.htm | 2 +- .../quests/Q120_PavelsResearch/32047-16.htm | 2 +- .../quests/Q120_PavelsResearch/32047-22.htm | 2 +- .../quests/Q120_PavelsResearch/32047-23.htm | 2 +- .../quests/Q120_PavelsResearch/32047-24.htm | 2 +- .../quests/Q120_PavelsResearch/32047-30.htm | 2 +- .../quests/Q120_PavelsResearch/32047-32.htm | 2 +- .../Q123_TheLeaderAndTheFollower/31961-02.htm | 2 +- .../Q123_TheLeaderAndTheFollower/31961-14.htm | 2 +- .../Q215_TrialOfThePilgrim/30649-04.htm | 2 +- .../Q227_TestOfTheReformer/30669-02.htm | 4 +-- .../Q227_TestOfTheReformer/30669-03.htm | 2 +- .../quests/Q334_TheWishingPotion/30557-01.htm | 2 +- .../quests/Q334_TheWishingPotion/30743-03.htm | 2 +- .../quests/Q334_TheWishingPotion/30743-04.htm | 2 +- .../a1.htm | 2 +- .../a2.htm | 2 +- .../a3.htm | 4 +-- .../a4.htm | 2 +- .../a5.htm | 2 +- .../a6.htm | 2 +- .../quests/Q505_BloodOffering/guide.htm | 4 ++- .../quests/Q505_BloodOffering/riftpost-1.htm | 4 ++- .../quests/Q505_BloodOffering/riftpost-2.htm | 4 ++- .../quests/Q505_BloodOffering/witch.htm | 4 ++- .../quests/Q617_GatherTheFlames/31271-01.htm | 2 +- .../quests/Q617_GatherTheFlames/31271-02.htm | 2 +- .../Q655_AGrandPlanForTamingWildBeasts/a1.htm | 2 +- .../Q655_AGrandPlanForTamingWildBeasts/a2.htm | 2 +- .../Q655_AGrandPlanForTamingWildBeasts/a3.htm | 4 +-- .../Q655_AGrandPlanForTamingWildBeasts/a4.htm | 2 +- .../Q655_AGrandPlanForTamingWildBeasts/a5.htm | 2 +- .../Q655_AGrandPlanForTamingWildBeasts/a6.htm | 4 +-- .../java/org/l2jmobius/Config.java | 2 ++ .../l2jmobius/gameserver/cache/HtmCache.java | 5 +++ .../dist/game/config/General.ini | 4 +++ .../FortressSiegeManager-13.html | 2 +- .../32055-05.html | 2 +- .../31961-02.htm | 2 +- .../31961-14.html | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../quests/Q00336_CoinsOfMagic/30232-13.html | 2 +- .../quests/Q00336_CoinsOfMagic/30232-14.html | 2 +- .../Q00352_HelpRoodRaiseANewPet/31067-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../30291-17.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../FortressSiegeManager-13.html | 2 +- .../32055-05.html | 2 +- .../31961-02.htm | 2 +- .../31961-14.html | 2 +- .../Q00134_TempleMissionary/31418-03.html | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../quests/Q00336_CoinsOfMagic/30232-13.html | 2 +- .../quests/Q00336_CoinsOfMagic/30232-14.html | 2 +- .../Q00352_HelpRoodRaiseANewPet/31067-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-01.htm | 2 +- .../Q00617_GatherTheFlames/31271-02.htm | 2 +- .../30291-17.html | 2 +- .../32760-04b.html | 5 +-- .../32793-01.html | 3 +- .../Q10504_JewelOfAntharas/30755-08.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../ChefMonkeyEvent/ev_chef_monkey001.htm | 5 ++- .../ChefMonkeyEvent/ev_chef_monkey002.htm | 6 ++-- .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/teleporter/31085.htm | 2 +- .../dist/game/data/html/teleporter/31086.htm | 2 +- .../dist/game/data/html/teleporter/31087.htm | 16 +++------ .../dist/game/data/html/teleporter/31089.htm | 16 +++------ .../dist/game/data/html/teleporter/34056.htm | 2 +- .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/teleporter/31085.htm | 2 +- .../dist/game/data/html/teleporter/31086.htm | 2 +- .../dist/game/data/html/teleporter/31087.htm | 16 +++------ .../dist/game/data/html/teleporter/31089.htm | 16 +++------ .../dist/game/data/html/teleporter/34056.htm | 2 +- .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../dist/game/data/html/teleporter/31085.htm | 2 +- .../dist/game/data/html/teleporter/31086.htm | 2 +- .../dist/game/data/html/teleporter/31087.htm | 16 +++------ .../dist/game/data/html/teleporter/31089.htm | 16 +++------ .../dist/game/data/html/teleporter/34056.htm | 2 +- .../ai/areas/DungeonOfAbyss/Tores/31778.htm | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- .../dist/game/config/General.ini | 4 +++ .../Q00080_SagaOfTheWindRider/stone32.htm | 2 +- .../quests/Q00087_SagaOfEvasSaint/stone32.htm | 2 +- .../Q00089_SagaOfTheMysticMuse/stone32.htm | 2 +- .../stone32.htm | 2 +- .../Q00100_SagaOfTheMaestro/erikrams2.htm | 2 +- .../Q00215_TrialOfThePilgrim/30649-04.html | 6 ++-- .../Q00227_TestOfTheReformer/30669-02.html | 2 +- .../Q00227_TestOfTheReformer/30669-03.html | 2 +- .../java/org/l2jmobius/Config.java | 6 ++++ .../l2jmobius/gameserver/cache/HtmCache.java | 9 ++++- 714 files changed, 1240 insertions(+), 1179 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini b/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini index c05bd761cc..864cd737db 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini +++ b/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini @@ -245,6 +245,10 @@ ForceInventoryUpdate = False # Default: False LazyCache = False +# Check if html files contain non ASCII characters. +# Default = True +CheckHtmlEncoding = True + # Cache all character names in to memory on server startup # False - names are loaded from Db when they are requested # True - decrease Db usage , increase memory consumption diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33488-8.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33488-8.htm index 04d74a066e..e853045fb9 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33488-8.htm +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33488-8.htm @@ -1,3 +1,3 @@
Akram: