microsoft / microsoft/vscode-java-debug

Input stream korean language error

Aperta
#1,462 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

ai-triaged question
Lingua principale
TypeScript
Stelle
591
Fork
429
Merge medio
1g 9h
PR unite (30g)
19

Descrizione

I am having an issue with the java Scanner fuction. With the project, I am trying to input korean language to debug terminal and get the result. but when I put in korean language to the Scanner, the code doesn't recognize the input and save it as ? or blank space. It seems like the debugger is not accepting korean language.

Environment
  • Operating System: window 11
  • JDK version: jdk 17
  • Visual Studio Code version: 1.88
  • Java extension version: v0.25.15
  • Java Debugger extension version: v0.57.0
Current Result
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
Mysql8 드라이버 성공!
검색할 이름을 입력해주세요(종료:x)
** ? 검색결과 **
========================================
시퀀스 이름 성별 부서 점수
========================================
? 을 포함하는 사원은 없습니다
Expected Result
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
Mysql8 드라이버 성공!
검색할 이름을 입력해주세요(종료:x)
** 홍 검색결과 **
========================================
시퀀스 이름 성별 부서 점수
========================================
홍 을 포함하는 사원은 없습니다
Additional Informations

I have set up everything that I can to utf-8 setting right now. but still not working

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Non sono indicati file sorgente, test o punti di ingresso. Inizia riproducendo il caso di input di Scanner con testo coreano usando le versioni elencate di Windows 11, JDK 17, VS Code e del debugger Java; il lavoro è completato quando l'input coreano rimane intatto nel terminale di debug e nell'output della ricerca.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
java, vscode
Ambito
devtools
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.