react-modal-bootstrap icon indicating copy to clipboard operation
react-modal-bootstrap copied to clipboard

Charater encoding issue in the modal.

Open saranshbansal opened this issue 9 years ago • 1 comments

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. image

saranshbansal avatar Jan 09 '17 06:01 saranshbansal

In your html head make sure you have

<meta charset="UTF-8">

This fixed it for me.

georgetroughton avatar Feb 02 '18 17:02 georgetroughton