mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-03-12 21:20:14 +03:00
Fixed the abuse of the non-printable U+FFA0 character (#2)
An update to the table of printable characters. Prohibits the use of Halfwidth Hangul Filler U+FFA0. This is a port of dreamstalker/rehlds#893 which fixes dreamstalker/rehlds#887.
This commit is contained in:
parent
8a9dc875e3
commit
614a6496d7
2
Main.cpp
2
Main.cpp
@ -271,7 +271,7 @@ static const uint32_t g_isPrintTable[2048] = {
|
||||
0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
|
||||
0xFFFFFFFF, 0xFFFFFFFF, 0xFFFF0000, 0xFFFFFFFF, 0xFFFCFFFF, 0xFFFFFFFF, 0x000000FF, 0x0FFF0000,
|
||||
0x03FF0000, 0xFFFF0000, 0xFFF7FFFF, 0xFFDF0D0B, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x9FFFFFFF,
|
||||
0x8FFFF7EE, 0xBFFFFFFF, 0xAFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0x7FFFFFFF, 0x1CFCFCFC, 0x00000000
|
||||
0x8FFFF7EE, 0xBFFFFFFF, 0xAFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0x7FFFFFFE, 0x1CFCFCFC, 0x00000000
|
||||
};
|
||||
|
||||
enginefuncs_t g_engfuncs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user