Back

Version 1

8/13/2023
const welshInnerCodePoints = @jdan.welshFlagCodePoints.slice(1, -1)
.map((c) => {
const codepoint = parseInt(c, 16);
return codepoint - 0xE0000;
});
Updated: October 23, 2023