Searching for non-breaking space

Is it possible to search for a non-breaking space in ongoing translation?

You can search for a breaking space using the regular expressions mode:

  1. Select Regular Expressions as Search Mode.
  2. Search for \x00a0, which is the hexadecimal code of non-breaking space in Unicode.