aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexMatlab.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
commit0e997cdb65909c817b7147609590a079abedb3d2 (patch)
tree5650fd88ad240b566018212ebe9b2ed49c35ef98 /lexers/LexMatlab.cxx
parent5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44 (diff)
downloadscintilla-mirror-0e997cdb65909c817b7147609590a079abedb3d2.tar.gz
Bug [#1972]. Change encoding used in comments to UTF-8.
Diffstat (limited to 'lexers/LexMatlab.cxx')
-rw-r--r--lexers/LexMatlab.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexMatlab.cxx b/lexers/LexMatlab.cxx
index 498617ace..6063623ea 100644
--- a/lexers/LexMatlab.cxx
+++ b/lexers/LexMatlab.cxx
@@ -1,7 +1,8 @@
// Scintilla source code edit control
+// Encoding: UTF-8
/** @file LexMatlab.cxx
** Lexer for Matlab.
- ** Written by José Fonseca
+ ** Written by José Fonseca
**
** Changes by Christoph Dalitz 2003/12/04:
** - added support for Octave