From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: bidi, hebrew: files may need to be utf-8 with a byte order mark Date: Fri, 04 Jan 2019 18:13:30 +0100 Message-ID: <87pntcuz0l.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546622194 16474 195.159.176.226 (4 Jan 2019 17:16:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2019 17:16:34 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 18:16:30 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from listsout.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfT57-000476-Jj for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2019 18:16:25 +0100 Original-Received: from localhost ([127.0.0.1]:37297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfT7E-0005kb-8W for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2019 12:18:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfT6I-0005kT-Po for emacs-devel@gnu.org; Fri, 04 Jan 2019 12:17:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfT6E-0006YQ-U3 for emacs-devel@gnu.org; Fri, 04 Jan 2019 12:17:38 -0500 Original-Received: from [195.159.176.226] (port=53956 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfT63-0006KS-Pe for emacs-devel@gnu.org; Fri, 04 Jan 2019 12:17:27 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gfT3n-0002bA-DW for emacs-devel@gnu.org; Fri, 04 Jan 2019 18:15:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:ZpKi3GOD3hieYI0B3JviIw9ZF00= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232166 Archived-At: Hi I am trying to contribute to the keyman project and provide a phonetic hebrew keyboard layout. It was pointed out to me by the maintainers, that I should use ,---- | One issue is that some of the files may need to be utf-8 with a byte | order mark. I would suggest using Visual Studio Code as the editor. It | will reduce grief on Mac OS or Linux. `---- I would like to know whether GNU emacs (master) satisfies these requirements. I am pretty sure it does, but would like to get a confirmation, best by Eli. Regards Uwe Brauer