anirudhbagri / whatsapp-bulk-messenger

Send whatsapp message in bulk
214 stars 131 forks source link

Updated open function #25

Closed Prateekgautam21 closed 1 year ago

Prateekgautam21 commented 1 year ago

Explicitly specified the encoding to be utf-8 so that emojis can also be parsed and sent properly in the message. For instance-

  1. ๐Ÿ˜ก๐Ÿ˜ก๐Ÿ˜ก are not parsed properly
  2. ๐Ÿ˜ก๐Ÿ˜ก๐Ÿ˜กโค๏ธ๐Ÿ–ค๐Ÿ’› throws UnicodeDecodeError.
guispiller commented 1 year ago

Tested and working as intended. Thanks for your contribution!

anirudhbagri commented 1 year ago

Thank you so much @Prateekgautam21!