Skip to content

TidyManaged encoding can not support GBK or GB2312 #13

@garysun90

Description

@garysun90

if I input chinese characters,it will output ???.

  using (Document doc = Document.FromString("已完成,请查看"))
        {
            doc.ShowWarnings = false;
            doc.Quiet = true;
            doc.OutputXhtml = true;
            doc.CleanAndRepair();
            parsed = doc.Save();
            Console.WriteLine(parsed);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions