factor out some table-based string manipulation routines to make it easier to seperate unicode vs. 8-bit character strings. bug 114450, r=dbaron sr=jag

git-svn-id: svn://10.0.0.236/trunk@112213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-01-15 22:57:29 +00:00
parent 4bbb7aaef3
commit bfe2c85e5b
13 changed files with 573 additions and 183 deletions

View File

@@ -264,7 +264,7 @@ nsBulletFrame::Paint(nsIPresContext* aPresContext,
GetListItemText(aPresContext, *myList, text);
if (NS_STYLE_DIRECTION_RTL == vis->mDirection) {
nsStr::Delete(text, 0, 1);
nsStr::Delete2(text, 0, 1);
text.Append(NS_LITERAL_STRING("."));
}
break;