aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexErlang.cxx
diff options
context:
space:
mode:
authorZufu Liu <unknown>2017-09-15 19:51:21 +1000
committerZufu Liu <unknown>2017-09-15 19:51:21 +1000
commitb119ea4f496f4ac92afd26c8cf5408572ab34873 (patch)
treee46a49b1f7d16fe823a87494d8b5156913bbe1b0 /lexers/LexErlang.cxx
parent5408e40b1bf7ebe1273cd61dc33772fb5c4d226e (diff)
downloadscintilla-mirror-b119ea4f496f4ac92afd26c8cf5408572ab34873.tar.gz
Backport: Bug [#1972]. Change encoding used in comments to UTF-8.
Backport of changeset 6392:dd15228b06e7.
Diffstat (limited to 'lexers/LexErlang.cxx')
-rw-r--r--lexers/LexErlang.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexErlang.cxx b/lexers/LexErlang.cxx
index a61c3c91e..4ca5962c3 100644
--- a/lexers/LexErlang.cxx
+++ b/lexers/LexErlang.cxx
@@ -1,11 +1,12 @@
// Scintilla source code edit control
+// Encoding: UTF-8
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
/** @file LexErlang.cxx
** Lexer for Erlang.
** Enhanced by Etienne 'Lenain' Girondel (lenaing@gmail.com)
** Originally wrote by Peter-Henry Mander,
- ** based on Matlab lexer by José Fonseca.
+ ** based on Matlab lexer by José Fonseca.
**/
#include <stdlib.h>