ZenphotoCMS Forum
Tag Alphabetical Order - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Tag Alphabetical Order (/thread-7246.html)



Tag Alphabetical Order - sam_webb - 2010-06-23

In the list of tags they are not sorted alphabetically for international characters (á ð þ é æ) , in this list "Rename tags" it seems fine, any easy way of fixing this ?




Tag Alphabetical Order - sbillard - 2010-06-23

If there is an UTF-8 array sort then we can use that. Have to check. Otherwise it will not be easy.




Tag Alphabetical Order - sam_webb - 2010-06-24

Just thought it would be easy , considering the list right next to it is sorted properly, Might dive into the code, then break Zenphoto, then come crying back here,
See you soon!




Tag Alphabetical Order - sbillard - 2010-06-24

It looks like you can just add a parameter to the sort functon call SORT_LOCALE_STRING. Please give that a try and report back.