[MDEV-6776] ujis and eucjmps erroneously accept 0x8EA0 as a valid byte sequence Created: 2014-09-24 Updated: 2015-01-28 Resolved: 2014-09-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 5.5.39, 10.0.13 |
| Fix Version/s: | 10.0.14 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Byte sequence 0x8EA0 is erroneously accepted as a valid ujis/eucjpms code:
returns:
This is wrong. The correct code ranges for ujis are:
The same problem is observed with eucjpms. |