mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +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.