LCCN

Robby Stephenson robby at periapsis.org
Tue Mar 20 23:10:45 MDT 2007


On Wednesday 14 March 2007, Joshua McGee wrote:
> Yes.  Different numerical fields are actually sorted differently in
> the LCCN spec, sometimes in strict ascending fashion, and sometimes by
> treating them as digits after a decimal point.  More here:
> http://www.mcgees.org/2001/08/08/sort-by-library-of-congress-call-number-
>in-perl/
>
> Tellico's in c++?  I could write a sort routine and send it to you.

Ah, that's clear. I did read up on a couple of "natural sort" algorithms. 
None of them seem to be safe for non-ascii locales, though, which would be 
a problem.

> Intended to search both data sources with one search, and merge them?

No, it would be one at a time. The first would fill in anything empty that 
it found, then the second, and so on. Or you can set the source to 
over-write any existing data you have with the new data from the search 
source.

> Maybe this is related to the failure I'm seeing on LoC lookups.  Could
> you tell me the LoC parameters (port, gateway, etc.) that you are
> using successfully?

There's a default LoC configuration. Everything should get filled in.

Robby






More information about the tellico-users mailing list