Closed
Bug 166159
Opened 23 years ago
Closed 17 years ago
ctl/hindiShaper/dvng-x.c issue
Categories
(Core :: Layout: Text and Fonts, defect)
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.
Comment 1•23 years ago
|
||
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
Assignee | ||
Comment 3•23 years ago
|
||
I don't see this problem with what's in the trunk.
Updated•21 years ago
|
OS: SunOS → Solaris
Comment 4•21 years ago
|
||
prabhat:
Is this bug fixed now ?
Component: Layout: CTL → Layout: Text
QA Contact: tetsuroy → layout.fonts-and-text
Comment 5•17 years ago
|
||
Source file no longer exists.
You need to log in
before you can comment on or make changes to this bug.
Description
•