R r3dn4x A-Parser Enterprise License A-Parser Enterprise Feb 4, 2016 #1 Is there a way to strip diacritics from parsed text? Like this: http://www.siao2.com/2005/02/19/376617.aspx
Is there a way to strip diacritics from parsed text? Like this: http://www.siao2.com/2005/02/19/376617.aspx
R r3dn4x A-Parser Enterprise License A-Parser Enterprise Feb 4, 2016 #2 I ended up just doing a bunch of regex replaces, in case anyone else runs into this: [ÀÁÂÃÄÅ] to A [àáâãäå] to a [ÈÉÊË] etc [é] [í] [ó] [úü] [ñ] [Ñ]
I ended up just doing a bunch of regex replaces, in case anyone else runs into this: [ÀÁÂÃÄÅ] to A [àáâãäå] to a [ÈÉÊË] etc [é] [í] [ó] [úü] [ñ] [Ñ]
Support Administrator Staff member A-Parser Enterprise Feb 4, 2016 #3 r3dn4x said: I ended up just doing a bunch of regex replaces, in case anyone else runs into this: Click to expand... This is the only way solve the problem.
r3dn4x said: I ended up just doing a bunch of regex replaces, in case anyone else runs into this: Click to expand... This is the only way solve the problem.