This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

BinaryUnits

Summary

Sets which units eZ publish considers binary units.

Usage

 

BinaryUnits= unit1; unit2;...

Description

Binary units will get binary prefixes in front of the 'B' for byte or 'b' for bit. The possible units are listed in units.ini.

Use the UseSIUnits settings to force eZ publish to use SI prefixes instead of the standard OSI approved prefixes.

The configuration file units.ini allows you to alter the prefixes.

Examples

OSI prefixes

The binary number 1 048 576 byte will be displayed as 1 MB
The binary number 1 048 576 bit will be displayed as 1 Mb

SI prefixes

The binary number 1 048 576 byte will be displayed as 1 MiB
The binary number 1 048 576 bit will be displayed as 1 Mib

Frederik Holljen (06/04/2005 9:16 pm)

Frederik Holljen (13/04/2005 10:01 am)


Comments

There are no comments.