diff options
author | Neil <nyamatongwe@gmail.com> | 2018-03-25 10:54:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-03-25 10:54:08 +1100 |
commit | c911108cef6c4c9208694ca556dbdb1ea82dac16 (patch) | |
tree | 6f1f88b7019f4cab050a9444fb7f44ef91298181 /src/UniConversion.cxx | |
parent | aa5481a2fbd394e059ffdd7a8cd677abd55227d5 (diff) | |
download | scintilla-mirror-c911108cef6c4c9208694ca556dbdb1ea82dac16.tar.gz |
Removed comment about script that is not included.
Diffstat (limited to 'src/UniConversion.cxx')
-rw-r--r-- | src/UniConversion.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UniConversion.cxx b/src/UniConversion.cxx index 39f553bc2..18c1cd521 100644 --- a/src/UniConversion.cxx +++ b/src/UniConversion.cxx @@ -229,7 +229,6 @@ unsigned int UTF16FromUTF32Character(unsigned int val, wchar_t *tbuf) { } } -// generated by scripts/GenerateCharTable.py const unsigned char UTF8BytesOfLead[256] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 00 - 0F 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 10 - 1F |