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

how to handle multi byte characters ? #416

Closed
misogihagi opened this issue Jun 22, 2020 · 1 comment
Closed

how to handle multi byte characters ? #416

misogihagi opened this issue Jun 22, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists
Milestone

Comments

@misogihagi
Copy link

my code like this

                .push(
                    Button::new(&mut self.reset_button, Text::new("RESET"))
                        .on_press(Message::Reset),
                )

but the result showed this
000

iced supports multi byte characters?

@hecrj
Copy link
Member

hecrj commented Jun 22, 2020

See #33.

@hecrj hecrj closed this as completed Jun 22, 2020
@hecrj hecrj added the duplicate This issue or pull request already exists label Jun 22, 2020
@hecrj hecrj added this to the 1.0.0 milestone Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants