Closed Bug 70028 Opened 24 years ago Closed 24 years ago

landing of nsIUBidiUtils.h and implementation

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla0.9.1

People

(Reporter: ftang, Assigned: ftang)

Details

Attachments

(7 files)

      No description provided.
Attached file bidicattable.h
Attached file symmtable.h
Attached file nsBidiUtilsImp.h
Attached file nsBidiUtilsImp.cpp
submit by smontagur@il.ibm.com
r=ftang
sr=erik
Status: NEW → ASSIGNED
check in these 5 files. Need to add into the build after nsIBidi.h land.
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.)
Changed QA contact to ftang@netscape.com.
QA Contact: teruko → ftang
r=ftang
previous r=ftang was for gensymmtable.pl

sr=erik for the same file
gensymmtable.pl changes checked in. Makefiles not checked in yet.
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. 
Mark the remainning part as moz0.9
Target Milestone: --- → mozilla0.9
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
simon's last patch looks right to me . r=ftang
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.)
change to moz0.9.1 and reassign to erik
Assignee: ftang → erik
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9 → mozilla0.9.1
erik resign. reassign all his bug to ftang for now.
Assignee: erik → ftang
mark it as assign
Status: NEW → ASSIGNED
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
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.

Attachment

General

Creator:
Created:
Updated:
Size: