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},