Skip to content

Fix Unicode metadata export on Windows#122

Merged
Zehina merged 1 commit into
masterfrom
fix/issue-121-utf8-metadata-export
Jun 7, 2026
Merged

Fix Unicode metadata export on Windows#122
Zehina merged 1 commit into
masterfrom
fix/issue-121-utf8-metadata-export

Conversation

@Zehina

@Zehina Zehina commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Write exported metadata files as UTF-8 so Webtoon titles and notes containing non-ANSI characters do not fail under Windows code pages.

Refs #121

Description of changes

This fixes a Windows only metadata export failure where chapter titles or notes containing Unicode characters could raise UnicodeEncodeError when writing .txt or info.json files.

The exporter now writes metadata files with explicit UTF-8 encoding, and JSON metadata preserves Unicode characters directly

Write exported metadata files as UTF-8 so Webtoon titles and notes containing non-ANSI characters do not fail under Windows code pages.

Refs #121
@Zehina Zehina merged commit 4f0f98f into master Jun 7, 2026
7 checks passed
@Zehina Zehina mentioned this pull request Jun 7, 2026
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.

1 participant