On Fri, May 3, 2019 at 5:14 PM Louki Sumirniy
<louki.sumirniy.stal...@gmail.com> wrote:

> If the 'letter' classification is the same as used in .NET's unicode 
> implementation, this info lists the categories of symbols that unicode 
> classifies as letters:

https://golang.org/ref/spec#Characters

""""
In The Unicode Standard 8.0, Section 4.5 "General Category" defines a
set of character categories.
Go treats all characters in any of the Letter categories Lu, Ll, Lt,
Lm, or Lo as Unicode letters, and
those in the Number category Nd as Unicode digits.
""""

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to