6 Dec
2005
6 Dec
'05
4:37 p.m.
On Dec 5, 2005, at 11:37 PM, Ted Gould wrote:
If I want to sort a list of strings in alphabetical order, obviously that is dependent on the alphabet being used. How do I find out the order of the alphabet being used? Or, better yet, is their a function to rank two strings based on that alphabet?
Check strcoll()
That and qsort() might make you happy.