[WASM] Add std text implementations
This commit is contained in:
committed by
TeamCityServer
parent
1b4f519701
commit
9408499da9
@@ -5,7 +5,6 @@
|
||||
|
||||
package test.text
|
||||
|
||||
// TODO: Fix this once we implement kotlin.text
|
||||
internal actual val surrogateCodePointDecoding: String = "�"
|
||||
internal actual val surrogateCodePointDecoding: String = "���"
|
||||
|
||||
internal actual val surrogateCharEncoding: ByteArray = byteArrayOf(0x3F)
|
||||
internal actual val surrogateCharEncoding: ByteArray = byteArrayOf(0xEF.toByte(), 0xBF.toByte(), 0xBD.toByte())
|
||||
Reference in New Issue
Block a user