[all-commits] [llvm/llvm-project] 54d7fd: llvm-ifs doc: Replace a utf-8 char by a more class...
Sylvestre Ledru via All-commits
all-commits at lists.llvm.org
Thu Mar 10 13:45:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54d7fde46e8a0e425245e18732c2a78e64fa7b35
https://github.com/llvm/llvm-project/commit/54d7fde46e8a0e425245e18732c2a78e64fa7b35
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-ifs.rst
Log Message:
-----------
llvm-ifs doc: Replace a utf-8 char by a more classic one
Fails on old python (like on ubuntu bionic) otherwise with:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2130: ordinal not in range(128)
More information about the All-commits
mailing list