Skip to content

Commit c18e16d

Browse files
authored
AB#5105: Some Japanese handwritten characters are not recognized with Microsoft.Ink.Recognizer
1 parent 98bc609 commit c18e16d

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Japanese handwritten characters aren't recognized with Microsoft.Ink.Recognizer
3+
description: Describes an issue where Japanese handwritten characters aren't recognized when using Microsoft.Ink.Recognizer as the recognition engine on Windows 11 version 24H2 and Windows Server 2025.
4+
ms.date: 03/26/2025
5+
ms.reviewer: hirotoh, davean
6+
ms.custom: sap:Desktop app UI development\User interaction (keyboard, mouse, pen and touch)
7+
ms.topic: article
8+
---
9+
# Japanese handwritten characters aren't recognized with Microsoft.Ink.Recognizer
10+
11+
## Symptoms
12+
13+
When using `Microsoft.Ink.Recognizer` as the recognition engine on Windows 11 version 24H2 and Windows Server 2025, you might encounter the folliwng issues:
14+
15+
- Issue 1
16+
17+
The Japanese handwritten characters aren't recognized correctly.
18+
19+
For example, when you handwrite Japanese `カスイ`, the result is `カイ` which isn't expected.
20+
21+
- Issue 2
22+
23+
When you perform character recognition with specified stroke data, the specified character range isn't correctly applied.
24+
25+
For example, when you handwrite `あいう`, specify the character range as `ラ リ ル レ ロ`, and then execute handwritten character recognition, the actual result is `あいう`. However, the expected result is `ロロラ`.
26+
27+
## Status
28+
29+
Microsoft has confirmed this is a problem in Windows 11 version 24H2 and Windows Server 2025.

support/windows/win32/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
href: half-width-full-width-katakana-hiragana-characters.md
3030
- name: IME crashes with cross-thread sent messages
3131
href: ime-crash-processing-cross-thread-sent-message.md
32+
- name: Japanese handwritten characters aren't recognized
33+
href: japanese-handwritten-characters-not-recognized.md
3234
- name: Navigation bar doesn't update when navigating shell namespace extension folders
3335
href: navigation-bar-not-update-navigating-shell-namespace-extension-folders.md
3436
- name: Owner window gets activated when taskbar buttons are created

0 commit comments

Comments
 (0)