• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/international/

Lines Matching +refs:format +refs:decode

310 (defun decode-char (ccs code-point &optional restriction)
316 `utf-translation-table-for-decode', or through the
317 translation-hash-table named `utf-subst-table-for-decode'
325 (utf-lookup-subst-table-for-decode code-point))
345 (or (aref (get 'utf-translation-table-for-decode
416 ;; following format:
450 ;; o translation-table-for-decode
516 ;; format. The value is integer 0, 1, 2, or a vector of three coding
517 ;; systems. Each integer value 0, 1, and 2 indicates the format of
519 ;; indicates that the format of end-of-line should be detected
527 Integer values 0, 1, and 2 indicate a format of end-of-line; LF,
530 A vector value indicates that a format of end-of-line should be
536 "Return the string indicating end-of-line format of CODING-SYSTEM."
638 (subsidiaries (vector (intern (format "%s-unix" coding-system))
639 (intern (format "%s-dos" coding-system))
640 (intern (format "%s-mac" coding-system))))
728 (,(plist-get props 'decode) . ,(plist-get props 'encode))
742 in the following format:
746 0: Emacs internal format,
810 `write-region-annotate-functions' and `buffer-file-format' are
816 o translation-table-for-decode
819 the function `make-translation-table' for the format of translation
1000 (intern (format "%s-decoder" coding-system))))
1003 (intern (format "%s-encoder" coding-system)))))
1079 ;; EOL format.
1113 (doc (format "Same as %s but can handle any charsets by ISO's escape sequences." coding-system))
1250 (format "Coding system for terminal display (default %s): "
1279 (format "Coding system for keyboard input (default %s): "
1318 DECODING is the coding system to be used to decode input from the process,
1352 (format "Coding system for the next X selection (default %S): "
1396 CODING-SYSTEM is the coding-system to encode (or decode) the
1468 (decode-coding-region (- (point) bytes) (point) coding)))
1472 (decode-coding-region pos (point) 'utf-8))))
1558 (format "\e%%/%d%c%c%s"
2011 (defun decode-coding-inserted-region (from to filename
2049 (decode-coding-region (point-min) (point-max) coding)
2062 "Re-decode the region (previously decoded by CODING) by NEW-CODING."
2069 (if coding (format " (default %S): " coding) ": "))
2078 (decode-coding-region (point-min) (point-max) new-coding)))