Update reference to nonexistent Encode.unsignedInt8

This commit is contained in:
Jan 2025-01-30 07:27:30 -07:00
parent 689c58f35e
commit bf8399ca53
No known key found for this signature in database

View file

@ -82,7 +82,7 @@ encode_characters = \a, b, c, d ->
if c == equals then
n = Num.bitwise_or(Num.shift_left_by(x, 18), Num.shift_left_by(y, 12))
# masking higher bits is not needed, Encode.unsignedInt8 ignores higher bits
# masking higher bits is not needed; U8 ignores higher bits
b1 : U8
b1 = Num.int_cast(Num.shift_right_by(n, 16))