Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to support Cyrillic alphabet in Eclipse?
How to support Cyrillic alphabet in Eclipse? [message #1854679] Fri, 02 September 2022 09:43 Go to next message
Yuriy Sholomiy is currently offline Yuriy SholomiyFriend
Messages: 3
Registered: September 2022
Junior Member
How to make it so that when the Russian language is output, Russian letters are output, and not �� ����� �������� �����! It does not work only in the console, but everything is ok in the terminal

I have the same problem as in the link: stackoverflow.com/questions/72592782/how-to-support-cyrillic-alphabet-in-eclipse/73580588#73580588]

None of the suggested solutions fix the problem.
Thanks.
Re: How to support Cyrillic alphabet in Eclipse? [message #1854695 is a reply to message #1854679] Fri, 02 September 2022 13:54 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Which ones did you try, and what happened with each?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: How to support Cyrillic alphabet in Eclipse? [message #1854765 is a reply to message #1854695] Thu, 08 September 2022 13:19 Go to previous messageGo to next message
Yuriy Sholomiy is currently offline Yuriy SholomiyFriend
Messages: 3
Registered: September 2022
Junior Member
I have tried all the methods mentioned. None of them led to the desired result. The line is not readable.
Re: How to support Cyrillic alphabet in Eclipse? [message #1854882 is a reply to message #1854765] Fri, 16 September 2022 08:04 Go to previous messageGo to next message
SERGII DOBROVOLSKYI is currently offline SERGII DOBROVOLSKYIFriend
Messages: 3
Registered: September 2022
Junior Member
Yuriy Sholomiy wrote on Thu, 08 September 2022 13:19
I have tried all the methods mentioned. None of them led to the desired result. The line is not readable.

Hello, Yuriy Sholomiy!
I have SAME problem with cyrillic alphabet in console of Eclipse.
Do you founded any decision of this problem?
Re: How to support Cyrillic alphabet in Eclipse? [message #1854930 is a reply to message #1854882] Mon, 19 September 2022 09:51 Go to previous messageGo to next message
Yuriy Sholomiy is currently offline Yuriy SholomiyFriend
Messages: 3
Registered: September 2022
Junior Member
No. I was unable to solve the problem in Eclipse. Have to use Java, programmatically solve (set encodings). But this is not very convenient.
Re: How to support Cyrillic alphabet in Eclipse? [message #1854935 is a reply to message #1854930] Mon, 19 September 2022 13:28 Go to previous messageGo to next message
SERGII DOBROVOLSKYI is currently offline SERGII DOBROVOLSKYIFriend
Messages: 3
Registered: September 2022
Junior Member
Yuriy Sholomiy wrote on Mon, 19 September 2022 09:51
No. I was unable to solve the problem in Eclipse. Have to use Java, programmatically solve (set encodings). But this is not very convenient.

I still does NOT solved this problem with Eclipse too.
If I want to see the Cyrillic text in console then I copy code from Eclipse, paste it through Notepad to temporary .java file, then go to CMD window in Windows, compile this .java file with javac and then start it with java. In CMD window of Windows all is OK with Cyrillic text ))))))))))

Can you send me more detailed instructions how to "set encodings in Java" (in what place, what encoding, etc.)?
Thank you in advance!

[Updated on: Mon, 19 September 2022 13:29]

Report message to a moderator

Re: How to support Cyrillic alphabet in Eclipse? [message #1854936 is a reply to message #1854935] Mon, 19 September 2022 14:56 Go to previous messageGo to next message
islan tani is currently offline islan taniFriend
Messages: 3
Registered: September 2022
Junior Member
Is everyone having it in cyrillic alphabet in console?
Re: How to support Cyrillic alphabet in Eclipse? [message #1854950 is a reply to message #1854936] Tue, 20 September 2022 09:14 Go to previous messageGo to next message
Eitan Rosenberg is currently offline Eitan RosenbergFriend
Messages: 139
Registered: October 2018
Senior Member
Hi,

I have the same problem with hebrew in my case i change my run configuration like so:

index.php/fa/42519/0/

So now when I use:

System.out.println("בוקר טוב עולם");

I am getting the same in the console instead of "���� ��� ����"

Regards.
Re: How to support Cyrillic alphabet in Eclipse? [message #1854957 is a reply to message #1854950] Tue, 20 September 2022 11:49 Go to previous messageGo to next message
SERGII DOBROVOLSKYI is currently offline SERGII DOBROVOLSKYIFriend
Messages: 3
Registered: September 2022
Junior Member
Eitan Rosenberg wrote on Tue, 20 September 2022 09:14
Hi,

I have the same problem with hebrew in my case i change my run configuration like so:

index.php/fa/42519/0/

So now when I use:

System.out.println("בוקר טוב עולם");

I am getting the same in the console instead of "���� ��� ����"

Regards.

Dear Eitan Rosenberg!

THANK YOU! I solved my proble with Cyrillic alphabet in Eclipse by using your example.
Re: How to support Cyrillic alphabet in Eclipse? [message #1855018 is a reply to message #1854765] Fri, 23 September 2022 16:48 Go to previous messageGo to next message
Steve Nancy is currently offline Steve NancyFriend
Messages: 1
Registered: September 2022
Junior Member
I know, I'm having the same issue :( If you find any solution also inform me :)
Re: How to support Cyrillic alphabet in Eclipse? [message #1855023 is a reply to message #1854957] Sat, 24 September 2022 05:07 Go to previous message
Eitan Rosenberg is currently offline Eitan RosenbergFriend
Messages: 139
Registered: October 2018
Senior Member
Hi,

You are most welcome !!!

Regards.
Previous Topic:Maven Repositories view right click menu is missing maven options [Solved]
Next Topic:Open attached javadoc in a browser in a .java source brings to a 404 page
Goto Forum:
  


Current Time: Thu Apr 25 06:58:09 GMT 2024

Powered by FUDForum. Page generated in 0.03933 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top