From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/CountryFlags/src/ip2country.cpp | 2 +- plugins/CountryFlags/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CountryFlags/src') diff --git a/plugins/CountryFlags/src/ip2country.cpp b/plugins/CountryFlags/src/ip2country.cpp index d51373e7d2..1014bb8753 100644 --- a/plugins/CountryFlags/src/ip2country.cpp +++ b/plugins/CountryFlags/src/ip2country.cpp @@ -216,7 +216,7 @@ static int EnumIpDataLines(const char *pszFileCSV,const char *pszFileOut) mir_wstrcpy(pszCountry,"UNITED KINGDOM"); else if (!mir_wstrcmpi(pszTwo,"JE")) /* map error */ mir_wstrcpy(pszCountry,"UNITED KINGDOM"); - else if (!mir_wstrcmpi(pszTwo,"AX")) /* Åland Island belongs to Finland */ + else if (!mir_wstrcmpi(pszTwo,"AX")) /* Еland Island belongs to Finland */ mir_wstrcpy(pszCountry,"FINLAND"); else if (!mir_wstrcmpi(pszTwo,"ME")) mir_wstrcpy(pszCountry,"MONTENEGRO"); diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index ef8b49dd71..7db3bc805b 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "H. Herkenrath" #define __AUTHOREMAIL "hrathh@users.sourceforge.net" #define __AUTHORWEB "https://miranda-ng.org/p/Flags/" -#define __COPYRIGHT "© 2006-2007 H. Herkenrath" +#define __COPYRIGHT "© 2006-2007 H. Herkenrath" -- cgit v1.2.3