Skip to content

Conversation

@Akshay10258
Copy link

Fix Description

Fixes issue - #5255
Resolves UTF-8 character corruption in GitHub file loading by replacing naive Base64 decoding with UTF-8 aware decoding.

Testing

  • Verified fix using browser console testing.
  • Characters like 👨‍💻 now load correctly instead of showing corruption - ������.
  • Includes fallback for compatibility

Code Review Checklist

  • ✅ Implements intended functionality (UTF-8 fix)
  • ✅ Handles error scenarios (try-catch with fallback)
  • ✅ Follows existing code patterns
  • ✅ No performance impact (minimal overhead)
  • ✅ Maintains backward compatibility

alexanderLinear

This comment was marked as spam.

@jgraph jgraph deleted a comment from alexanderLinear Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants