mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* international/mule.el (coding-system-iso-2022-flags): Fix last
change.
This commit is contained in:
parent
6496aec9e9
commit
1451928fff
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* international/mule.el (coding-system-iso-2022-flags): Fix last
|
||||
change.
|
||||
|
||||
2013-07-20 Kenichi Handa <handa@gnu.org>
|
||||
|
||||
* international/mule.el (coding-system-iso-2022-flags): Add
|
||||
|
|
|
|||
|
|
@ -519,7 +519,7 @@ Return -1 if charset isn't an ISO 2022 one."
|
|||
euc-tw-shift
|
||||
use-roman
|
||||
use-oldjis
|
||||
level-4)
|
||||
8-bit-level-4)
|
||||
"List of symbols that control ISO-2022 encoder/decoder.
|
||||
|
||||
The value of the `:flags' attribute in the argument of the function
|
||||
|
|
@ -583,7 +583,7 @@ If `use-oldjis' is specified, JIS0208-1976 is designated instead of
|
|||
JIS0208-1983.
|
||||
|
||||
If `8-bit-level-4' is specified, the decoder assumes the
|
||||
implementation lavel \"4\" for 8-bit codes which means that GL is
|
||||
implementation level \"4\" for 8-bit codes which means that GL is
|
||||
identified as the single-shift area. The default implementation
|
||||
level for 8-bit code is \"4A\" which means that GR is identified
|
||||
as the single-shift area.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue