top | item 47058039 (no title) adzm | 13 days ago > Till next 'tim'It took me a few times to see the morged version actually says tiന്ന discuss order hn newest zahlman|13 days ago For the curious: $ python -c 'print(list(map(__import__("unicodedata").name, "ന്ന")))' ['MALAYALAM LETTER NA', 'MALAYALAM SIGN VIRAMA', 'MALAYALAM LETTER NA'] (The "pypyp" package, by Python core dev and mypy maintainer Shantanu Jain, makes this easier:) $ pyp 'map(unicodedata.name, "ന്ന")' MALAYALAM LETTER NA MALAYALAM SIGN VIRAMA MALAYALAM LETTER NA
zahlman|13 days ago For the curious: $ python -c 'print(list(map(__import__("unicodedata").name, "ന്ന")))' ['MALAYALAM LETTER NA', 'MALAYALAM SIGN VIRAMA', 'MALAYALAM LETTER NA'] (The "pypyp" package, by Python core dev and mypy maintainer Shantanu Jain, makes this easier:) $ pyp 'map(unicodedata.name, "ന്ന")' MALAYALAM LETTER NA MALAYALAM SIGN VIRAMA MALAYALAM LETTER NA
zahlman|13 days ago