react-modal-bootstrap
react-modal-bootstrap copied to clipboard
Charater encoding issue in the modal.
Somehow I'm getting this encoding issue on 'cross' button on the modal's header. I've tried fixing headers for utf-8 encoding but it doesn't work. I can't modify the js to render ascii code instead. Please help in resolving this issue.
I'm fairly new to react and I couldn't find a way to fix encoding issues in React apart from fixing my application's headers.

In your html head make sure you have
<meta charset="UTF-8">
This fixed it for me.