All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.algolia.search.helper.internal.Encoding.kt Maven / Gradle / Ivy

package com.algolia.search.helper.internal

import java.net.URLEncoder

internal actual fun String.encodeUTF8(): String {
    return URLEncoder.encode(this, "UTF-8")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy