Charset Utilities - Used mainly for converting UNICODE to closest CP1252 analogues.
LATEST RELEASE: [] (https://jitpack.io/#NewsRxTech/CharsetUtils)
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.NewsRxTech:CharsetUtils:...'
}