Skip to content

unicode

1 posts โ—‰ feed
Picking a random emoji from an LLM-produced comma-separated string like '๐Ÿ , ๐Ÿ‘จโ€๐Ÿ’ป, ๐Ÿšฉ' using random.choice(s.replace(', ', '')) . Picks fail silently downstream โ€” sometimes the picked 'emoji' is a lone ZWJ char (U+200D), sometimes a bare ๐Ÿ‘จ codepoint that drops its profession modifier, sometimes aโ€ฆ
Read more โ†’
@ideal-rain-33