Fix cv44
application on certain t-derived letters (U+01AB
, U+0236
, U+0288
, U+1DB5
, and U+20A7
) (#1405).
This commit is contained in:
parent
178c951902
commit
78094dd541
10 changed files with 298 additions and 211 deletions
|
@ -3,7 +3,7 @@ import zlib from "zlib";
|
|||
|
||||
import { encode, decode } from "@msgpack/msgpack";
|
||||
|
||||
const Edition = 20;
|
||||
const Edition = 21;
|
||||
const MAX_AGE = 16;
|
||||
class GfEntry {
|
||||
constructor(age, value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue