CLDR-8386 Issues with Malayalam-Latin/InterIndic transliteration rules
Checklist
- [ x] Issue filed: https://unicode-org.atlassian.net/browse/CLDR-8386
- [ x] Updated PR title and link in previous line to include Issue number
This is the fix created by Martin Jansche to primarily fix following issue in Malayalam-Latin transforms:
| Mlym | Correct | Current |
|---|---|---|
| കോ | kō | kēā |
| കൊ | ko | keā |
This patch makes other related changes as well.
Martin's original patch is available at: https://github.com/google/language-resources/commit/58e88645a0e4ca4ecdfff8601847369c3272d745#diff-c1ffded1a01f3ea4e54cce592f4a2205
Hooray! The files in the branch are the same across the force-push. 😃
~ Your Friendly Jira-GitHub PR Checker Bot
Thanks, Cibu.
Peter had the ticket, but I'm sure he'd be happy to pass it on.
Peter, let me know if you want me to review this one.
Mark
On Thu, Apr 30, 2020 at 2:12 PM cibu [email protected] wrote:
Checklist
- [ x] Issue filed: https://unicode-org.atlassian.net/browse/CLDR-8386
- [ x] Updated PR title and link in previous line to include Issue number
This is the fix created by Martin Jansche to primarily fix following issue in Malayalam-Latin transforms: Mlym Correct Current കോ kō kēā കൊ ko keā
This patch makes other related changes as well.
Martin's original patch is available at: google/language-resources@58e8864 #diff-c1ffded1a01f3ea4e54cce592f4a2205 https://github.com/google/language-resources/commit/58e88645a0e4ca4ecdfff8601847369c3272d745#diff-c1ffded1a01f3ea4e54cce592f4a2205
You can view, comment on, or merge this pull request online at:
https://github.com/unicode-org/cldr/pull/446 Commit Summary
- Update Malayalam-Bengali.xml
- Update Malayalam-Latin.xml
- Update Malayalam-Tamil.xml
- Update Malayalam-InterIndic.xml
File Changes
- M common/transforms/Malayalam-Bengali.xml https://github.com/unicode-org/cldr/pull/446/files#diff-4c4fff38ef5d56aebdcaf2c6e84dd160 (2)
- M common/transforms/Malayalam-InterIndic.xml https://github.com/unicode-org/cldr/pull/446/files#diff-39b0d9a696737c01c526fff0c9f44c8a (55)
- M common/transforms/Malayalam-Latin.xml https://github.com/unicode-org/cldr/pull/446/files#diff-a8adb05218b6f574f2b0f5bc5111d603 (2)
- M common/transforms/Malayalam-Tamil.xml https://github.com/unicode-org/cldr/pull/446/files#diff-acf6297fd9ea6a241256b9e4d5fc3895 (2)
Patch Links:
- https://github.com/unicode-org/cldr/pull/446.patch
- https://github.com/unicode-org/cldr/pull/446.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/unicode-org/cldr/pull/446, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJLEMGDXGYMKEJ2K53LTVTRPHSUFANCNFSM4MWURW3A .
The PR will need to have changes in the test files to reflect the changes.
I am perfectly fine with Peter take care of it. Anyway my patch is not complete with the failing Travis tests.
-Cibu
On Thu, Apr 30, 2020 at 10:38 PM Mark Davis ☕️ [email protected] wrote:
Thanks, Cibu.
Peter had the ticket, but I'm sure he'd be happy to pass it on.
Peter, let me know if you want me to review this one.
Mark
On Thu, Apr 30, 2020 at 2:12 PM cibu [email protected] wrote:
Checklist
- [ x] Issue filed: https://unicode-org.atlassian.net/browse/CLDR-8386
- [ x] Updated PR title and link in previous line to include Issue number
This is the fix created by Martin Jansche to primarily fix following issue in Malayalam-Latin transforms: Mlym Correct Current കോ kō kēā കൊ ko keā
This patch makes other related changes as well.
Martin's original patch is available at: google/language-resources@ 58e8864#diff-c1ffded1a01f3ea4e54cce592f4a2205 https://github.com/google/language-resources/commit/58e88645a0e4ca4ecdfff8601847369c3272d745#diff-c1ffded1a01f3ea4e54cce592f4a2205
You can view, comment on, or merge this pull request online at:
https://github.com/unicode-org/cldr/pull/446 Commit Summary
- Update Malayalam-Bengali.xml
- Update Malayalam-Latin.xml
- Update Malayalam-Tamil.xml
- Update Malayalam-InterIndic.xml
File Changes
- M common/transforms/Malayalam-Bengali.xml https://github.com/unicode-org/cldr/pull/446/files#diff-4c4fff38ef5d56aebdcaf2c6e84dd160 (2)
- M common/transforms/Malayalam-InterIndic.xml https://github.com/unicode-org/cldr/pull/446/files#diff-39b0d9a696737c01c526fff0c9f44c8a (55)
- M common/transforms/Malayalam-Latin.xml https://github.com/unicode-org/cldr/pull/446/files#diff-a8adb05218b6f574f2b0f5bc5111d603 (2)
- M common/transforms/Malayalam-Tamil.xml https://github.com/unicode-org/cldr/pull/446/files#diff-acf6297fd9ea6a241256b9e4d5fc3895 (2)
Patch Links:
- https://github.com/unicode-org/cldr/pull/446.patch
- https://github.com/unicode-org/cldr/pull/446.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/unicode-org/cldr/pull/446, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJLEMGDXGYMKEJ2K53LTVTRPHSUFANCNFSM4MWURW3A .
Mark is more familiar with the InterIndic transforms and probably a better reviewer for this if he has time...
The PR isn't ready since the tests fail. The problem is that this change percolates through all of the mappings from Malayalam to other scripts (and back, I think), so it would take some work to adjust them.
Mark
On Mon, May 4, 2020 at 4:37 PM pedberg-icu [email protected] wrote:
Mark is more familiar with the InterIndic transforms and probably a better reviewer for this if he has time...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/unicode-org/cldr/pull/446#issuecomment-623763567, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJLEMGIEKDH5J3YHSG7VM3RP5GTRANCNFSM4MWURW3A .
Hi @cibu I just stumbled over this and noticed it's still open. Looks like it needs rebasing to pick up intermediate changes in these files, and needs test changes to cover the changes in behavior.