Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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 7:16 pm)

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


Comments

There are no comments.