Skip to content

Import Dataset from Text(base) does not work properly for file encoding which is different from encoding of system #264

@locherx

Description

@locherx

RStudio 2022.07.1 Build 554 (and earlier versions) on Kubuntu 22.04.

Using menu File -> Import Dataset -> from Text(base) for LATIN1 (see attachement) translates to
DF <- read.csv("barplot1-latin-1.csv", encoding="LATIN1", sep=";")
instead of (the more useful)
DF <- read.csv("barplot1-latin-1.csv", fileEncoding="LATIN1", sep=";")

fileEncodingLatin1

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