mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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.