X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fdl_netware.xs;h=7e11f71c04b59699b2db371ae2ec47491d33ba97;hb=24b23f37fefbcc71a881f6805d87449a234dc645;hp=766ceb8ffbd45b406848172c59c6f51663a44c2a;hpb=c8c3aaef485e8175be70a158d82780a1bb4ae60b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/dl_netware.xs b/NetWare/dl_netware.xs index 766ceb8..7e11f71 100644 --- a/NetWare/dl_netware.xs +++ b/NetWare/dl_netware.xs @@ -107,11 +107,11 @@ dl_load_file(filename,flags=0) nlmHandle = FindNLMHandle(mod_name8); } } - //use UCSExt encountered- + //use Perl2UCS or UCSExt encountered : //initialize UCS, this has to be terminated when the script finishes execution //Is the script intending to use UCS Extensions? //This should be done once per script execution - if (strcmp(mod_name,"Perl2UCS.nlp")==0) + if ((strcmp(mod_name,"Perl2UCS.nlm")==0) || (strcmp(mod_name,"UCSExt.nlm")==0)) { unsigned int moduleHandle = 0; moduleHandle = FindNLMHandle("UCSCORE.NLM");