Version: (using Devel) OS: Linux Installed from: Compiled sources My Problem: calling KGlobal::charsets()->availableEncodingNames(); end then looping over all names and calling KGlobal::charsets()->codecForName(*it, ok); does not work correctly. Now I found that the name "ISO 10646-UCS-2" does return the iso-8859-1 codec as the ok argument given returns false ... The same problem goes for "ucs2" and "utf7".
This got redone for KF6.