From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chip Coldwell Newsgroups: gmane.emacs.devel Subject: regex encoding Date: Tue, 1 Aug 2006 15:09:46 -0400 (EDT) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1246440893-1154459386=:2363" X-Trace: sea.gmane.org 1154459514 716 80.91.229.2 (1 Aug 2006 19:11:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 19:11:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 01 21:11:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G7zcw-0001gO-LV for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 21:10:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7zcw-00018M-9g for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 15:10:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7zcl-00018E-Ro for emacs-devel@gnu.org; Tue, 01 Aug 2006 15:09:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7zck-00017w-Hu for emacs-devel@gnu.org; Tue, 01 Aug 2006 15:09:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7zck-00017h-1h for emacs-devel@gnu.org; Tue, 01 Aug 2006 15:09:50 -0400 Original-Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7zfg-0004d2-H9 for emacs-devel@gnu.org; Tue, 01 Aug 2006 15:12:52 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k71J9hBJ021482 for ; Tue, 1 Aug 2006 15:09:43 -0400 Original-Received: from mail.boston.redhat.com (mail.boston.redhat.com [172.16.76.12]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k71J9hVj030604 for ; Tue, 1 Aug 2006 15:09:43 -0400 Original-Received: from dhcp83-29.boston.redhat.com (dhcp83-29.boston.redhat.com [172.16.83.29]) by mail.boston.redhat.com (8.12.8/8.12.8) with ESMTP id k71J9hw4028506 for ; Tue, 1 Aug 2006 15:09:43 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57955 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1246440893-1154459386=:2363 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id k71J9hBJ021482 Looking at lisp/textmodes/ispell.el, there are a number of regular expressions such as this one taken from the "german8" entry of ispell-dictionary-alist-4: [a-zA-Z\304\326\334\344\366\337\374] The last seven numeric character codes in the above are the iso-8859-1 (ISO Latin-1) encodings for letters used in German that are not encoded by ASCII. If your mail reader can handle UTF-8, the characters represented by these iso-8859-1 codes look like this: [a-zA-Z=C3=84=C3=96=C3=9C=C3=A4=C3=B6=C3=9F=C3=BC] My question is: are emacs regex character classes limited to the iso-8859-1 character set, or is there some way to represent Unicode (such as UTF-8) characters in a character class? Thanks, Chip --=20 Charles M. "Chip" Coldwell Senior Software Engineer Red Hat, Inc 978-392-2426 --8323328-1246440893-1154459386=:2363 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --8323328-1246440893-1154459386=:2363--