21288 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 501 Views |
-
Special chars in wrong order when DataObject::get

19 July 2010 at 9:56pm
I'm making a site with muliple languages (swedish, english, german, russian, french) and want to get databojects in alphabetical order when i write
$myObjects = DataObject::get('MyObject', '', 'Name ASC');Example: When i get dataobjects with swedish names the letters å (å) and ä (ä) are treated like the letter a, and ö (ö) is treated like the letter o. å, ä, ö are the last three letters in the swedish alphabet and the objects come in the wrong order.
What can I do to get the right order from DataObject::get()?
| 501 Views | ||
|
Page:
1
|
Go to Top |

