On Fri, May 3, 2019 at 8:25 AM Louki Sumirniy
<louki.sumirniy.stal...@gmail.com> wrote:
>
> 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!

Yes.  Note that those scripts are not funny for the people who use
them every day, they are just normal writing.

It gets a little more complicated when discussing which identifiers
are visible in other packages.  See https://golang.org/issue/5763 and
https://golang.org/issue/22188.  Separately, but related to this
general topic, see also https://golang.org/issue/20706 and
https://golang.org/issue/27896.

Ian

-- 
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