Closed
Bug 482095
Opened 16 years ago
Closed 16 years ago
text-transform fails with Turkish ı and İ
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 231162
People
(Reporter: cbguder, Assigned: smontagu)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7
The text-transform and font-variant: small-caps CSS properties fail with ı (lowercase dotless i) and İ (uppercase dotted I) characters from the Turkish alphabet.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.w3.org/International/tests/sec-text-transform-1.html
2. Scroll to "Special case: Turkish"
3. See for yourself. =)
Actual Results:
The lang attribute is ignored during the conversion, producing erroneous results for Turkish text:
i -> I
I -> i
Expected Results:
The lang attribute should be considered during the conversion:
i -> İ
I -> ı
Updated•16 years ago
|
Assignee: nobody → smontagu
Component: General → Internationalization
Product: Firefox → Core
QA Contact: general → i18n
Version: unspecified → Trunk
Assignee | ||
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•