rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Check stdlib on Unicode issues and other character escape issues

Open jurgenvinju opened this issue 1 year ago • 0 comments

All uses of non-unicode codepoint methods of java.lang.String like charAt and length and substring are potentially broken. It makes sense to check them all.

We could use java M3 on the rascal project itself to query for potential issues.

jurgenvinju avatar Jul 22 '24 10:07 jurgenvinju