Open amouhzi opened 10 years ago
Do you mean in bind.py? I've been forced to do it since without it, in some edge cases codification gets crazy.
No, not in bind.py. But in the php file PHPygments::render(). It dosn't work for me until I changed the line: 59:
return array( "code" => implode("\n", $output), "styles" => "styles/" . $style . ".css" );
The UTF8 encode is not needeed.
You should remove it from the code generator.