unicode
1 posts โ feed
problem 125 tok +2
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