PHP Classes

problems with encoding

Recommend this page to a friend!

      PHP vCard Library  >  All threads  >  problems with encoding  >  (Un) Subscribe thread alerts  
Subject:problems with encoding
Summary:set character encoding detection order
Messages:1
Author:Stefan Kientzler
Date:2020-02-28 13:10:59
 

  1. problems with encoding   Reply   Report abuse  
Picture of Stefan Kientzler Stefan Kientzler - 2020-02-28 13:10:59
If data to be exported comes from a database/table with collation latinX_yyyyy, the character encoding detection order from PHP may have to be set with mb_detect_order('UTF-8, Windwos-1252, ISO-8859-X') before using the class.