mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Initial commit: ReclassX structured binary editor
This commit is contained in:
17
third_party/qscintilla/scintilla/src/DBCS.h
vendored
Normal file
17
third_party/qscintilla/scintilla/src/DBCS.h
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Scintilla source code edit control
|
||||
/** @file DBCS.h
|
||||
** Functions to handle DBCS double byte encodings like Shift-JIS.
|
||||
**/
|
||||
// Copyright 2017 by Neil Hodgson <neilh@scintilla.org>
|
||||
// The License.txt file describes the conditions under which this software may be distributed.
|
||||
|
||||
#ifndef DBCS_H
|
||||
#define DBCS_H
|
||||
|
||||
namespace Scintilla {
|
||||
|
||||
bool DBCSIsLeadByte(int codePage, char ch) noexcept;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user