From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: upcase-word, &c. for non-latin alphabets Date: Wed, 9 Apr 2014 23:59:43 +0700 Message-ID: References: <83a9bu5utv.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397062808 18875 80.91.229.3 (9 Apr 2014 17:00:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2014 17:00:08 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 09 19:00:02 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WXvqw-0000Rz-Eq for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2014 18:59:58 +0200 Original-Received: from localhost ([::1]:47231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvqw-0008Kr-3T for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2014 12:59:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvqk-0008K6-VZ for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 12:59:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXvqk-0003so-2S for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 12:59:46 -0400 Original-Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:44979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvqi-0003sY-Cy; Wed, 09 Apr 2014 12:59:44 -0400 Original-Received: by mail-qc0-f171.google.com with SMTP id c9so3050357qcz.16 for ; Wed, 09 Apr 2014 09:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZnAh9ceoQ8SL000jbM1XXD0IJj5evMNLjatjHYPnnYc=; b=R1cSoMN/R0FeMOtI4/PtNl4tD7ZfwXCKk3uu4fuzPW76LrEENeuOTaiHXrf4nx6/FM FcC0Exeyu4mHq3auVbvPUQqtnnefZRDYVF0RNbpV/log2ClSEa4ZgP6YyQvzpmbVnByK b4S00BjtiCrPkf6GloHI7NPnU+5+L1O2pkMNnv/MOHr/T30om4Q691YII7JoGC6eg3zY /Lm+s4/CgE/2OYcezFanH5NhLBHmrVu+K5aGPtCeZpvRPCgt4zL/wEC0bk4QwE+VoJLs YJZ7aERTZ6LL4zk/Yt9mixda8b3P9oeCwk5JBisi19zoraJVou+2Lf8kURrcua+cGOnx ef+Q== X-Received: by 10.224.70.19 with SMTP id b19mr4256029qaj.61.1397062783318; Wed, 09 Apr 2014 09:59:43 -0700 (PDT) Original-Received: by 10.96.29.1 with HTTP; Wed, 9 Apr 2014 09:59:43 -0700 (PDT) In-Reply-To: <83a9bu5utv.fsf@gnu.org> X-Google-Sender-Auth: 1b7hbV3Aif4pt8vmP792r4QH2Jo X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97071 Archived-At: On Wed, Apr 9, 2014 at 11:30 PM, Eli Zaretskii wrote: >> From: Will Parsons >> Date: 9 Apr 2014 15:52:04 GMT >> >> I'd like to be able use the upcase/downcase/capitalize-word functions >> (or equivalents) for non-Latin alphabets (utf-8 encoding). Can anyone >> give me any hints on how to go about it? > > Just use M-u, M-l, and M-c. Emacs already knows about all the > alphabets it supports (which is all of the Unicode). Does it also do the right thing for the Turkic dotted and dotless I (which is about the only thing in Unicode that cannot be up/downcased without knowing the language)?