Hi, sorry to bother you about another regex problem (I've read so much posts about that) but I can't figure out what's going on.
(I also apologize about my English, I'm just a regular french guy ^^)
My roster can be seen at http://www.hadd.fr/runaway/
The problem is that one of the character's name is Egnäel (notice the ä)
When I refresh main/alts relationships, everything works fine, except for this character : it says for example :
Ylidarielle - Main: Egn - Alt of Egn - Invalid main - Main - Main without alts
I tried the ([\pL]+) instead of the ([\w]+) but then when I refresh it blows up the relationships and does things like that :
Irwynn - Main: P - Alt of P - Invalid main - Main - Main without alts
(I don't know if there is any link but the main of every character who does like I just said has a "P" in their names)
So I naturally checked my Php version (to avoid another useless post ending with "you need a higher version") but as you can see at http://www.hadd.fr/runaway/phpversion.php I run php5.2.4, it should be enough, doesn't it ?
Thanks