Create missing functionality to support correct conversion from std::string to std::u8string for non windows targets.
The conversion for windows already exists here src/XRechnung/XRechnungUtils.hpp:17 please include the missing functionality here src/XRechnung/XRechnungUtils.hpp:58.
Create missing functionality to support correct conversion from
std::stringtostd::u8stringfor non windows targets.The conversion for windows already exists here
src/XRechnung/XRechnungUtils.hpp:17please include the missing functionality heresrc/XRechnung/XRechnungUtils.hpp:58.