Special characters like unicode unbreakable space are removed
How to reproduce
Unbreakable spaces are important in some language like french, because you need a space before exclamation mark for example, but you don't want it to go on the next line and be separated from its previous word.
<Trans i18nKey="foo">bar\u00A0!<Trans> Should be extract as
Describe the bug
Special characters like unicode unbreakable space are removed
How to reproduce
Unbreakable spaces are important in some language like french, because you need a space before exclamation mark for example, but you don't want it to go on the next line and be separated from its previous word.
<Trans i18nKey="foo">bar\u00A0!<Trans>
Should be extract asBabel configuration:
cra project with override
Reproduction:
<Trans i18nKey="foo">bar\u00A0!<Trans>
should be extracted asExpected behavior
What actually happens
but is extracted as
Your environment
Additional context