feat: add the ability to specify a custom decode function
This commit is contained in:
parent
e27160b118
commit
500f4326d5
10 changed files with 347 additions and 16 deletions
|
|
@ -2163,6 +2163,7 @@ TSTree *ts_parser_parse_string_encoding(
|
|||
&input,
|
||||
ts_string_input_read,
|
||||
encoding,
|
||||
NULL,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue