Skip to content

Flags don't look right in the repl #46982

@LilithHafner

Description

@LilithHafner

Expected:

julia> x = "🏳️‍⚧️"
"🏳️‍⚧️"

julia> print(x)
🏳️‍⚧️

Actual (characters):

julia> x = "🏳️‍⚧️"
"🏳️\u200d⚧️"

julia> print(x)
🏳️‍⚧️

Visual rendering on a Mac terminal:
Screen Shot 2022-09-30 at 7 12 32 AM

VSCode:
Screen Shot 2022-09-30 at 7 12 06 AM

Originally posted by @PallHaraldsson in #46104 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)unicodeRelated to unicode characters and encodings😃🍕 and other emoji

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions