From 0e997cdb65909c817b7147609590a079abedb3d2 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Fri, 15 Sep 2017 19:51:21 +1000 Subject: Bug [#1972]. Change encoding used in comments to UTF-8. --- lexers/LexErlang.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lexers/LexErlang.cxx') 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 // 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 -- cgit v1.2.3