qingoba
qingoba
Could you assign it to me? This is my first try of open source and I'm very interested in this task. Thanks.
In function `public MetaString encode(String input, Encoding encoding)` in file `MetaStringEncoder.java`, there is a section of code: ```java default: byte[] bytes = input.getBytes(StandardCharsets.UTF_8); return new MetaString( input, Encoding.UTF_8, specialChar1, specialChar2,...
Exactly. Because `5 + 5 > 8`, in the last byte, there is at most one empty character. Suppose we use `empty` to mark whether last char is empty, then...
In this way, the Decoder does not need to accept `numBits` arguments.