TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: character string order From:"Geoff Lane" <geoff -at- gjctech -dot- co -dot- uk> To:"'TECHWR-L'" <TECHWR-L -at- LISTS -dot- RAYCOMM -dot- COM> Date:Wed, 12 Jan 2000 14:45:44 -0000
> -----Original Message-----
> From: Benzi Schreiber
>
> I have a bunch of character strings that are sorted as follows:
>
> adam < armageddon < bob < beryl
>
> The programmers are calling this "lexicografical order", but
> the closest
> I've found is "lexicografic". Does the word "lexicografical" exist?
> Does either of these words describe the order I'm using?
---
"Lexicographical" exists in the Oxford English Dictionary. It is a adjective
related to, "compiling a dictionary" -- my interpretation is that it means,
"in dictionary order". Your example is not in this order (it should be adam,
armageddon, beryl, bob).
If the strings only contain alpha characters and the sort is not
case-sensitive, I'd describe the sorting as 'alphabetical'. Otherwise I'd
use the method that the program does the sorting (for example, "in ASCII
order" or, "in EBCDIC order") and give a simple example if necessary.
HTH,
Geoff Lane
Cornwall, UK
geoff -at- gjctech -dot- co -dot- uk