Bug 182227
| Summary: | Reporting Errors for Scim tables for Bengali | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Runa Bhattacharjee <runab> | ||||||||
| Component: | m17n-db | Assignee: | Mayank Jain <majain> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 5 | CC: | ankit, eng-i18n-bugs | ||||||||
| Target Milestone: | --- | Keywords: | i18n | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2006-06-02 12:52:09 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 126002 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Runa Bhattacharjee
2006-02-21 06:00:05 UTC
Created attachment 124939 [details]
corrections for bn-inscript.mim
Created attachment 124940 [details]
corrections for bn-itrans.mim
Created attachment 124941 [details]
corrections for bn-probhat.mim
Runa, could you attach the final corrected versions of the .mim files to make it easier for me to merge in your fixes. Ignore comment 4 - your changes are quite clear and well documented. :) A couple of comments: 1) in bn-probhat-revised.mim: -("$" ?à§³) <-- this is actually U09F3 +("$" ?<Bangladeshi Currency symbol U09F3>) perhaps it is a font issue? 2) in bn-itrans-revised.mim: <!--These alphabets and dependent vowels are not used in modern bengali. Most of the other keymaps do not provide them either--!> <!--Not Unicode recognised codepoints--!> So you think those mappings should be removed? Also this:
-("t.h" "à§")
+("t.h" "<U09CE>")
is the same, no?
Answer to comment 5: #1.. it looks like a font issue #2.. better to remove as they are not in unicode anyways Answer to comment 6: i put that in just for clarification.. coz the box might have created a confusion. hth runa More questions:
1) I take it it is ok to remove these too:
("LLi" (delete @-) "à§¢") ; not in ITRANS Bengali table
("L^i" (delete @-) "à§¢") ; not in ITRANS Bengali table
?
2) These:
("#" "à§à¦°") ; not in ITRANS Bengali table
("$" "রà§") ; not in ITRANS Bengali table
("^" "তà§à¦°") ; not in ITRANS Bengali table
("*" "শà§à¦°") ; not in ITRANS Bengali table
are bad because they are combinations of codepoints?
1) yup. should not be a problem 2) they are not unicode recognised codepoints these are like conjuncts or semiconjuncts someone put in as they are used a lot. no official endorsement so far. we did not include it in iiimf-inscript either They have been removed in 1.3.3-2. Resolved. |