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

[Question] Encoding #1932

Open
nmalocic opened this issue Oct 21, 2019 · 1 comment
Open

[Question] Encoding #1932

nmalocic opened this issue Oct 21, 2019 · 1 comment

Comments

@nmalocic
Copy link

Hi i have a case where i need to call Dialog or other components.

And i pass title that i got from translations and my special chars are encoded and shown as '

Is there any way to tell react component to show this instead of encoding?

Thanks

@paddotk
Copy link

paddotk commented Nov 14, 2019

It would help if you shared some of your code. Are you saying that all special characters are rendered as apostrophes '? In that case, you might need to parse them as html first or use ISO codes for these characters (.e.g " instead of ").
Either way, I don't think this is related to react-toolbox components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants