Changeset 3929

Show
Ignore:
Timestamp:
03/05/08 00:27:50 (16 months ago)
Author:
jwage
Message:

fixes #820

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Parser.php

    r3884 r3929  
    127127 
    128128        include($path); 
    129         $contents = ob_get_clean(); 
     129        $contents = iconv("UTF-8", "UTF-8", ob_get_clean()); 
    130130 
    131131        return $contents;