Contents - Index - Previous - Next


OEMConvert property

 

Applies to

TVCLUnZip component

 

Declaration

property OEMConvert: TOEMConvert = (oemAlways,oemNever,oemFlexible);

 

Description

Historically pkzip filenames have been run through an OEM conversion to make it ascii compatible, thereby losing accented characters.  Nowdays this is becoming less prevelant.   The default value for this property is oemAlways for backward compatability.  

 

oemAlways: Always runs filenames through the OEM conversion

oemNever: Never converts filenames

oemFlexible: Will convert filenames and then convert back to original filename.  If the filename is not the same then the filename will be stored with no conversion.