;ELC   
;;; Compiled by leavens@monroe on Wed Dec 31 10:16:54 2014
;;; from file /home/leavens/emacs/to-ascii.el
;;; in Emacs version 22.1.1
;;; with all optimizations.

;;; This file contains multibyte non-ASCII characters
;;; and therefore cannot be loaded into Emacs 19.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "20")))
    (error "`to-ascii.el' was compiled for Emacs 20 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(fset 'to-ascii #[nil "\212\300\301\302\")\207" [mapc #[(pair) "eb\210\302@\211A@)\"\207" [pair x replace-string] 4] (("\205" "...") ("œôó¦" "...") ("\221" "`") ("œôòø" "`") ("\222" "'") ("œôòù" "'") ("\223" "\"") ("œôòü" "\"") ("\224" "\"") ("œôòý" "\"") ("\225" "*") ("\226" "---") ("œôòô" "---") ("œôòó" "--") ("\227" "--"))] 3 "Convert the buffer to ascii, replacing microsoft and unicode charcters with ascii equivalents." nil])
