language-info as a coding-system to read tutorial file.
(setq buffer-file-name file)
(setq default-directory (expand-file-name "~/"))
(setq buffer-auto-save-file-name nil)
- (insert-file-contents (locate-data-file filename))
+ (let ((coding-system-for-read
+ (get-language-info lang 'tutorial-coding-system)))
+ (insert-file-contents (locate-data-file filename)))
(goto-char (point-min))
;; The 'didactic' blank lines: Possibly insert blank lines
;; around <<nya nya nya>>, and change << >> to [ ].