I am getting some foreign language/accented words in JSON response. (eg.: matelassé
, décor
), this should be displayed as: matelassé
and décor
).
How should I handle this in my Swift app while displaying these words on label?
Also, these are not only two words, there are many more such words. So expecting a generic way to handle this.