Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Input stream korean language error

Open
#1,462 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, vscode
Domain
devtools

Research direction

No source files, tests, or entry points are named. Start by reproducing the Scanner input case with Korean text under the listed Windows 11, JDK 17, VS Code, and Java debugger versions; done means Korean input remains intact in the debug terminal and search output.

Written by the indexing model from the issue text.

Description

ai-triaged question

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

Dominant language
TypeScript
Stars
591
Forks
429
Avg merge
1d 9h
Merged PRs (30d)
19

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode-java-debug

All issues in microsoft/vscode-java-debug

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.