0

I have a file that contains people's first and last names. The names are entered by the user, and it is basically free format (not in my control to restrict the input values allowed). This has resulted in entries like the following:

enter image description here

With the exception of row 12, all the other entries have issues with additional "images" (not even sure that is the right term) being entered in the field.

Obviously using ord() to replace them with nothing is not possible, as is will strip away large amounts of valid characters, such as the Chinese script, and other languages that do not use the roman alphabet.

Is there a way to strip these "images" from the field, without removing valid characters?

Clauric
  • 1,826
  • 8
  • 29
  • 48

0 Answers0