Skip to content

Conversation

@modesty
Copy link
Owner

@modesty modesty commented Oct 5, 2025

Complete fix for issue #385 - encoding and partial character issues

BREAKING CHANGE: Text in JSON output is no longer URI-encoded.

Fixed two issues:

  1. Removed URI encoding - Chinese/CJK characters now display as UTF-8
  2. Fixed missing characters - glyphs marked as disabled now extracted correctly
  • Removed encodeURIComponent() from flashEncode()
  • Moved text extraction outside glyph.disabled check in canvas.js
  • Added explicit UTF-8 encoding to all file operations
  • Updated tests to work with direct text access
  • Bumped version to 3.3.0

@modesty modesty merged commit 7b05aa9 into master Oct 5, 2025
1 check passed
@modesty modesty deleted the scratch/removeEncodeURIComponent branch October 5, 2025 03:09
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