# HG changeset patch # User HIROSE Yuuji # Date 1527030131 -32400 # Node ID b742adfa30e2962d18a4b618cb86f7a88bc1ef82 # Parent 523f54775325cbc3f318227719e09bcf41114ed2 UTF-8 mnemonic for command line option changed as s/utf-8/utf8/ diff -r 523f54775325 -r b742adfa30e2 yatexlib.el --- a/yatexlib.el Wed May 16 22:42:48 2018 +0900 +++ b/yatexlib.el Wed May 23 08:02:11 2018 +0900 @@ -1,7 +1,7 @@ ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*- ;;; ;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sun Jan 21 16:29:01 2018 on firestorm +;;; Last modified Wed May 23 07:59:08 2018 on firestorm ;;; $Id$ ;;; Code: @@ -133,7 +133,7 @@ (symbol-name buffer-file-coding-system)) ((boundp 'file-coding-system) (symbol-name file-coding-system)))) (case-fold-search t)) - (cond ((string-match "utf-8\\>" coding) "utf-8") + (cond ((string-match "utf-8\\>" coding) "utf8") ((string-match "shift.jis\\|cp932\\>" coding) "sjis") ((string-match "junet\\|iso.2022" coding) "jis") ((string-match "euc.jp\\|ja.*iso.8bit" coding) "euc")