Files
Pierre-Marie de Rodat eab5ae7a8b Python API: fix charset handling for UnitProvider.auto
The low level function accepts a ctypes.c_char_p, which requires a bytes
instance, so users passing a str will get a TypeError exception. Use
the dedicated _unwrap_charset function to run the automatic conversion
in this case.

TN: VB02-014
2022-11-04 15:41:02 +00:00
..