Tagged Questions
The unaccent tag has no wiki summary.
14
votes
2answers
2k views
Programatic Accent Reduction in JavaScript (aka text normalization or unaccenting)
I need to compare 2 strings as equal such as these:
Lubeck == Lübeck
In JavaScript.
Why? Well, I have an auto-completion field that's going out to a Java service using Lucene, where place names ...
5
votes
7answers
11k views
Javascript : remove accents in strings
How do I remove accentuated characters from a string ?
Especially in IE6, I had something like this :
accentsTidy = function(s){
var r=s.toLowerCase();
r = ...
0
votes
1answer
161 views
Cannot find PGXS for Postgresql 8.4 on Ubuntu
I am trying to install the contrib/unaccent package for Postgresql 8.4 on my Ubuntu box. But I got the error message when I typed make:
/usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk: No ...