We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UTF8 encode is not needeed.
You should remove it from the code generator.
The text was updated successfully, but these errors were encountered:
Do you mean in bind.py? I've been forced to do it since without it, in some edge cases codification gets crazy.
Sorry, something went wrong.
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" );
No branches or pull requests
The UTF8 encode is not needeed.
You should remove it from the code generator.
The text was updated successfully, but these errors were encountered: