Ticket #371 (assigned 不具合)

Opened 2 years ago

Last modified 2 years ago

mule-ucs で文字化け

Reported by: anonymous Assigned to: shirai (accepted)
Priority: major Milestone:
Component: Emacs Lisp Version: 3.00 (開発中)
Keywords: Cc:

Description

mule-ucs を使って utf-8 の文章を編集すると文字化けする。

(progn
  (require 'un-define)
  (encode-coding-string
   (decode-coding-string "\347\244\241" 'utf-8)
   'utf-8))
=> "\347\244\264"

Attachments

Change History

03/19/07 15:03:50 changed by shirai

  • owner set to shirai.
  • status changed from new to assigned.

報告ありがとうございます。

2001-04-23  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>

	* reldata/u-cns-2.el: 
	Add entry of 2-662B: U+7934.  Refer
	http://anubis.dkuug.dk/JTC1/SC2/WG2/docs/n2271.pdf, but it is 
	doubtful since some CNS fonts made with the old-style glyphs.

の変更が間違っているように思えます。裏付けをとってから Mule-UCS は直しますので、それまで lisp/reldate/u-cns-2.el の 6533行目を以下のようにコメントアウトして使ってみてください。

       (?x . "0x791B") ; <CJK>
       ;; (?y . "0x7934") ; <CJK>
       (?z . "0x7921") ; <CJK> obsolate.

Add/Change #371 (mule-ucs で文字化け)




Change Properties
Action