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
The commented-out lines for glk_buffer_to_upper_case_uni() and glk_buffer_to_lower_case_uni() are in case you want to compare the behavior of those functions. They work correctly.
Stack trace:
The crash only happens when the final argument (
lowerrest
) is false. If it's true, the function seems to work correctly.Test case pasted below. I've phrased it as an I7 game to make it easier to test in the I7 IDE.
The text was updated successfully, but these errors were encountered: