This is a discussion on stopword list ingores german umlaute within the MySQL Database forums, part of the Database Forums category; Hello, I have a german stopword list. My Problem is that stop words containing special characters like german umlaute (ä,ü, etc.) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
== Quote from Jo (u.nitsche@gmail.com)'s article
> Hello, > I have a german stopword list. > My Problem is that stop words containing > special characters like > german umlaute (�,�, etc.) are not treated as stopwords. > What could be the reason for this? > Any help appreciated. > Jo almost all things related to strings and words are related to character set utilized in the table and/or fields description. examine your character set and see if that makes a difference. -- POST BY: lark with PHP News Reader ;o) |