mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Automate generation of the char_range.inc file
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
// This file was generated using the `misc/scripts/char_range_fetch.py` script.
|
||||
|
||||
#ifndef CHAR_RANGE_INC
|
||||
#define CHAR_RANGE_INC
|
||||
|
||||
@@ -43,7 +45,7 @@ struct CharRange {
|
||||
|
||||
constexpr inline CharRange xid_start[] = {
|
||||
{ 0x41, 0x5a },
|
||||
{ 0x5f, 0x5f }, // Underscore technically isn't in XID_Start, but for our purposes it's included.
|
||||
{ 0x5f, 0x5f },
|
||||
{ 0x61, 0x7a },
|
||||
{ 0xaa, 0xaa },
|
||||
{ 0xb5, 0xb5 },
|
||||
|
||||
Reference in New Issue
Block a user