Click to See Complete Forum and Search --> : Problem with alphabetic order


turb
12-13-2003, 03:16 PM
Hi!

In a column, i've got a list of phrase (in French) and i want to display these phrase in alphabetical order. But when i insert a new phrase, the special character like É is encode in html so instead of É, i've got é.

So, when i display the phrase list, all the phrase beginning by é are show before phrase beginning with A.

My question:

1-Is this a good way to put string html encode into DB?
2-How can i solve this problem?