Closed
Bug 70028
Opened 24 years ago
Closed 24 years ago
landing of nsIUBidiUtils.h and implementation
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla0.9.1
People
(Reporter: ftang, Assigned: ftang)
Details
Attachments
(7 files)
No description provided.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Assignee | ||
Comment 6•24 years ago
|
||
submit by smontagur@il.ibm.com r=ftang sr=erik
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•24 years ago
|
||
check in these 5 files. Need to add into the build after nsIBidi.h land.
Comment 8•24 years ago
|
||
Simon, if you like, I think it's possible to change all of your softel.co.il entries in bugzilla to your IBM address. (You don't have to do this; I just thought you might want to.)
Comment 9•24 years ago
|
||
Assignee | ||
Comment 11•24 years ago
|
||
r=ftang
Comment 12•24 years ago
|
||
previous r=ftang was for gensymmtable.pl sr=erik for the same file
Comment 13•24 years ago
|
||
gensymmtable.pl changes checked in. Makefiles not checked in yet.
Assignee | ||
Comment 14•24 years ago
|
||
Check in most of the code. But we still need to review the Arabic shapping code. That part is still not fully work. I check in the code in a #ifdef which default to false.
Assignee | ||
Comment 15•24 years ago
|
||
Mark the remainning part as moz0.9
Target Milestone: --- → mozilla0.9
Comment 16•24 years ago
|
||
The code within #ifdef FULL_ARABIC_SHAPING doesn't build as is. NS_ConvertToString is no longer defined (see bug 73339), and should be replaced by NS_LITERAL_STRING. aSrcUnichars should be replaced by srcUnichars throughout for coding convention compliance
Comment 17•24 years ago
|
||
Assignee | ||
Comment 18•24 years ago
|
||
simon's last patch looks right to me . r=ftang
Comment 19•24 years ago
|
||
I think there is a better way to set the destination to the empty string. Instead of aDst = NS_LITERAL_STRING(""); we should simply have aDst.Truncate(); (This is how I solved it in my local tree.)
Assignee | ||
Comment 20•24 years ago
|
||
change to moz0.9.1 and reassign to erik
Assignee: ftang → erik
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9 → mozilla0.9.1
Assignee | ||
Comment 21•24 years ago
|
||
erik resign. reassign all his bug to ftang for now.
Assignee: erik → ftang
Assignee | ||
Comment 23•24 years ago
|
||
We recycle this bug too much. Mark this bug fixed and keep the remaining one in 80160.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 24•24 years ago
|
||
If you are going to move this issue then you will need to update the link on this page: http://www.mozilla.org/projects/intl/bidi-progress.html
You need to log in
before you can comment on or make changes to this bug.
Description
•