Norwegian Characterset
I am creating a search function for my website and after som initial problems it is now working, well almost.It will not return any results if I use norwegian characters like æ, ø and å - also in uppercase Æ, Ø and Å.
View Replies
We need to integrate an RSS feed in a webpage using ASP.
I've been testing out the great script at ByteScout:
http://bytescout.com/how_to_display_rss_using_asp.html
It worked very well, but I couldn't make it work with feeds using Norwegian characters (æ, ø, å), e.g. Aftenposten:
www.aftenposten.no/eksport/rss-1_0/
The script simply crashed.
View Replies
View Related
I have a database which contain a field with multiple keywords. I have also created a search functionality in ASP and when searching the database I get the output I am looking for.
EXCEPT when doing a search using norwegian characters like æ, ø and å, also uppercase Æ, Ø and Å. The field in the database has these keywords I am searching for.
Does anyone have any ideas on how to get this to work??
I have tried replace(strSearch, "æ", "æ") and a number of other things but nothing works. I am sure there is a way to do this.
View Replies
View Related