Variable: *OK-SET*

Documentation

The list of characters which don't need to be escaped when writing URIs.

Source

(defvar *ok-set*
  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,"
  "The list of characters which don't need to be escaped when
  writing URIs.")
Source Context