Closed
Bug 637599
Opened 15 years ago
Closed 15 years ago
Move nsIPlatformCharset from intl/uconv to intl/locale
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: smontagu, Assigned: m_kato)
References
Details
Attachments
(2 files, 1 obsolete file)
|
23.49 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
|
15.85 KB,
patch
|
Details | Diff | Splinter Review |
nsIPlatformCharset implementations are the only callers of GetPlatformLocale outside intl/locale. Moving them into intl/locale will it much easier to deCOM intl/locale.
| Assignee | ||
Comment 1•15 years ago
|
||
Assignee: smontagu → m_kato
| Assignee | ||
Updated•15 years ago
|
Attachment #516835 -
Flags: review?(smontagu)
| Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 516835 [details] [diff] [review]
fix
I forgot modify os2 files.
Attachment #516835 -
Flags: review?(smontagu)
| Assignee | ||
Comment 3•15 years ago
|
||
Attachment #516835 -
Attachment is obsolete: true
Attachment #516853 -
Flags: review?(smontagu)
| Reporter | ||
Updated•15 years ago
|
Attachment #516853 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: [not-ready-for-cedar]
Comment 6•15 years ago
|
||
Whiteboard: fixed-in-cedar
Comment 7•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Target Milestone: --- → mozilla2.2
Comment 8•15 years ago
|
||
Why nsICharsetAlias is also moved? It is not used in intl/locale, but in intl/uconv.
| Assignee | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> Why nsICharsetAlias is also moved? It is not used in intl/locale, but in
> intl/uconv.
nsICharsteAlias uses nsUConvPropertySearch.
You need to log in
before you can comment on or make changes to this bug.
Description
•