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

Pb : accent Latin char value display NULL value in firebug console #8

Open
tyjak opened this issue May 24, 2013 · 1 comment
Open
Labels

Comments

@tyjak
Copy link

tyjak commented May 24, 2013

Firebug send NULL value when value is an accent Latin char encoded.

Ex : fb( 'éèàù','accents',FirePHP::INFO);
In FireBug Console -> accents : NULL

I had to patch FirePHP.class.php line 1385 :
return (mb_detect_encoding($str,'UTF-8',true) == 'UTF-8');

So in firebug console -> accents : éèàù

@cadorn
Copy link
Member

cadorn commented Mar 12, 2014

Also:

Logging a string variable with accent. For instance $test="diplôme" returns NULL as a value in FirePHP.

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

No branches or pull requests

2 participants