Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2016 at 10:45 UTC
Updated:
11 Apr 2016 at 08:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dawehnerUrgs, this changed with #2611816: Update to symfony 2.8
Wow: https://github.com/symfony/symfony/pull/16856
Comment #3
dawehnerI see, so we should add the new polyfill, see https://github.com/symfony/symfony/pull/16856/files
Comment #4
dawehnerThere we go.
Comment #6
dawehnerThis time with
--binaryComment #7
jibranLooks great. Thanks.
Comment #8
catchShould we be recommending iconv in hook_requirements() as well? Does not have to happen here.
Comment #9
catchComment #10
dawehnerYeah, why not
Comment #12
tic2000 commentedI think this should be in 8.1.x
Comment #15
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!
Also retrospectively bumping this to critical since it would have been a fatal error updating between 8.0.x and 8.1.x for sites without the extension.
Comment #17
mr.baileysAdded #2703495: Simplify Unicode::convertToUtf8() now that core has iconv polyfill. as a follow-up.