Command line showing only question marks at non-English computer










1














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?










share|improve this question
















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















1














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?










share|improve this question
















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













1












1








1







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?










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
















  • 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










1 Answer
1






active

oldest

votes


















0














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






share|improve this answer
















  • 1




    I wonder if the OP will reply??
    – Solar Mike
    Mar 18 at 11:56










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















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

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














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






share|improve this answer
















  • 1




    I wonder if the OP will reply??
    – Solar Mike
    Mar 18 at 11:56















0














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






share|improve this answer
















  • 1




    I wonder if the OP will reply??
    – Solar Mike
    Mar 18 at 11:56













0












0








0






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






share|improve this answer












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







share|improve this answer












share|improve this answer



share|improve this answer










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












  • 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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

Evgeni Malkin