In Java, you can use the escape sequence \0 to represent the Null character
\0 and \0000 are not valid escape sequences in Kotlin, so I used static java char and accessed it from Kotlin.
public class StringUtils{ public static char escapeChar = '\0'; }
Is there a letter of the letter Null, or is there a better way to do this in Kotlin?
java kotlin
Caelum
source share