Changeset 14890

Show
Ignore:
Timestamp:
02/12/08 11:08:05 (10 months ago)
Author:
rambo
Message:

added note about avoiding the raw binary null in your code to normalizer docblock

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/support/normalize_whitespace_normalizer.php

    r14887 r14890  
    3636    /** 
    3737     * Replaces nulls with empty string 
     38     * 
     39     * NOTE: If this messes up your code, think about using the null keyword 
     40     * or "\x00" in stead of the raw binary-null -character. 
    3841     * 
    3942     * @param string $data data to normalize (usually file contents)