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
With the latest commit 0595c9c, Utf8StringToNative.Utf8NoBom was introduced for safety. However, there are other places in the library where Encoding.UTF8 is still used. For example, GameRichPresenceJoinRequested_t
With the latest commit 0595c9c,
Utf8StringToNative.Utf8NoBom
was introduced for safety. However, there are other places in the library whereEncoding.UTF8
is still used. For example,GameRichPresenceJoinRequested_t
The generator should be updated to use the new NoBom instance.
The text was updated successfully, but these errors were encountered: