Hey hey people.
I am working on a project where I am using Excel in English, and I have some characters in this Excel which are in Spanish (such as tildes "Público" and "Ñ"s and such). I have a programme which uploads the Excel/CSV into an SQL file, but it doesnt read the Spanish strings properly, instead returning a Square in SQL as if it doesnt recognize the character.
What I have found is that this SQL reads things in the format "Público" properly as their Spanish strings, but misreads Spanish characters. Whoever worked on this before found a way to convert Spanish strings into strings which could be read, and I am pretty sure I've seen this weird Spanish format before when working with CSVs and Excels.
Here is a screenshot to show what I mean a bit better. The first image is what appears on the Excel.
The above "Público" are read properly, while the below "Público" are not read properly.
This second image shows how they up looking in the :
So what I am asking, could someone help me convert the Spanish strings into this weird "Format"? My guess is that this is a standard thing, but I could be wrong and it could be a quirk of the software Im using to upload the Excel/CSV.
Many thanks!
I am working on a project where I am using Excel in English, and I have some characters in this Excel which are in Spanish (such as tildes "Público" and "Ñ"s and such). I have a programme which uploads the Excel/CSV into an SQL file, but it doesnt read the Spanish strings properly, instead returning a Square in SQL as if it doesnt recognize the character.
What I have found is that this SQL reads things in the format "Público" properly as their Spanish strings, but misreads Spanish characters. Whoever worked on this before found a way to convert Spanish strings into strings which could be read, and I am pretty sure I've seen this weird Spanish format before when working with CSVs and Excels.
Here is a screenshot to show what I mean a bit better. The first image is what appears on the Excel.
The above "Público" are read properly, while the below "Público" are not read properly.
This second image shows how they up looking in the :
So what I am asking, could someone help me convert the Spanish strings into this weird "Format"? My guess is that this is a standard thing, but I could be wrong and it could be a quirk of the software Im using to upload the Excel/CSV.
Many thanks!