Changes between Version 1 and Version 2 of Ticket #37543
- Timestamp:
- 08/02/2016 11:05:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37543 – Description
v1 v2 5 5 The rainbow flag in an [http://www.unicode.org/L2/L2016/16183-rainbow-flag.pdf officially documented] ZJW sequence, and can be implemented immediately, despite not being part of Unicode 9.0. It was just added to the iOS 10 beta, so we can assume it'll become more popular very soon. 6 6 7 The pirate flag is *not* an officially documented ZJW sequence, and I'm not aware of any other platforms supporting it at this time. I don't consider that to be an issue, as it doesn't break forwards compatibility (it's very unlikely that a different emoji would use the same ZJW sequence in the future, one would have to derive a different meaning from " " to even suggest it).7 The pirate flag is *not* an officially documented ZJW sequence, and I'm not aware of any other platforms supporting it at this time. I don't consider that to be an issue, as it doesn't break forwards compatibility (it's very unlikely that a different emoji would use the same ZJW sequence in the future, one would have to derive a different meaning from "skull/crossbones" + "black flag" to even suggest it). 8 8 9 9 Due to the minor nature of this change, I don't think we need to add an extra test to the twemoji loader, this can just be an update to the `twemoji.js` regex.