-
Notifications
You must be signed in to change notification settings - Fork 5
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
Añade tests para encoding #19
Conversation
De nada |
Algunos de los municipios con problemas (en la version de 2021-09-13): |
Mi solución es leer el fichero y substituir esos caracteres: |
Pruébalo porque es muy posible que tengas que incluir el , useBytes = TRUE en el writeLines |
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
+ Coverage 98.22% 98.23% +0.01%
==========================================
Files 18 19 +1
Lines 788 794 +6
==========================================
+ Hits 774 780 +6
Misses 14 14
Continue to review full report at Codecov.
|
Le he metido unos tests, y funciona a la perfección, gracias. Si más adelante da problemas ya los solucionaremos: |
Fenomenal. Un saludo |
Le sigo dando vueltas y he visto esto: https://stackoverflow.com/questions/9934856/removing-non-ascii-characters-from-data-files |
Me parece que la solución de stringi::stri_trans_general crea un problema que no había visto, las eñes, acentos, etc: |
... Este parece que funciona: |
Gracias @santiagomota