Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problème d'encoding lors de la lecture du fichier departements-region.csv #107

Open
JeanGarf opened this issue Aug 16, 2023 · 0 comments
Open

Comments

@JeanGarf
Copy link
Contributor

ANOMALIE
Problème d'encoding sur les accents lors de la lecture du fichier departements-region.csv

CONTOURNEMENT
Aucun

ANALYSE

CORRECTION ATTENDUE
Préciser l'encoding UTF-8 comme ceci :
nom_departement <- read.csv("data/csv/departements-region.csv", fileEncoding="UTF-8" , sep=",", header = TRUE)

decoderleco added a commit that referenced this issue Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant