Variable: hexl-iso

hexl-iso is a customizable variable defined in hexl.el.gz.

Value

""

Documentation

If your Emacs can handle ISO characters, this should be set to
"-iso" otherwise it should be "".

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-iso ""
  "If your Emacs can handle ISO characters, this should be set to
\"-iso\" otherwise it should be \"\"."
  :type 'string)