Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

scim-mozc cannot type "ぃ" in Kana input method #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start scim-mozc in kana input method
2. type E (shift + い)

What is the expected output? What do you see instead?
It should output "ぃ"; however, character "い" appears.

What version of the product are you using? On what operating system?
Mozc-1.1.717.102
Ubuntu 11.04

Please provide any additional information below.
-  { 'E' , "\xe3\x81\x84" },  // "い"
+  { 'E' , "\xe3\x81\x83" },  // "ぃ"

Original issue reported on code.google.com by sssaw...@gmail.com on 20 Jun 2011 at 1:07

GoogleCodeExporter commented 9 years ago
Thank you for reporting this issue.
The line reported is fixed in the internal repository.

Unfortunately, r57 (mozc-1.1.758.102.tar.bz2) does not contain this fix due to 
the timing of internal code freeze.

Original comment by yukawa@google.com on 1 Jul 2011 at 4:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
r58 does not contain this fix due to the same reason.
This issue will be fixed in the upcoming next release cycle (Ver. 1.2).
Sorry for inconvenience.

Original comment by yukawa@google.com on 24 Jul 2011 at 12:40

GoogleCodeExporter commented 9 years ago
r61 contains this fix.

Thank you.

Original comment by yukawa@google.com on 17 Aug 2011 at 2:12