Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Converters\to] Char to Binary conversion not working for Unicode characters #1745

Open
drkameleon opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
:binary bug Something isn't working :char

Comments

@drkameleon
Copy link
Collaborator

Describe the bug

$> to :char from.hex "1F604"
=> 😄

$> inspect to :char from.hex "1F604"
😄 :char

$> inspect to :binary to :char from.hex "1F604"
[ :binary
        04 
]

$> inspect to :binary to :string to :char from.hex "1F604"
[ :binary
        F0 9F 98 84 
]

$> inspect to :binary to :char from.hex "1F604"
[ :binary
        04 
]

@drkameleon drkameleon added bug Something isn't working :char :binary labels Sep 26, 2024
@drkameleon drkameleon self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:binary bug Something isn't working :char
Projects
None yet
Development

No branches or pull requests

1 participant