From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51801 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: MML charset tag regression Date: Fri, 25 Apr 2003 02:03:48 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <84el3rppfg.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp-2 X-Trace: main.gmane.org 1051229633 14521 80.91.224.249 (25 Apr 2003 00:13:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2003 00:13:53 +0000 (UTC) Original-X-From: ding-owner+M344@lists.math.uh.edu Fri Apr 25 02:13:51 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198qqc-0003lw-00 for ; Fri, 25 Apr 2003 02:13:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198qqk-00044o-00; Thu, 24 Apr 2003 19:13:58 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198qqX-00044f-00 for ding@lists.math.uh.edu; Thu, 24 Apr 2003 19:13:45 -0500 Original-Received: (qmail 52524 invoked by alias); 25 Apr 2003 00:13:45 -0000 Original-Received: (qmail 52519 invoked from network); 25 Apr 2003 00:13:44 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 25 Apr 2003 00:13:44 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 198qvy-0002Y2-00 for ; Fri, 25 Apr 2003 02:19:22 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 0xc3f952da.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1051229962 9797 195.249.82.218 (25 Apr 2003 00:19:22 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 25 Apr 2003 00:19:22 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; When you do C-x C-f of a nonexisting file, then kill/yank the > Japanese line from the HELLO file there, then C-x RET f utf-8 RET, > then C-x C-s, what do you get? > > I get the following message: > > /---- > | Select one of the following safe coding systems, or edit the buffer: > | shift_jis euc-jp iso-2022-7bit compound-text-with-extensions > | Or specify any other coding system > | on your risk of losing the problematic characters. > \---- I get the same. > Why doesn't it allow me to use utf-8? This works fine: (decode-coding-string (encode-coding-string "Japanese ($BF|K\8l(B)" 'utf-8) 'utf-8) So, it seems to suggest that Emacs *is* able to encode it as UTF-8.