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
fix: #385 [3.3.0 BREAKING CHANGE] removed encodeURIComponent and ensure utf8 extraction and output (#410)
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
0 commit comments