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 most(maybe all?) of the compilation pipelines will crash when trying to save a tag that was compiled from source files with non latin-1 characters in their filename. Use reclaimer.util.is_valid_ascii_name_str to determine and handle offending strings before they end up in the resulting tag. As latin-1 is an extended subset of ascii, that function will work how we need it to.
The text was updated successfully, but these errors were encountered:
Currently most(maybe all?) of the compilation pipelines will crash when trying to save a tag that was compiled from source files with non latin-1 characters in their filename. Use reclaimer.util.is_valid_ascii_name_str to determine and handle offending strings before they end up in the resulting tag. As latin-1 is an extended subset of ascii, that function will work how we need it to.
The text was updated successfully, but these errors were encountered: