[Modify] Add it
This commit is contained in:
@@ -393,6 +393,11 @@ namespace WebSocketSharp.Net
|
||||
_entities.Add ("euro", '\u20AC');
|
||||
}
|
||||
|
||||
private static bool isNumeric (char c)
|
||||
{
|
||||
return c >= '0' && c <= '9';
|
||||
}
|
||||
|
||||
private static bool notEncoded (char c)
|
||||
{
|
||||
return c == '!' ||
|
||||
|
Reference in New Issue
Block a user