Skip to content

Commit

Permalink
remove bind_textdomain_codeset() from setup
Browse files Browse the repository at this point in the history
gettext.bind_textdomain_codeset() is deprecated since pytion 3.8.

log:
setup/main.py:298: DeprecationWarning: bind_textdomain_codeset() is deprecated

#93
  • Loading branch information
choehwanjin committed Feb 16, 2020
1 parent 312b9b0 commit 25114a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ def __write(self, key, v):

if __name__ == "__main__":
locale.bindtextdomain(config.gettext_package, config.localedir)
gettext.bind_textdomain_codeset(config.gettext_package, "UTF-8")

GLib.set_prgname("ibus-setup-hangul")
GLib.set_application_name(_("IBusHangul Setup"))
Expand Down

0 comments on commit 25114a5

Please sign in to comment.