Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1045

Android Studio, how to print unicode output from kotlin scratch file

$
0
0

Need to test some operations on Greek text. Sure enough, the scratch file accepts something like

var testString = "θερμοσίφωνας"

However any println("θερμοσίφωνας") will give me ????????????I have always been able to find a solution searching stack overflow. Not this time!

Settings > File Encodings > Global & Project both set to UTF-8

tried

var testString = "θερμοσίφωνας"println(testString)

or

println("θερμοσίφωνας") 

Log.d from scratch file possible?


Viewing all articles
Browse latest Browse all 1045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>