mete0r / hypua2jamo

Convert Hanyang-PUA code (U+E0BC~U+F8F7) to unicode Hangul Jamo (U+1100~U+11FF), i.e. Syllable-Initial-Peak-Final Encoding (첫가끝 코드).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEP393: deprecated 된 PyUnicode_* API 교체

mete0r opened this issue · comments

commented

현재 Cython 구현에서 사용 중인 PyUnicode_AsUnicode, PyUnicode_GetSize, PyUnicode_FromUnicode 가 PEP393에 의해 더이상 사용되지 않으므로, 교체해야 함.

  • 비효율적이지만 CFFI 구현처럼 array를 변환 매개물로 사용하거나,
  • PEP393에서 새로 도입된 API를 활용