#1938670: Convert unicode.inc to \Drupal\Component\Utility\Unicode β comes with some PHP function wrappers. Unicode::truncate(), Unicode::mimeHeaderEncode(), etc. Some of them arn't living under the naming conventions:
Unicode::ucfirst()
Unicode::substr()
Although it is nice to have PHP wrappers be similarly named to the PHP functions, it's even nicer to have consistent coding standards.
Possible solutions:
Unicode::ucFirst()
, Unicode::subStr()
, etc.
Unicode::upperCaseFirst()
, Unicode::subString()
, etc.Needs work
11.0 π₯
Last updated
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.