[PATCH] D83984: Explicitly use utf-8 in send_string

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 01:53:52 PDT 2020


serge-sans-paille added a comment.

According to the doc, `'utf-8'` is already the default encoding, at least on py3, but not on py2. i guess that the problem you're trying to fix?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83984/new/

https://reviews.llvm.org/D83984



More information about the cfe-commits mailing list