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

Проблема с кодировкой в io_helper.py #14

Open
AdilBikeev opened this issue Jun 22, 2022 · 0 comments
Open

Проблема с кодировкой в io_helper.py #14

AdilBikeev opened this issue Jun 22, 2022 · 0 comments
Assignees

Comments

@AdilBikeev
Copy link
Contributor

AdilBikeev commented Jun 22, 2022

#Проблема
Неверная кодировка при чтении файла

#Причина
В методе open(...) не задано в какой кодировке читать/записывать данные, в следствии чего мы зависимы от кодировки файла

#Тест-кейс

  1. Сохраняем файл в UTF-8 кодировке
  2. Считываем и записываем файл куда-нибдуь
  3. Проверяем читаем ли файл в ручную и через метод read..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants