Craig Manley
Craig Manley
Thanks! Is it possible to merge it into the 2.* branch too? On 2022-03-31 08:16, Filippo Tessarotto wrote: > > Fix merged in openspout/openspout#66 > and released in > |openspout:v3.7.4|...
Alright thanks. I only just noticed that the patch was in openspout. That's new to me.
I'd like to add to this (after having issues with latin encoded German characters in Smarty 3.1.33).... The issue is not related to the PHP version used (maybe the default...
That's almost a good solution, except for 1 problem: mb_regex_encoding() supports much less encodings than mb_internal_encoding(). See the comments below the mb_regex_encoding documentation. I'm afraid, if you want to use...
I think this will fix it, by replacing the last "else" block in plugins/shared.mb_str_replace.php with this: ``` } else { $want_encoding = 'UTF-8'; $must_transcode = function_exists('mb_convert_encoding') && strcasecmp(Smarty::$_CHARSET, $want_encoding); if...
...until you get a search string with either { or } in it. It's not for nothing for who does what I did: copy + fix the function and load...
Still broken in 3.1.36 Update: and still broken in 3.1.40.
> > It's not for nothing for who does what I did: copy + fix the function and load it before Smarty loads. > > Without a clear test case...
Try using an URL starting with a "/" in: CKEDITOR.plugins.addExternal('youtube', '/rooted/path/to/node_modules/ckeditor-youtube-plugin/youtube/');
I need to find out who an IP address belongs to but it does not have a host name. Regular whois says this belongs to Microsoft: 104.47.2.254 So how to...