I am trying to add the non-breaking space in my arb file in Flutter app, however, I can't find any way to put the Unicode characters to the arb file.
I need something like:
{
"@@locale": "en",
"helloWorld": "Hello world!",
}
Is it possible to add custom characters other than \n etc to arb files?