On Tuesday, 3 July 2018 at 14:37:32 UTC, Adam D. Ruppe wrote:
On Tuesday, 3 July 2018 at 13:32:52 UTC, aliak wrote:
[...]
What system are you on? Successfully printing this stuff
depends on a lot of display details too, like writeln goes to a
terminal/console and they are rarely configured to support such
characters by default.
You might actually be better off printing it to a file instead
of to a display, then opening that file in your browser or
something, just to confirm the code printed is correctly
displayed by the other program.
[...]
prolly just printing `c` itself would work and if not try `c[]`
but then again it might see it as multiple graphemes, idk if it
is even implemented.
Just 'c' didn't but 'c[]' seems like the thing to do! Thankies!
Terminal on osx, and yeah you're right. Seems like just trying to
paste rainbow flag right in to terminal results in the 3 separate
code points