CodeLobster IDE
http://codelobster.com/forum/

accentuated characters
http://codelobster.com/forum/viewtopic.php?f=8&t=24927
Page 1 of 1

Author:  oldcampus [ Sat Jan 09, 2021 3:49 pm ]
Post subject:  accentuated characters

hello,
I've got a weird issue with accentuated characters. UTF-8 strings are displayed as empty in the local variables pane of the debugger.
What am I missing ?
Thanks for help.

Author:  Admin [ Sun Jan 10, 2021 7:48 am ]
Post subject:  Re: accentuated characters

Hi.

Could You, please, send us the screenshot and the source file?

Thanks,
Codelobster Team.

Author:  oldcampus [ Mon Jan 11, 2021 8:28 am ]
Post subject:  Re: accentuated characters

hello,
I'm working with joomla and when I run a query to retreive some data from a database, (utf_general_ci) I can't display the value in the debuger, I get an empty string. BUT I know that the data read is correct as I can process it when I pass it to a javascript function.


[code] $db = JFactory::getDBO();
$db->set_charset("utf8");
$db->setQuery($livereq);
$resu = $db->loadAssocList();
// the string should be "ceci est un deuxième essai"
$a=$resu[1]["FieldValue"];
//I get an empty result for $a , ONLY in the debugger
[/code]
It looks like a debuger pane utf-8 issue ?
thanks for help

Author:  Admin [ Mon Jan 11, 2021 12:26 pm ]
Post subject:  Re: accentuated characters

Hi.

Could You, please, try the following version:
http://codelobsteride.com/download/Code ... up_ftp.exe

Thanks,
Codelobster Team.

Author:  oldcampus [ Sun May 02, 2021 1:30 pm ]
Post subject:  Re: accentuated characters

hi,
great it works fine, I can read utf-8 strings in the debug pane now.
thanks a lot for this efficient support.
regards

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/