Skip to content

Change unicode for non-standard spaces

Marcel Amirault requested to merge (removed):fix-space-unicode into master

What does this MR do?

I found that 3 files had some scattered non-standard unicode spaces:

  • U+00A0 : NO-BREAK SPACE [NBSP]
  • U+202F : NARROW NO-BREAK SPACE [NNBSP]

This MR simply cleans these up by replacing them with standard SP spaces, for consistency.

  • Ex: "This is[NBSP]an example!" changed to "This is an example!"

In the French gitlab.po file, some of the spaces were deleted instead of replaced, as it was clear that no space was supposed to be there (likely added by someone's editor by accident).

  • Ex: "This is an example[NNBSP]!" changed to "This is an example!"

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Marcel Amirault

Merge request reports