mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
Use waving black flag for subregion flag sequences.
This was a recent change from the UTC.
This commit is contained in:
parent
2dc2c4b53f
commit
930dfa805a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def hyphenated_code_to_glyph_name(sub_code):
|
|||
sub_code = sub_code.lower()
|
||||
if not subcode_re.match(sub_code):
|
||||
raise Exception('%s is not a valid flag subcode' % sub_code)
|
||||
cps = ['u1f3f3']
|
||||
cps = ['u1f3f4']
|
||||
cps.extend('e00%02x' % ord(cp) for cp in sub_code if cp != '-')
|
||||
cps.append('e007f')
|
||||
return '_'.join(cps)
|
||||
|
|
Loading…
Add table
Reference in a new issue