Kåre Simensen
|
| Posted: 03/02/2003, 5:28 AM |
|
Hi everyone
I'm a norwegian who want to sort on the norwegian letters. How can I do
that - I tried to set language to No in the column Name - which is the
sorting column, but the result is the same. In norwegian we have a letter Å
or a A with a ring over - this letter is the last letter in our alfabet, but
when I sort - then CodeCharge 'think' the letter is a A. When we use letter
A twice after eachother, it should be treated as a letter A (Å) with a a
ring over and be in the last row of my database.
any one who can help ??
Reagards
Kåre Simensen, Alta, Norway
|
|
|
 |
Tobias Weik
|
| Posted: 03/02/2003, 9:13 AM |
|
Kåre Simensen schrieb:
> Hi everyone
> I'm a norwegian who want to sort on the norwegian letters. How can I do
> that - I tried to set language to No in the column Name - which is the
> sorting column, but the result is the same. In norwegian we have a letter Å
> or a A with a ring over - this letter is the last letter in our alfabet, but
> when I sort - then CodeCharge 'think' the letter is a A. When we use letter
> A twice after eachother, it should be treated as a letter A (Å) with a a
> ring over and be in the last row of my database.
>
> any one who can help ??
> Reagards
> Kåre Simensen, Alta, Norway
Hi Kåre,
well, this is a problem of your database, not of CodeCharge... I had the
same problem here in Germany for our special chars like ä,ö,ü but using
MySQL with some options fixed it (see more at http://www.mysql.com/doc/en/Character_sets.html)... dont know, how it
will be for norwegian, but give it a try :)
Greetings
Tobias
|
|
|
 |
|