fix tests

This commit is contained in:
pavlov@netscape.com
2000-04-27 23:20:32 +00:00
parent beb57415e3
commit a0bc90866a
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
static nsString* ConvertCharacterSetName(const char* aName)
{
return new nsString(aName);
return new nsString(NS_ConvertASCIItoUCS2(aName));
}
int main(int argc, char** argv)