Dear Stata community
I have a string variable that consists of names with accent signs (special characters). For example, it would include names like "Côte d'Ivoire" and "Guinée". The problem is, I need to use this string variable to merge my dataset with another dataset, which contains the names without accent signs (so, just "Cote d'Ivoire" and "Guinee", for example).
Does anyone know of some command that can 'strip out' the accent signs from my first string variable while retaining the underlying letter, such that it is possible to merge with the string variable not containing accent signs?
Thank you so much in advance for any kind advice!
I have a string variable that consists of names with accent signs (special characters). For example, it would include names like "Côte d'Ivoire" and "Guinée". The problem is, I need to use this string variable to merge my dataset with another dataset, which contains the names without accent signs (so, just "Cote d'Ivoire" and "Guinee", for example).
Does anyone know of some command that can 'strip out' the accent signs from my first string variable while retaining the underlying letter, such that it is possible to merge with the string variable not containing accent signs?
Thank you so much in advance for any kind advice!
Comment