Would you please give the url for the table of all encoding names for Basic4Android (I have seen this link in one of the posts, but unfortunately I didn't save it)
The encoding charsets are handled by the system not Basic4android.
The available encoding may change between different devices.
A short list with encoding charsets that are supported on every Java platform is available here: Charset (Java 2 Platform SE v1.4.2)
My problem is that, I use a file where different charsets are mixed (for example Turkish with Cryllic). If I use Cryllic charset (windows-1251) then Turkish characters are shown as Cryllic chars.
Do you have any idea how can I overcome this problem?