iconv() text conversion.
This port installs GNU libiconv if the system C runtime doesn't provide a suitable iconv() implementation.
libiconv provides CMake targets:
find_package(Iconv REQUIRED)
target_link_libraries(main PRIVATE Iconv::Iconv)
v1.18#1
All
Complex license
Manifest