try this https://github.com/FGRibreau/node-unidecode
Am Montag, 14. Januar 2013 11:04:43 UTC+1 schrieb Danilo Luiz Rheinheimer Danilo: > > Hi, > > Someone is aware os a funcion to remove diacritics (accebts) from words > on node.js string. In fact what I want is to replace the char with the > diacritic with his version without the diacritic. > > If I have a string like : > > Imóvel > > I want the funcion result to be : > > Imovel > > > > Danilo. > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
