From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: Cyrillic vs UTF-8 Date: Sat, 26 Apr 2003 14:25:15 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1858-Fri25Apr2003194023+0300-eliz@elta.co.il> <200304260811.RAA08227@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051359963 11161 80.91.224.249 (26 Apr 2003 12:26:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 12:26:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 26 14:26:01 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199Okj-0002ts-00 for ; Sat, 26 Apr 2003 14:26:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 199Orv-0007BR-00 for ; Sat, 26 Apr 2003 14:33:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199Ol1-0007aq-07 for emacs-devel@quimby.gnus.org; Sat, 26 Apr 2003 08:26:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 199OkS-00070k-00 for emacs-devel@gnu.org; Sat, 26 Apr 2003 08:25:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 199OkJ-0006jM-00 for emacs-devel@gnu.org; Sat, 26 Apr 2003 08:25:36 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199Ok5-0006NF-00 for emacs-devel@gnu.org; Sat, 26 Apr 2003 08:25:21 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h3QCPF07007459 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 26 Apr 2003 14:25:16 +0200 Original-To: Kenichi Handa Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030426:handa@m17n.org:fe92738f143b5c05 X-Hashcash: 0:030426:handa@m17n.org:fe92738f143b5c05 X-Payment: hashcash 1.2 0:030426:emacs-devel@gnu.org:79b8a233d2a9814a X-Hashcash: 0:030426:emacs-devel@gnu.org:79b8a233d2a9814a X-Payment: hashcash 1.2 0:030426:eliz@elta.co.il:9b1ce97fd82daaab X-Hashcash: 0:030426:eliz@elta.co.il:9b1ce97fd82daaab In-Reply-To: <200304260811.RAA08227@etlken.m17n.org> (Kenichi Handa's message of "Sat, 26 Apr 2003 17:11:06 +0900 (JST)") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux) Original-cc: eliz@elta.co.il X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13470 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13470 Kenichi Handa writes: > Unfortunately, the current Emacs doesn't have a facility to > detect UTF-8 byte sequence. So, if we put UTF-8 the higher > priority, all files are detected as UTF-8. :-( I see. Is this very difficult to solve, or why hasn't it? The algorithm to detect UTF-8 is not that complicated. > By the way, all these problems are solved in emacs-unicode. > It's available from CVS server as a branch tag > "emacs-unicode" (see > http://savannah.gnu.org/cvs/?group=emacs). I'm trying it, thanks.