Skip to content

.net core: "No data is available for encoding 1252" #211

Open
@GeneThomas

Description

@GeneThomas

.net core does not have many encodings so in TextClient() where you Encoding = System.Text.Encoding.GetEncoding(1252); .net core throws as is can not find code page 1252. I changed this to Encoding = System.Text.Encoding.ASCII; or Encoding = System.Text.Encoding.UTF8;

Now I get: BAD Unknown command kt10mb48627408pjb

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