chickadee » gopher » entry->string

entry->string eprocedure

Converts an entry record to a string, using the following rules:

  • Entry fields are converted to strings via ->string
  • CR, LF, TAB and NUL are replaced with SPACE
  • Only the first character of the type field string is used
  • Output string format is "TypeName<TAB>Selector<TAB>Host<TAB>Port"