pp.amorim
05/20/2020, 1:56 PMval intValue: Int = 2498533
val foo = "<http://abc.com/$intValue|abc.com/$intValue>"
println("Foo: $foo") //Foo: <http://abc.com/٢٤٩٨٥٣٣|abc.com/٢٤٩٨٥٣٣>
But note that the interpolation is returning these non integer characters. Why this is happening? Shouldn’t it be <http://abc.com/2498533|abc.com/2498533>
?Michael de Kaste
05/20/2020, 2:10 PMpp.amorim
05/20/2020, 2:51 PMpp.amorim
05/20/2020, 3:01 PMJakub Pi
05/20/2020, 6:26 PMJakub Pi
05/20/2020, 6:28 PMpp.amorim
05/21/2020, 10:36 AMMichael de Kaste
05/21/2020, 10:40 AMJakub Pi
05/21/2020, 2:24 PMpp.amorim
05/22/2020, 2:29 AMJakub Pi
05/22/2020, 6:30 AM