I have some problems with the Swedish characters when it comes to indexing and sorting. should come last, but they show up before A and doesn't have their own letters in the listings...
I asked a friend of mine, who deals with php daily and with Swedish pages. He says the code
<?
setlocale(LC_ALL,"sv_SE");
?>
would help this problem. I haven't tested it yet, but I thought I'd ask first if there's a way to put it in the language files somewhere so I don't have to change all the pages.
Does anyone know?
/Siss the Swede ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, you could put that in the language file, lang.sv.php. I'm not sure that it will help, but it couldn't hurt.
Aside from that, I have completely redone the individual and family lists in the forthcoming version. These characters should appear under their own listing in the next version.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have some problems with the Swedish characters when it comes to indexing and sorting. should come last, but they show up before A and doesn't have their own letters in the listings...
I asked a friend of mine, who deals with php daily and with Swedish pages. He says the code
<?
setlocale(LC_ALL,"sv_SE");
?>
would help this problem. I haven't tested it yet, but I thought I'd ask first if there's a way to put it in the language files somewhere so I don't have to change all the pages.
Does anyone know?
/Siss the Swede ;-)
Hi Siss,
Yes, you could put that in the language file, lang.sv.php. I'm not sure that it will help, but it couldn't hurt.
Aside from that, I have completely redone the individual and family lists in the forthcoming version. These characters should appear under their own listing in the next version.
--John