From 01a543e8b41fef88aec80fc0eaf013fd02406efb Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Thu, 2 Mar 2017 13:54:40 -0300 Subject: [PATCH] Fixed slight mistake in homoglyph list --- Subsurface/Source/Utils/Homoglyphs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Subsurface/Source/Utils/Homoglyphs.cs b/Subsurface/Source/Utils/Homoglyphs.cs index 248129fd0..a6ce3b32c 100644 --- a/Subsurface/Source/Utils/Homoglyphs.cs +++ b/Subsurface/Source/Utils/Homoglyphs.cs @@ -10,7 +10,7 @@ namespace Barotrauma { ///List of homoglyphs taken from https://github.com/codebox/homoglyph/ private static List homoglyphs = new List(){ - new uint[]{20,0xa0,0x1680,0x2000,0x2001,0x2002,0x2003,0x2004,0x2005,0x2006,0x2007,0x2008,0x2009,0x200a,0x2028,0x2029,0x202f,0x205f}, + new uint[]{0x20,0xa0,0x1680,0x2000,0x2001,0x2002,0x2003,0x2004,0x2005,0x2006,0x2007,0x2008,0x2009,0x200a,0x2028,0x2029,0x202f,0x205f}, new uint[]{0x21,0x1c3,0x2d51,0xff01}, new uint[]{0x24,0xff04}, new uint[]{0x25,0xff05},