Skip to main content



      Home
Home » Eclipse Projects » Babel » toescapedunicode() function
toescapedunicode() function [message #14720] Wed, 09 July 2008 09:13 Go to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

It seems the function toescapedunicode() is not declared anywhere in
generate1.php.

As a result I cannot generate the update site for our Babel server. I'm
thinking of using the htmlspecialchars method to see if it works better.

Any idea ? Here is the error:

Fatal error: Call to undefined function toescapedunicode() in
/var/www/babel/server/classes/export/generate1.php on line 230

Thanks,

Antoine
Re: toescapedunicode() function [message #14750 is a reply to message #14720] Wed, 09 July 2008 13:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

htmlspecialchars($strings_row['trans'], ENT_COMPAT, 'UTF-8')

worked better. Should I file a bug ?

Antoine Toulme wrote:
> It seems the function toescapedunicode() is not declared anywhere in
> generate1.php.
>
> As a result I cannot generate the update site for our Babel server. I'm
> thinking of using the htmlspecialchars method to see if it works better.
>
> Any idea ? Here is the error:
>
> Fatal error: Call to undefined function toescapedunicode() in
> /var/www/babel/server/classes/export/generate1.php on line 230
>
> Thanks,
>
> Antoine
Re: toescapedunicode() function [message #14897 is a reply to message #14750] Thu, 10 July 2008 08:56 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Too much coffee must have triggered a partial biased blindness.

The characters are not escaped.

Bug filed here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=240314

Antoine Toulme wrote:
> htmlspecialchars($strings_row['trans'], ENT_COMPAT, 'UTF-8')
>
> worked better. Should I file a bug ?
>
> Antoine Toulme wrote:
>> It seems the function toescapedunicode() is not declared anywhere in
>> generate1.php.
>>
>> As a result I cannot generate the update site for our Babel server.
>> I'm thinking of using the htmlspecialchars method to see if it works
>> better.
>>
>> Any idea ? Here is the error:
>>
>> Fatal error: Call to undefined function toescapedunicode() in
>> /var/www/babel/server/classes/export/generate1.php on line 230
>>
>> Thanks,
>>
>> Antoine
Re: toescapedunicode() function [message #571814 is a reply to message #14720] Wed, 09 July 2008 13:13 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

htmlspecialchars($strings_row['trans'], ENT_COMPAT, 'UTF-8')

worked better. Should I file a bug ?

Antoine Toulme wrote:
> It seems the function toescapedunicode() is not declared anywhere in
> generate1.php.
>
> As a result I cannot generate the update site for our Babel server. I'm
> thinking of using the htmlspecialchars method to see if it works better.
>
> Any idea ? Here is the error:
>
> Fatal error: Call to undefined function toescapedunicode() in
> /var/www/babel/server/classes/export/generate1.php on line 230
>
> Thanks,
>
> Antoine
Re: toescapedunicode() function [message #572051 is a reply to message #14750] Thu, 10 July 2008 08:56 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Too much coffee must have triggered a partial biased blindness.

The characters are not escaped.

Bug filed here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=240314

Antoine Toulme wrote:
> htmlspecialchars($strings_row['trans'], ENT_COMPAT, 'UTF-8')
>
> worked better. Should I file a bug ?
>
> Antoine Toulme wrote:
>> It seems the function toescapedunicode() is not declared anywhere in
>> generate1.php.
>>
>> As a result I cannot generate the update site for our Babel server.
>> I'm thinking of using the htmlspecialchars method to see if it works
>> better.
>>
>> Any idea ? Here is the error:
>>
>> Fatal error: Call to undefined function toescapedunicode() in
>> /var/www/babel/server/classes/export/generate1.php on line 230
>>
>> Thanks,
>>
>> Antoine
Previous Topic:Background jobs with the Babel server
Next Topic:Background jobs with the Babel server
Goto Forum:
  


Current Time: Fri Jul 04 22:40:59 EDT 2025

Powered by FUDForum. Page generated in 0.69281 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top