You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we generate CAST($charValue AS INTEGER), but this gives incorrect results for digit characters. Instead, we should generate unicode($charValue).
The opposite is also true, but only for integer values 0-9, so it seems less important. If we want to go the extra mile, that translation would be char($intValue).
Currently, we generate
CAST($charValue AS INTEGER)
, but this gives incorrect results for digit characters. Instead, we should generateunicode($charValue)
.The text was updated successfully, but these errors were encountered: