1

I suddenly have the mention 'NBSP' in my strings.xml files, just before special characters (!, ?, ....)

enter image description here

These 'NBSP' do not appear in my app when I run it. Also, when I do a copy/paste, they are not copied.

I have hundreds of them in many languages. They are not found in Android Studio by CTRL+F. A mess to remove...

Any idea how to solve this problem?

Thanks

toto_tata
  • 14,526
  • 27
  • 108
  • 198

1 Answers1

2

No need to worry or do anything about them.

It's a non-breaking space character that renders as a space but prevents line breaks at that point.

laalto
  • 150,114
  • 66
  • 286
  • 303