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
commitb119ea4f496f4ac92afd26c8cf5408572ab34873 (patch)
treee46a49b1f7d16fe823a87494d8b5156913bbe1b0 /lexers/LexMatlab.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/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