diff options
author | Zufu Liu <unknown> | 2017-09-15 19:51:21 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2017-09-15 19:51:21 +1000 |
commit | 0e997cdb65909c817b7147609590a079abedb3d2 (patch) | |
tree | 5650fd88ad240b566018212ebe9b2ed49c35ef98 /lexers/LexErlang.cxx | |
parent | 5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44 (diff) | |
download | scintilla-mirror-0e997cdb65909c817b7147609590a079abedb3d2.tar.gz |
Bug [#1972]. Change encoding used in comments to UTF-8.
Diffstat (limited to 'lexers/LexErlang.cxx')
-rw-r--r-- | lexers/LexErlang.cxx | 3 |
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> |