Skip to content
New issue

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

bug in cod (<pre><code>) return empty #389

Closed
jomadee opened this issue Feb 26, 2016 · 3 comments
Closed

bug in cod (<pre><code>) return empty #389

jomadee opened this issue Feb 26, 2016 · 3 comments

Comments

@jomadee
Copy link

jomadee commented Feb 26, 2016

test from https://raw.githubusercontent.com/lliure/lliure/7/README.md

ele não está interpretando os scripts como pode ver no final

@jomadee
Copy link
Author

jomadee commented Feb 26, 2016

I identified the error... it happens when the content is in iso 8859-1

i have a function in my script

$url = iconv("UTF-8","ISO-8859-1//TRANSLIT//IGNORE",$url );

and

echo $texto->text($url);

@jomadee
Copy link
Author

jomadee commented Feb 26, 2016

now trade

echo $url = iconv("UTF-8","ISO-8859-1//TRANSLIT//IGNORE",$texto->text($url));

@aidantwoods
Copy link
Collaborator

Unfortunately I'm not really sure what the issue is here, i.e. which part of the linked document is not working as expected? Please feel free to reopen if you can provide some more info and the problem is still present :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants