Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.8에서 bind_textdomain_codeset() is deprecated #93

Closed
changwoo opened this issue Dec 27, 2019 · 1 comment
Closed

python 3.8에서 bind_textdomain_codeset() is deprecated #93

changwoo opened this issue Dec 27, 2019 · 1 comment

Comments

@changwoo
Copy link

$ python3.8 /usr/share/ibus-hangul/setup/main.py
/usr/share/ibus-hangul/setup/main.py:298: DeprecationWarning: bind_textdomain_codeset() is deprecated
  gettext.bind_textdomain_codeset(config.gettext_package, "UTF-8")
$

지우셔도 상관 없을 것 같습니다. (로캘 인코딩에 맞게 변환한 char*를 리턴하는 C의 gettext()와는 다르게 파이썬에서는 어차피 스트링 타입을 리턴하기 때문에)

choehwanjin added a commit that referenced this issue Feb 16, 2020
gettext.bind_textdomain_codeset() is deprecated since pytion 3.8.

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

#93
@choehwanjin
Copy link
Member

수정하였습니다.
감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants