Command line showing only question marks at non-English computer
I have a Windows computer that's using a non-English language. I installed Java to make a keystore to my server. But whenÃÂ I execute it, it only shows '??????'
For example
C:Javabinkeytool> keytool.exe -list
??????
I have tried using the language pack, but it needs to restart, and this server must online for 24 hours. How can I change it to English? Or any alternatives here?
windows java language i18n
bumped to the homepage by Community⦠yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |Â
I have a Windows computer that's using a non-English language. I installed Java to make a keystore to my server. But whenÃÂ I execute it, it only shows '??????'
For example
C:Javabinkeytool> keytool.exe -list
??????
I have tried using the language pack, but it needs to restart, and this server must online for 24 hours. How can I change it to English? Or any alternatives here?
windows java language i18n
bumped to the homepage by Community⦠yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
it needs restart
â user965347
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23
add a comment |Â
I have a Windows computer that's using a non-English language. I installed Java to make a keystore to my server. But whenÃÂ I execute it, it only shows '??????'
For example
C:Javabinkeytool> keytool.exe -list
??????
I have tried using the language pack, but it needs to restart, and this server must online for 24 hours. How can I change it to English? Or any alternatives here?
windows java language i18n
I have a Windows computer that's using a non-English language. I installed Java to make a keystore to my server. But whenÃÂ I execute it, it only shows '??????'
For example
C:Javabinkeytool> keytool.exe -list
??????
I have tried using the language pack, but it needs to restart, and this server must online for 24 hours. How can I change it to English? Or any alternatives here?
windows java language i18n
windows java language i18n
edited Aug 28 '13 at 16:44
slhck
159k47440464
159k47440464
asked Aug 27 '13 at 12:07
user965347
814
814
bumped to the homepage by Community⦠yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community⦠yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
it needs restart
â user965347
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23
add a comment |Â
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
it needs restart
â user965347
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
it needs restart
â user965347
Aug 27 '13 at 12:23
it needs restart
â user965347
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23
add a comment |Â
1 Answer
1
active
oldest
votes
Try to use UTF-8 encoding in a command line.
Use >chcp <codepage>
command to check or set proper code page, where the proper code page for UTF-8 is 65001. And set Lucida Console font after all
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to use UTF-8 encoding in a command line.
Use >chcp <codepage>
command to check or set proper code page, where the proper code page for UTF-8 is 65001. And set Lucida Console font after all
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
add a comment |Â
Try to use UTF-8 encoding in a command line.
Use >chcp <codepage>
command to check or set proper code page, where the proper code page for UTF-8 is 65001. And set Lucida Console font after all
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
add a comment |Â
Try to use UTF-8 encoding in a command line.
Use >chcp <codepage>
command to check or set proper code page, where the proper code page for UTF-8 is 65001. And set Lucida Console font after all
Try to use UTF-8 encoding in a command line.
Use >chcp <codepage>
command to check or set proper code page, where the proper code page for UTF-8 is 65001. And set Lucida Console font after all
answered Mar 18 at 9:54
Vadim Shmelev
1
1
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
add a comment |Â
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
1
1
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
I wonder if the OP will reply??
â Solar Mike
Mar 18 at 11:56
add a comment |Â
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f637210%2fcommand-line-showing-only-question-marks-at-non-english-computer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It is possible you simply need to set the default encoding, see stackoverflow.com/questions/469163/â¦
â Ofir
Aug 27 '13 at 12:18
it needs restart
â user965347
Aug 27 '13 at 12:23
wandersick.blogspot.com/p/change-non-english-command-line.html this will help you
â BlueBerry - Vignesh4303
Aug 27 '13 at 12:23