EmojiTwo / emojitwo

Fork of the last fully free EmojiOne™ 2 artwork
https://emojitwo.github.io/
Other
334 stars 54 forks source link

Flag organization #164

Closed bhargavgv closed 7 years ago

bhargavgv commented 7 years ago

How are the flags in this repo organized? I'm having a hard time finding them.

Crissov commented 7 years ago

As in most emoji graphics projects, glyph files are named by their sequence of hexadecimal Unicode code points. National flags are combinations of 2 characters in the range U+1F1E6..1F1FF called Regional Indicator Symbols. You will find the German flag, for instance, at 1f1e9_1f1ea.{svg|png}, because its ISO 3166-1 code element is de.

bhargavgv commented 7 years ago

I get it now.