On 28. 5. 25 13:56, Timofei Zhakov wrote:
You changed that opt_state.encoding to be in UTF-8 (a change that,
by the way, I'm not sure about. That value is a parameter for the
xlate functions, which may require the original native-encoded name).
Yup. I think I clarified this in the log message. I dug down into
xlate a little bit and it seems like they will be fine with utf8
parameters. And since our api works with utf8 strings, why would this
be an issue?
OK, that's fine then. Encoding names should be ASCII anyway, or at least
a subset of that that can be represented anywhere. Subversion won't work
at all on EBCDIC systems (the Z/OS port worked on an emulation layer).
-- Brane