home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / strcomp.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.6 KB  |  68 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : String Comparison
  5. -- Version      : 1.0
  6. -- Author       : Erland Sommarskog
  7. --              : ENEA Data, Stockholm
  8. -- DDN Address  : sommar@enea.se.UUCP
  9. -- Copyright    : 
  10. -- Date created : 2 Nov 87 
  11. -- Release date : 2 Nov 87
  12. -- Last update  : 2 Nov 87
  13. -- Machine/System Compiled/Run on :
  14. --
  15. ---------------------------------------------------------------
  16. --
  17. -- Keywords     : String Comparison
  18. --
  19. -- Abstract     :  
  20. -- Article 219 of comp.sources.misc:
  21. -- 
  22. --     This posting contains a package for string-comparisons in a
  23. -- fairly sophisticated way where regard to accents, non-letters and case
  24. -- is only taken if necessary.
  25. --     The user defines how each character should be sorted, whether
  26. -- if it is a letter, and whether it is a variant of another letter. See
  27. -- READ.ME [STRCOMP.DOC] for complete description.
  28. --     The purpose is not to provide a facility, though, rather to
  29. -- demonstrate the idea. The code is in Ada.
  30. --     Comments and questions are welcome to:
  31. -- 
  32. --         Erland Sommarskog
  33. --         ENEA Data, Stockholm
  34. --         sommar@enea
  35. --
  36. ------------------ Revision history ---------------------------
  37. -- DATE         VERSION    AUTHOR                  HISTORY
  38. -- 2 Nov 87       1.0   Erland Sommarskog       Initial Release
  39. ------------------ Distribution and Copyright -----------------
  40. -- This prologue must be included in all copies of this software.
  41. --
  42. -- This software is copyright by the author.
  43. --
  44. -- This software is released to the Ada community.
  45. -- This software is released to the Public Domain (note:
  46. --   software released to the Public Domain is not subject
  47. --   to copyright protection).
  48. -- Restrictions on use or distribution:  NONE
  49. ------------------ Disclaimer ---------------------------------
  50. --
  51. -- This software and its documentation are provided "AS IS" and
  52. -- without any expressed or implied warranties whatsoever.
  53. -- No warranties as to performance, merchantability, or fitness
  54. -- for a particular purpose exist.
  55. --
  56. -- Because of the diversity of conditions and hardware under
  57. -- which this software may be used, no warranty of fitness for
  58. -- a particular purpose is offered.  The user is advised to
  59. -- test the software thoroughly before relying on it.  The user
  60. -- must assume the entire risk and liability of using this
  61. -- software.
  62. --
  63. -- In no event shall any person or organization of people be
  64. -- held responsible for any direct, indirect, consequential
  65. -- or inconsequential damages or lost profits.
  66. --
  67. -------------------END-PROLOGUE--------------------------------
  68.