Closed Bug 166159 Opened 22 years ago Closed 16 years ago

ctl/hindiShaper/dvng-x.c issue

Categories

(Core :: Layout: Text and Fonts, defect)

Sun
Solaris
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: masaki.katakai, Assigned: prabhat.hegde)

References

Details

(Keywords: intl)

One issue is that dvng-x.c. While I tried to
fix whitespace issue of bug 163962,
I found the problem that

{ does not match in the first case.

static gint
get_adjusted_glyphs_list(DvngFontInfo *fontInfo,

  case St17:
    if (IsDvngCharCls(cluster[nChars - 1], _UP)) { <====

's { matches with

  case St20:
    if (IsDvngCharCls(cluster[0], _MS))
      gLst[nGlyphs++] = PANGO_MOZ_MAKE_GLYPH(0xF816);
    else
      gLst[nGlyphs++] = PANGO_MOZ_MAKE_GLYPH(0xF81A);

    GetBaseConsGlyphs(cluster+2, nChars - 4, &gLst[nGlyphs], &nGlyphs);
    break;
    } <===============================================


Prabhat, what do you think? Could you correct the codes? also
includ whitespace issue?

The build is OK, no problem but we have to correct this.
Can we kill the TABs in the sources with this bug, please (I already did that
for the new code but the thai part is still full of TABs) ?
code issue? QA to yokoyama@netscape.com for now.
Keywords: intl
QA Contact: ruixu → yokoyama
I don't see this problem with what's in the trunk.
Component: Internationalization → Complex Text Layout
OS: SunOS → Solaris
prabhat:
Is this bug fixed now ?
Component: Layout: CTL → Layout: Text
QA Contact: tetsuroy → layout.fonts-and-text
Source file no longer exists.
Status: NEW → RESOLVED
Closed: 16 years ago
Depends on: 447853
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.