xml - How to put this symbol: " ' " (simple Quotation mark) in a XMLfile of android? -


i translating text italian, got error on line of xml of strings.xml because ' symbol on l'utente:

<string name="usernotexist">l'utente non esiste</string>  

how solve error?

try

<string name="dialog">l\'tutente non esiste </string> 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -