I have a database of books in which in the fields of titles some spaces is another character so it does not identify it as such
That makes that in my view when wanting to list books I do not make the line jump
As you can see some titles do not make the line break because spaces as such are not spaces. I already tried to do a replace but it does not identify the spaces, either with a .split (). Join () because it does not identify it either
Here is the example of joining them with commas to check that they do the methods correctly but that they do not identify the spaces and therefore they do not
Any ideas to solve it? I saw that in the base of tatos erasing those "spaces" and putting the space well solves it (change it manually). But they are more than 6000 titles, I would not like to do it manually