Unicode characters in Java | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Unicode characters in Java

Have you ever tried printing characters in your own language in Java? I just cannot figure it out how it is done. Is any body there who has already done it and is ready to explain because when you try printing something like that, it only prints question marks.

10th Nov 2019, 5:39 PM
Avinesh
Avinesh - avatar
2 ответов
+ 2
Check this person's code, he had printed emojis using UTF-16, similarly you can print text in your language using UTF-16. https://code.sololearn.com/ccVDKGMI4co8/?ref=app
10th Nov 2019, 6:47 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 2
nAutAxH AhmAd Martin Taylor Guys thanks a ton 👍
10th Nov 2019, 6:50 PM
Avinesh
Avinesh - avatar