Closed sheredom closed 8 years ago
utf8chr used int for the chr, but github user fluks pointed out that int could be 16 bits. Long is guaranteed to be at least 32 bits, so its safe to use that in this instance.
utf8chr used int for the chr, but github user fluks pointed out that int could be 16 bits. Long is guaranteed to be at least 32 bits, so its safe to use that in this instance.