Make WordPress Core

Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#62608 closed enhancement (duplicate)

Use of deprecated utf8_encode in 3 places

Reported by: pratiklondhe Owned by:
Priority: normal Milestone:
Component: General Version: 6.9
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Change History (4)

This ticket was mentioned in PR #7919 on WordPress/wordpress-develop by @yogeshbhutkar.


22 months ago
#1

  • Keywords has-patch added

@yogeshbhutkar commented on PR #7919:


22 months ago
#2

I believe there is an opportunity for improvement by utilizing mb_detect_encoding to dynamically detect the from encoding, rather than defaulting to ISO-8859-1 in all three instances.

I will await confirmation from the reviewer before proceeding with the implementation of this update.

#3 @samiamnot
22 months ago

  • Resolutionduplicate
  • Status newclosed

I believe that this is a duplicate of #55603 that is slated for 6.8.

#4 @swissspidy
22 months ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.