<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>🏳️‍⚧️ &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/%f0%9f%8f%b3%ef%b8%8f%e2%9a%a7%ef%b8%8f/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Sat, 04 Apr 2026 08:53:17 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>🏳️‍⚧️ &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Some thoughts on "Hacking the Cis-tem"]]></title>
		<link>https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/</link>
					<comments>https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 04 Apr 2023 11:34:49 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[trans]]></category>
		<category><![CDATA[🏳️‍⚧️]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=45240</guid>

					<description><![CDATA[I recently read a wonderful paper by Mar Hicks called &#34;Hacking the Cis-tem&#34; which is about database design in the 1960s and the nascent digital state&#039;s approach to transgender individuals.  It&#039;s a short and readable paper with some jaw-dropping anecdotes. Like the man who immediately got a pay rise after his transition, despite working in exactly the same job as before; women were on a lower pay…]]></description>
										<content:encoded><![CDATA[<p>I recently read a wonderful paper by <a href="https://marhicks.com/profile.html">Mar Hicks</a> called "Hacking the Cis-tem" which is about database design in the 1960s and the nascent digital state's approach to transgender individuals.</p>

<p>It's a short and readable paper with some jaw-dropping anecdotes. Like the man who immediately got a pay rise after his transition, despite working in exactly the same job as before; women were on a lower pay scale...</p>

<p>At a basic level you can see why, when computer memory was measured in tens of kilobytes, it made sense to say <code>male==0</code> and <code>female==1</code>. Why waste precious bits on something which could only ever be binary? Why create an option to change a data field which is immutable? Why design a schema which would allow a woman to be married to another woman?</p>

<p>And yet, even with those constraints, people were able to change their "official" gender within the database. Oh, sure, there were all sorts of cludges (both technical and political) - but it <em>was</em> possible.</p>

<p>The paper sparked four main thoughts for me.</p>

<h2 id="theres-no-such-thing-as-immutable"><a href="https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#theres-no-such-thing-as-immutable">There's No Such Thing As Immutable</a></h2>

<p>For all the talk of Blockchain solving the world's issues (🤣) sometimes it is necessary to "rewrite history". People make mistakes. Assumptions change. Knowledge improves. Lots of facts, it turns out, are matters of perspective.</p>

<p>A really good example of this is time.  I don't mean pesky things like timezones and leap seconds. I mean that, due to general relativity, <a href="https://www.bbc.co.uk/newsround/64801599">one second on the moon is not equal to one second on Earth</a>.  How does your time-ordered database cope with that?</p>

<p>You might very well live in a culture where divorce is impossible, or where <a href="https://www.gov.uk/government/publications/criminal-law-rape-within-marriage">sexual consent cannot ever be revoked</a>, or where a person can only be married to one other person at a time. But these are all societal conventions which are liable - and indeed likely - to change.</p>

<p>I'm <em>almost</em> tempted to say that the <code>boolean</code> type shouldn't exist in modern databases!</p>

<h2 id="diverse-teams-build-better-products"><a href="https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#diverse-teams-build-better-products">Diverse Teams Build Better Products</a></h2>

<p>I don't know how many computer programmers in the 1960s were part of the LGBTQ+ community. And I don't know how accepting their colleagues would have been of them.</p>

<p>Perhaps you have read and memorised every single one of the <a href="https://github.com/kdeldycke/awesome-falsehood">Falsehoods Programmers Believe About...</a> lessons. But surely it is more efficient to build a team who are empowered enough to confidently correct their colleagues' incorrect assumptions about how the world is arranged?</p>

<p>We bake rigid assumptions into our designs not out of malign intent (usually) but because we're ignorant.  That's only shameful if we refuse to listen to other people's experiences.</p>

<h2 id="computers-serve-humans-not-the-other-way-around"><a href="https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#computers-serve-humans-not-the-other-way-around">Computers Serve Humans - not the other way around</a></h2>

<p>Most of us have been forced to lie to a computer at one time or another. Perhaps it is a system which insists that you <em>must</em> have a US-style ZIP code. Or that your name <em>must</em> be longer that three characters. Or that you don't have an apostrophe in your email address. Or that your wife is Mrs, not Ms.</p>

<p>I know for sure that you've filled in a paper form where the boxes were too small and you've had to decide how to truncate your data.</p>

<p>Why? Because people have designed a schema which doesn't account for the variety in the world.</p>

<h2 id="todays-constraints-arent-tomorrows"><a href="https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#todays-constraints-arent-tomorrows">Today's constraints aren't tomorrow's</a></h2>

<p>As I said at the start, it's understandable that designers designed around the constraints they faced. But these days, we have an awareness of the likely progress of technology.</p>

<p>It's said that the Apollo Moon landings were only possible because the designers <a href="https://web.archive.org/web/20230326154258/https://archive.canadianbusiness.com/blogs-and-comment/stop-using-gretzky-where-the-puck-is-quote/">skated to where the puck was <em>going</em> to be</a>. They made reasonable assumptions about what technology was going to be developed in the future.</p>

<p>Yes, we should try and build things which perform well on existing and historic hardware. But we can't ignore the fact that tomorrow's computers will be smaller, faster, cheaper, and more efficient.</p>

<p>Does it make sense to store a human's name as:</p>

<pre><code class="language-sql">CREATE TABLE people (
  name VARCHAR(32) CHARACTER SET latin1
);
</code></pre>

<p>Probably not. Disk space is cheap and getting cheaper. Perhaps people of the future will have names consisting of 500 emoji? Or perhaps people with "exotic" Unicode characters will want to use our services.</p>

<p>Oh, I'm sure there will be a performance hit if every column is essentially unlimited. But that's an argument to design better database engines - not to limit human expression.</p>

<h2 id="read-more"><a href="https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/#read-more">Read More</a></h2>

<p>You can <a href="https://doi.org/10.1109/MAHC.2019.2897667">read "Hacking the Cis-tem" in the IEEE</a> or, if that's not available to you, <a href="https://marhicks.com/writing/hicks-hackingthecistempreprint.pdf">read the pre-print</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=45240&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2023/04/some-thoughts-on-hacking-the-cis-tem/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Book Review: The Transgender Issue - An Argument for Justice by Shon Faye ★★★★⯪]]></title>
		<link>https://shkspr.mobi/blog/2021/09/book-review-the-transgender-issue-an-argument-for-justice-by-shon-faye/</link>
					<comments>https://shkspr.mobi/blog/2021/09/book-review-the-transgender-issue-an-argument-for-justice-by-shon-faye/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 16 Sep 2021 11:34:35 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[NetGalley]]></category>
		<category><![CDATA[trans]]></category>
		<category><![CDATA[🏳️‍⚧️]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=40237</guid>

					<description><![CDATA[Trans people in Britain today have become a culture war &#039;issue&#039;. Despite making up less than one per cent of the country&#039;s population, they are the subjects of a toxic and increasingly polarized &#039;debate&#039; which generates reliable controversy for newspapers and talk shows. This media frenzy conceals a simple fact: that we are having the wrong conversation, a conversation in which trans people…]]></description>
										<content:encoded><![CDATA[<img src="https://shkspr.mobi/blog/wp-content/uploads/2021/09/tranissue.jpg" alt="Book cover of The Transgender Issue." width="220" class="alignleft size-full wp-image-40238">

<blockquote><p>Trans people in Britain today have become a culture war 'issue'. Despite making up less than one per cent of the country's population, they are the subjects of a toxic and increasingly polarized 'debate' which generates reliable controversy for newspapers and talk shows. This media frenzy conceals a simple fact: that we are having the wrong conversation, a conversation in which trans people themselves are reduced to a talking point and denied a meaningful voice.</p>

<p>In this powerful new book, Shon Faye reclaims the idea of the 'transgender issue' to uncover the reality of what it means to be trans in a transphobic society. In doing so, she provides a compelling, wide-ranging analysis of trans lives from youth to old age, exploring work, family, housing, healthcare, the prison system and trans participation in the LGBTQ+ and feminist communities, in contemporary Britain and beyond.</p></blockquote>

<p>I don't get it. I just don't. Where does all this anti-trans angst come from? I have trans friends. It doesn't cause me any distress. When a friend told me that they were trans,  I... Well, look, I can't say I didn't <em>care</em> - I wanted them to be happy and safe - but it didn't <em>bother</em> me. Is it a bit cumbersome remembering a different name and pronouns? Sure. But it's no harder than remembering <strong>Miss</strong> Smith is now <strong>Mrs</strong> Jones.  Is it a bit discomforting to hear about some of the medical issues they face? Yup. But I'd be just as green-gilled if they were talking about a burst appendix.</p>

<p>Should trans-folk use the same toilets as cis-folk? I genuinely don't care as long as they don't piss all over the floor. The only thing that bothers me is that there just aren't enough toilets. When I'm king, every toilet will be an accessible, unisex stall, with a sanitary bin for those that need it. We shouldn't be restricting who gets to use "our" loo - we should be building more loos!</p>

<p>The existence of trans folk has zero negative impact on my life It's like the argument against equal marriage. If you don't want gay people to get married - don't marry someone who is gay.  So why do other people get so wound up by the "Transgender Issue"?</p>

<p>This book presents some of the flimsy arguments that people wield against the trans community - and demolishes them with ease.  But, if you're so far down the rabbit hole that you think trans-folk are an existential threat to your way of life, then I'm not sure if this book will change your mind.</p>

<p>Shon Faye presents her case with plenty of data and anecdotes to cut through the blustering rage from the media. It has a strong UK focus - with occasionally dips into USA and EU issues. Again, it's good to remember that the UK has its own unique set of issues - even if we are in the orbit of two outsized cultural influences.</p>

<p>The book covers history, common myths, and contemporary issues. You can feel the righteous indignation behind each paragraph, and it would be easy for the author to lapse into a howl of rage, but she stays remarkably calm.</p>

<p>She handles the delicate subject of how to help trans kids with sensitivity and rationality. Far away from the usual moral panics, the book sets out <em>why</em> it is necessary to support kids in a hostile world and <em>how</em> to do it safely.</p>

<p>There are a few parts which I think make poor arguments. Much like the book "<a href="https://shkspr.mobi/blog/2021/07/book-review-no-bath-but-plenty-of-bubbles-an-oral-history-of-the-gay-liberation-front-1970-73-by-lisa-power/">No Bath But Plenty Of Bubbles: An Oral History of the Gay Liberation Front </a>" there's an assumption that LBGTQ+ acceptance means the necessary reconfiguration of society into a socialist paradise. It's an argument I have sympathy with - but I don't think it is particularly convincing. There are plenty of gay investors, lesbian landlords, and trans CEOs - do they all want the abolition of capitalism?</p>

<p>Similarly, should we reform prisons? Absolutely. Does it have much to do with the Transgender Issue? I don't think so. As the book points out, trans-people are a minority and only have the tiniest impact on the prison system - they cannot simultaneously be insignificant <em>and</em> be a compelling reason for abolishing prisons.</p>

<p>In the end, this is an excellent book. It distresses me that some people spend so much of their time, effort, and money to demonise a minority. Undoubtedly there are some difficult questions to be asked about how we alter society to accommodate people who don't feel that they fit. But that doesn't necessitate witch-hunts and pearl-clutching.</p>

<p>Here's the thing. The only slight bit of gender non-conformity I exhibit is long hair. Very rarely, someone makes a snarky comment. Even rarer, someone misgenders me.  Also, I'd kinda like to wear a utility-kilt, but don't really want yobs beating me up because I'm "in a skirt". Total liberation for my trans friends <em>also</em> liberates me. There's no downside here.</p>

<p>I thoroughly recommend this book - and will be buying a copy for a few friends.</p>

<p>Thanks to NetGalley for the review copy. The book is available now.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=40237&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2021/09/book-review-the-transgender-issue-an-argument-for-justice-by-shon-faye/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Book Review: The Hidden Case of Ewan Forbes by Zoë Playdon ★★★★★]]></title>
		<link>https://shkspr.mobi/blog/2021/08/book-review-the-hidden-case-of-ewan-forbes-by-zoe-playdon/</link>
					<comments>https://shkspr.mobi/blog/2021/08/book-review-the-hidden-case-of-ewan-forbes-by-zoe-playdon/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 11:38:20 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[NetGalley]]></category>
		<category><![CDATA[trans]]></category>
		<category><![CDATA[🏳️‍⚧️]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=39748</guid>

					<description><![CDATA[Ewan Forbes was born Elizabeth Forbes to a wealthy landowning family in 1912. It quickly became clear that the gender applied to him at birth was not correct, and from the age of six he began to see specialists in Europe for help. With the financial means of procuring synthetic hormones, Ewan was able to live as a boy, and then as man, and was even able to correct the gender on his birth…]]></description>
										<content:encoded><![CDATA[<img src="https://shkspr.mobi/blog/wp-content/uploads/2021/07/cover227948-medium.png" alt="Book cover with a big red cross on it." width="200" class="alignleft size-full wp-image-39750">

<blockquote><p>Ewan Forbes was born Elizabeth Forbes to a wealthy landowning family in 1912. It quickly became clear that the gender applied to him at birth was not correct, and from the age of six he began to see specialists in Europe for help. With the financial means of procuring synthetic hormones, Ewan was able to live as a boy, and then as man, and was even able to correct the gender on his birth certificate in order to marry.</p>

<p>In The Hidden Case of Ewan Forbes, Zoë Playdon draws on the fields of law, medicine, psychology and biology to reveal a remarkable hidden history, uncovering for the first time records that were considered so threatening that they had been removed from view for decades.</p></blockquote>

<p>This book is <em>weird</em>. It starts with an utterly improbable - but completely true - premise; what if there was a secret court case which set back the cause of trans rights for half a century?</p>

<p>And, yet, that's where we are. Complex and secretive bureaucracies fighting against open publication. The open data nerd in me was thrilled and appalled.</p>

<p>The book is a meticulous exploration of the trans* experience during the last century.  As well as a detailed journey through Ewan's life, it expertly explains the context of what he - and others - were going through.</p>

<p>It is thoroughly sympathetic to Ewan's plight. Nevertheless, I found there to be something a bit ghoulish about an unauthorised biography of someone who wanted aspects of their life kept private. There's a fair bit of "We don't know how Ewan felt about this, but..." which is a problem with every unauthorised biography. But it never puts words in his mouth - and always contextualises the likelihood of his possible response.</p>

<p>The story, ironically, is one of intense privilege. Ewan and his family were literal nobility. With money and connections, he was able to access a level of healthcare which is unthinkable even to this day. Dining with royalty and being seen by the Queen's surgeon buys access to a level of "respectability" that is out of reach for the majority of people.</p>

<p>Ewan's story dominates the book - but not to the exclusion of others.  It pulls in the stories and court cases of contemporary people - mostly from the UK, with some occasional forays into the EU, US, and Australia. It's brilliant to see a book so passionately explore the UK's attitude to trans rights. Too often these books are only viewed through a US lens. This is clearly focussed on the UK - Scotland in particular - and the implications it has for our country.</p>

<p>At its heart is the surprising revelation that there's a constitutional crisis born out of the inherent hetrosexism of primogeniture.  The make-believe idea that artificially constructed titles <em>must</em> be passed down the male line. If not, our country and culture will collapse. Without a workable definition of male and female, and the acknowledgement that recording of natal sex isn't immutable, the whole edifice quickly crumbles.</p>

<p>The end of the book left me upset.  How can we <em>still</em> be fighting these battles? Why are waiting times so long? What drives the gutter press to such depths of depravity?</p>

<p>It is an excellent biography - not just of a man, but of a country and of a culture.</p>

<p>An important and timely book.</p>

<p>Thanks to NetGalley for the review copy. The book is released later this year and can be pre-ordered from the following sites:</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=39748&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2021/08/book-review-the-hidden-case-of-ewan-forbes-by-zoe-playdon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Quirks and Limitations of Emoji Flags]]></title>
		<link>https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/</link>
					<comments>https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 26 Jun 2019 11:32:26 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[emoji]]></category>
		<category><![CDATA[flags]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[🏳️‍⚧️]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32374</guid>

					<description><![CDATA[This blog post contains emoji which your system may not be able to display.  You may see broken text, weird symbols, or other buggy rendering.  The Transgender Flag is a draft candidate for Emoji 13.0 under the name Blue, Pink, and White Flag. A number of platforms include an image for this emoji, but do not show it on the emoji keyboard. As of June 2019 this is now supported on Twitter platforms …]]></description>
										<content:encoded><![CDATA[<p>This blog post contains emoji which your system may not be able to display.  You may see broken text, weird symbols, or other buggy rendering.</p>

<blockquote><p>The Transgender Flag is a draft candidate for Emoji 13.0 under the name Blue, Pink, and White Flag.
A number of platforms include an image for this emoji, but do not show it on the emoji keyboard. As of June 2019 this is now supported on Twitter platforms that use Twemoji.
<a href="https://emojipedia.org/transgender-flag/">Emojipedia</a></p></blockquote>

<p>The (proposed) Transgender Flag looks like this <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" style="width: 2em; border-radius:0;"><path fill="#5BCEFA" d="M0 27c0 2.209 1.791 4 4 4h28c2.209 0 4-1.791 4-4v-1.2H0V27zM36 9c0-2.209-1.791-4-4-4H4C1.791 5 0 6.791 0 9v1.2h36V9z"></path><path fill="#F5A9B8" d="M.026 10.1L0 15.4h36v-5.2l-20.5-.1zm0 10.4L0 25.8h36v-5.2l-20.5-.1z"></path><path fill="#EEE" d="M.026 15.3L0 20.6h36v-5.2l-20.5-.1z"></path></svg> (image) or like this <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏳️‍⚧️</span> (emoji).  It is a composite character consisting of four elements:</p>

<ul>
<li><span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏳️</span>  waving white flag (U+1F3F3)</li>
<li>Variation selector-16  (U+FE0F)</li>
<li><span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">⚧️</span>  male with stroke and male and female sign (U+26A7)</li>
<li>Variation selector-16  (U+FE0F)</li>
</ul>

<p>The Variation Selector basically says, "treat the preceding character as a colourful emoji rather than a normal character."</p>

<p>So, how do emoji flags work? There are, broadly speaking, 4 types of emoji flags.</p>

<h2 id="natural-flags"><a href="https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#natural-flags">Natural Flags</a></h2>

<p>There are seven flag characters in Unicode:</p>

<p><span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏁🎌🏳️🏴⛳🚩</span><span style="font-size:2em;border-radius: 0;line-height: 2em; padding: .1em;">⛿</span></p>

<p>They are independent characters. Use them however you like.</p>

<h2 id="country-flags"><a href="https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#country-flags">Country Flags</a></h2>

<p>(Almost) every country has an emoji flag in Unicode.  Here's the UK's <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🇬🇧</span>
Rather than take up loads of space in the spec with each flag, Unicode uses "Regional Identifier Letters."  Take the country's two letter ISO 3166-1 alpha-2 code, place them next to each other with no spaces, and a flag will magically appear.</p>

<p>The flag of "United Kingdom of Great Britain and Northern Ireland" is the symbol 🇬 and 🇧 placed together. Not 🇺 and 🇰 - because that would make life too easy!</p>

<h2 id="regional-flags"><a href="https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#regional-flags">Regional Flags</a></h2>

<p>Wales is a country within the UK. It has its own flag <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏴󠁧󠁢󠁷󠁬󠁳󠁿</span>.
Texas is a state within the USA. It has its own flag <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏴󠁵󠁳󠁴󠁸󠁿</span>.</p>

<p>The way these flags are constructed is different from the country flags.</p>

<p>Wales is 🏴 (Waving Black Flag) then the "Tag Latin Small" letters G, B, W, L, S, then the "Cancel Tag" symbol.</p>

<p>Texas uses Tag Latin Small Letters U, S, T, X, and then the Cancel Tag.</p>

<p>The "Tag Latin" block was <a href="https://en.wikipedia.org/wiki/Tags_(Unicode_block)">originally intended for the invisible mark-up of documents</a> - that's no longer recommended. They are now only used for modifying emoji.</p>

<p>Most systems do not support regional flags other than England, Scotland, and Wales.</p>

<h2 id="symbolic-flags"><a href="https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#symbolic-flags">Symbolic Flags</a></h2>

<p>Finally, we get on to flags which are in widespread use, but don't belong to geographical or regional identities.</p>

<ul>
<li>The Pirate Flag <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏴‍☠️</span> is <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏴</span>, variation selector-16, and <span style="font-size:2em;">☠</span> (Skull and Crossbones)</li>
<li>The Pride / Rainbow Flag is <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🏳️‍🌈</span> - this uses the white <span style="font-size:2em;border-radius: 0;line-height: 2em; padding: .1em;">🏳</span> flag, variation selector-16, and <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🌈</span> (Rainbow).</li>
</ul>

<p>So, there are <strong>six</strong> possible ways to write a flag in Unicode:</p>

<ol>
<li>a unique character,</li>
<li>a pair of letters,</li>
<li>a black flag and tag characters,</li>
<li>a black flag with a variation and an emoji</li>
<li>a white flag with a variation and an emoji</li>
<li>a white flag with a variation and a character with a variation</li>
</ol>

<h2 id="limitations"><a href="https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/#limitations">Limitations</a></h2>

<p>No historic flags.  The flag of the USA has changed several times over the country's history - more recently <a href="https://en.wikipedia.org/wiki/Flag_of_Afghanistan#Historical_flags">the flag of Afghanistan has changed</a>. The emoji flag is always the most recent version.</p>

<p>Flags of countries which no longer exist. Countries change, merge, and collapse. There's <a href="https://github.com/Crissov/unicode-proposals/issues/204">no flag for the Soviet Union</a> or Yugoslavia for example.</p>

<p>Contentious flags. The <a href="https://www.taiwannews.com.tw/en/news/3404781">emoji flag of Taiwan <span style="font-size:2em;background:#fff;border-radius: 0;line-height: 2em; padding: .1em;">🇹🇼</span> is banned in China</a>.  There are regions around the world which have their own flag, but aren't always recognised as distinct countries.</p>

<p>Counting is hard. To a human, a single flag looks like one character 🇬🇧. But to a computer, it could look like several. On a service like Twitter which has a 280 character limitation that can cause confusion for the user. The number of characters a user thinks they've written may be at odds with what the computer says.</p>

<p>The biggest limitation is the time it takes for emoji to filter their way down to every computer.  Hopefully you'll soon see 🏳️‍⚧️ as a flag, rather than an odd looking emoji sequence.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32374&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/06/quirks-and-limitations-of-emoji-flags/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
