Closed k77ch7 closed 4 years ago
This fixes wrong right shift by 160 bits. And this makes all the following MRI test cases pass.
TestTranscode#test_gb18030
I suspect this fixes #24 as well.
Oh I see #24 was already fixed. Hmm, I thought there was another gb18030 issue floating around.
In any case, awesome work!
This fixes wrong right shift by 160 bits. And this makes all the following MRI test cases pass.
TestTranscode#test_gb18030