Skip to content

guess_encoding inconsistency #641

Description

@juangomezduaso

I have found that the function guess_encoding() returns a dataframe with a $encoding column that is a character vector some times and a factor in the case when all data is just ASCII. This inconsistency my cause problems. For instance, the "encoding" parameter of function locale() expects a character value and fails if we give the "ASCII" obtained from guess_encoding() to it, but works fine otherwise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions