mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
Instead of using codecs.open, use the builtin open in binary mode and write data after encoding it in utf-8.
Instead of using codecs.open, use the builtin open in binary mode and write data after encoding it in utf-8.