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/LexCSS.cxx | |
parent | 5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44 (diff) | |
download | scintilla-mirror-0e997cdb65909c817b7147609590a079abedb3d2.tar.gz |
Bug [#1972]. Change encoding used in comments to UTF-8.
Diffstat (limited to 'lexers/LexCSS.cxx')
-rw-r--r-- | lexers/LexCSS.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexCSS.cxx b/lexers/LexCSS.cxx index 6e4739d3e..c1a86f537 100644 --- a/lexers/LexCSS.cxx +++ b/lexers/LexCSS.cxx @@ -1,7 +1,8 @@ // Scintilla source code edit control +// Encoding: UTF-8 /** @file LexCSS.cxx ** Lexer for Cascading Style Sheets - ** Written by Jakub Vrána + ** Written by Jakub Vrána ** Improved by Philippe Lhoste (CSS2) ** Improved by Ross McKay (SCSS mode; see http://sass-lang.com/ ) **/ |