Just reading a web page here on the C# language specificaion https://msdn.microsoft.com/en-us/library/aa664665(v=vs.71).aspx there is some text that says "Any character with Unicode class Zs", in the context of defining white space.
Please, what is meant by "Any character with Unicode class Zs"?
It might be linked to regular expressions, adding regex tag.