This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
01:17 Manifest0 left 01:32 bent_fingers left 04:29 human-blip left 06:44 human-blip joined 09:02 Manifest0 joined 10:21 DarthGandalf left 10:38 DarthGandalf joined 20:06 bent_fingers joined
Manifest0 How do i display a unicode flag in raku? I'm trying to display for example the EU flag and i only get the letters EU... 22:08
I'm using the codes from www.unicode.org/emoji/charts/full-...-list.html 22:09
say "\x1F1EA\x1F1FA" -> EU
lizmat Manifest0: perhaps this can be of service? raku.land/zef:lizmat/Text::Flags 23:15
Manifest0 lizmat, it will for now thanks! 23:20
it still doesn't work. So i guess it's an issue in my system. 23:23
say "%flags<NL>"; just prints NL 23:24
:-|
oh. It's my terminal. 23:26
with konsole it works fine