NWUXEnableOemEuro

Enables a Unicode converter to map the Unicode Euro Currency Symbol character to OEM codepages.

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Unicode

Syntax

   N_GLOBAL_LIBRARY(nint) NWUXEnableOemEuro (
      pCONVERT   convert);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUXEnableOemEuro 
     (convert : pCONVERT
   ): nint;
   

Parameters

convert
(IN) Points to the Unicode converter handle.

Return Values

0

N_SUCCESS

0xFDE9

NWU_NULL_HANDLE

0xFDEA

NWU_BAD_HANDLE

0xFDEB

NWU_HANDLE_MISMATCH

0xFDED

NWU_RANGE_ERROR

Remarks

The NetWare client converts file and directory names from ANSI to OEM codepages before sending them to the server. The client performs this conversion only for Windows applications, Windows Explorer, NWAdmin, etc.; there is no conversion for DOS applications.

Since the Euro character is not supported in any of the OEM codepages and it is supported in the ANSI codepages, Novell chose 0xCC to represent the character on the server. The line-drawing character that previously occupied that space is essentially removed from the character set, since line-drawing characters cannot be used in file names. (The line-drawing characters can be used to create files in DOS, but not in Windows.)

See Also

See oemeuro.c for sample code.