On 2021-05-24 William Michels via perl6-users <perl6-users@perl.org>
wrote:
> Daniel: Thank you for your confirmation on EVAL. Also, I tried parsing
> the ATOM SYMBOL character to look at classification, and this is the
> best I could do (in the Raku REPL):
> 
> > say "⚛".uniprop
> So

Not-terribly-human-friendly abbreviation for "Symbol, other", see also
https://en.wikipedia.org/wiki/Unicode_character_property#General_Category

> > say "{uniparse 'ATOM SYMBOL'}".uniprop('Alphabetic')
> False

    > say '⚛'.uniprop('Symbol')
    1
    > say '⚛'.uniprop('Letter')
    0
    > say '⚛'.uniprop('Alphabetic')
    False

(I feel that `False` is out of place…)

-- 
        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

Reply via email to