Commits


Antoine Pitrou authored and Wes McKinney committed eb23ea95244
ARROW-5648: [C++] Avoid using codecvt Some antiquated C++ build chains miss the standard <codecvt> header. Use a small vendored UTF8 implementation instead. Author: Antoine Pitrou <antoine@python.org> Closes #4616 from pitrou/ARROW-5648-simple-utf8 and squashes the following commits: 54b1b2f68 <Antoine Pitrou> ARROW-5648: Avoid using codecvt