Variable: +BASE64-ALPHABET+

Documentation

All the characters allowed in base64 encoding.

Source

(defvar +base64-alphabet+
  "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
  "All the characters allowed in base64 encoding.")
Source Context