[wp-meta] [Making WordPress.org] #1297: Disappearing topic titles on Rosetta forums

Making WordPress.org noreply at wordpress.org
Mon Nov 23 15:17:29 UTC 2015


#1297: Disappearing topic titles on Rosetta forums
-----------------------------+----------------------------------
  Reporter:  SergeyBiryukov  |      Owner:
      Type:  defect          |     Status:  new
  Priority:  normal          |  Component:  International Forums
Resolution:                  |   Keywords:  needs-testing
-----------------------------+----------------------------------
Changes (by ocean90):

 * keywords:   => needs-testing


Comment:

 Deployed this change in [dotorg11201]:
 {{{#!php
 <?php
 function fix_badly_utf8_trimmed_string( $string ) {
         $substitute_character = ini_get( 'mbstring.substitute_character'
 );

         ini_set( 'mbstring.substitute_character', 'none' );
         $string = mb_convert_encoding( $string, 'UTF-8', 'UTF-8' );
         ini_set( 'mbstring.substitute_character', $substitute_character );

         return $string;
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1297#comment:13>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list