[Modify] Edit it
This commit is contained in:
parent
26cdd4374f
commit
4cbb2d9008
@ -262,12 +262,12 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// MS .NET starts encoding with &# from the character code 160 and
|
/// This method starts encoding with a NCR from the character code 160
|
||||||
/// stops at the character code 255.
|
/// but does not stop at the character code 255.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// This method does not do that. One reason is the unicode characters
|
/// One reason is the unicode characters < and > that
|
||||||
/// 65308 and 65310 that look like < and >.
|
/// look like < and >.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
|
Loading…
Reference in New Issue
Block a user