bkietz commented on PR #46180: URL: https://github.com/apache/arrow/pull/46180#issuecomment-2863366684
I would guess [this failure](https://github.com/apache/arrow/actions/runs/14908245982/job/41875806264?pr=46180#step:6:7170) is caused by [use of é (e with a diacritic)](https://github.com/apache/arrow/blob/5cedcfec0e3f398ac5d1e4c33e986a5f7bec882a/python/pyarrow/src/arrow/python/gdb.cc#L310). The bytes of a string literal aren't guaranteed to be utf-8 encoded without a [`u8` or `u8R` prefix](https://en.cppreference.com/w/cpp/language/string_literal)/[lex.string#7](https://timsong-cpp.github.io/cppwp/n4659/lex.string#7), like `u8"héhé"`. We will probably need to revisit that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org