From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Wordingham Newsgroups: gmane.emacs.help Subject: Re: [Solved] RE: Differences between identical strings in Emacs lisp Date: Fri, 10 Apr 2015 03:35:23 +0100 Message-ID: <20150410033523.671f388b@JRWUBU2> References: <87pp7gu7by.fsf@kuiper.lan.informatimago.com> <83mw2khvc1.fsf@gnu.org> <834morj19g.fsf@gnu.org> <83egnuhlu0.fsf@gnu.org> <837ftlfp2l.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428633367 30824 80.91.229.3 (10 Apr 2015 02:36:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2015 02:36:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 10 04:36:00 2015 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 1YgOnU-0000iv-HJ for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2015 04:35:56 +0200 Original-Received: from localhost ([::1]:37264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgOnT-0001Ek-Pe for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Apr 2015 22:35:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgOn8-0001DU-G2 for help-gnu-emacs@gnu.org; Thu, 09 Apr 2015 22:35:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgOn5-0005if-76 for help-gnu-emacs@gnu.org; Thu, 09 Apr 2015 22:35:34 -0400 Original-Received: from know-smtprelay-omc-7.server.virginmedia.net ([80.0.253.71]:54664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgOn4-0005fu-Ir for help-gnu-emacs@gnu.org; Thu, 09 Apr 2015 22:35:30 -0400 Original-Received: from JRWUBU2 ([81.103.224.4]) by know-smtprelay-7-imp with bizsmtp id E2bU1q00s06JmVd012bU6u; Fri, 10 Apr 2015 03:35:28 +0100 X-Originating-IP: [81.103.224.4] X-Spam: 0 X-Authority: v=2.1 cv=cpwVkjIi c=1 sm=1 tr=0 a=pLuj3OkTrmEUIJBpyvkqVg==:117 a=pLuj3OkTrmEUIJBpyvkqVg==:17 a=kj9zAlcOel0A:10 a=NLZqzBF-AAAA:8 a=mDV3o1hIAAAA:8 a=BVv8DCQBhF2mif9XKhwA:9 a=CjuIK1q_8ugA:10 a=JNPyYk-ayscA:10 a=_o6cx8I4nOoA:10 a=HG4TyUB9AUMA:10 a=ncZ9vwaUYPMA:10 In-Reply-To: <837ftlfp2l.fsf@gnu.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.0.253.71 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:103618 Archived-At: On Thu, 09 Apr 2015 15:45:06 +0300 Eli Zaretskii wrote: > Even UTF-16, used natively by MS-Windows, is technically > a multibyte representation. UTF-16 is a multiword representation (Cuneiform takes 4 bytes per character), so there's no 'technically' about it. Richard.