Skip to content

[Bug]: Report file written without explicit charset #210

@Splatcrafter

Description

@Splatcrafter

AI REVIEWED

Module: cli
File: cli/command/MigrateCommand.java (~line 484)
Severity: Low

Summary

Files.writeString(this.reportFile.toPath(), reportContent); // platform default charset

Same issue as #195 but specific to the report file output.

Suggested Fix

Files.writeString(this.reportFile.toPath(), reportContent, StandardCharsets.UTF_8);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions