home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / illegalcha.tcl < prev    next >
Text File  |  1997-10-10  |  950b  |  24 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)illegalcha.tcl    /main/titanic/1
  6. #      Author:         anonymous
  7. #      Description:    Mapping from ItemTypes to the sets of characters that
  8. #                      can not be used in names of Items having these types.
  9. #---------------------------------------------------------------------------
  10. # SccsId = @(#)illegalcha.tcl    /main/titanic/1   10 Oct 1997 Copyright 1996 Cadre Technologies Inc.
  11.  
  12. global illegalCharacters
  13.  
  14. set illegalCharacters(cl)    {[/$:=,(){}]}
  15. set illegalCharacters(de)    {[]/$*:=,(){}[]}
  16. set illegalCharacters(pe)    {[]/$:=,(){}[]}
  17. set illegalCharacters(ce)    {[/:,]}
  18. set illegalCharacters(et)    {[/:,]}
  19. set illegalCharacters(st)    {[/,]}
  20. set illegalCharacters(rs)    {}
  21. set illegalCharacters(doc)    {}
  22. set illegalCharacters(section)    {,}
  23. set illegalCharacters(name)    {}
  24.