From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: upcase-word, &c. for non-latin alphabets Date: Wed, 09 Apr 2014 19:30:36 +0300 Message-ID: <83a9bu5utv.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1397061075 17754 80.91.229.3 (9 Apr 2014 16:31:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2014 16:31:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 09 18:31:08 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 1WXvP1-0007zE-J3 for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2014 18:31:07 +0200 Original-Received: from localhost ([::1]:47156 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvP1-0002Fc-6A for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2014 12:31:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvOj-0002An-GM for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 12:30:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXvOc-0003KG-0v for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 12:30:49 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:64262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvOb-0003KB-OV for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 12:30:41 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N3R00A00V6G0100@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 19:30:40 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N3R009DOV74BSB0@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Wed, 09 Apr 2014 19:30:40 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:97070 Archived-At: > 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).