https://en.wikipedia.org/wiki/Unicode#General_Category_property 

This section in the wp entry lists these categories.

So, in Go, actually, all identifiers can be in practically any language. 
Even many of those funny african scripts and west asian languages!

On Friday, 3 May 2019 17:17:56 UTC+2, Jan Mercl wrote:
>
> On Fri, May 3, 2019 at 5:14 PM Louki Sumirniy 
> <louki.sumi...@gmail.com <javascript:>> 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