Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Introduce transformString() function to encapsulate the transformation process in multibyte environment. #161

Merged
merged 1 commit into from
Aug 23, 2016

Commits on Aug 19, 2016

  1. added transformString() function to encapsulate multi-byte encoding t…

    …ransformation.
    
    The function is for multibyte users not to be confused on how to prepare DOMDocument
    in their environment.
    
    For the case of mbstring is missing, we still keep processing by using meta tags
    as a fallback, which may or may not work. The fallback can be found by setting the
    log level as debug.
    
    By using HTML entities, a geotag script source may contain HTML entities so it
    should be imported as a CDATA node instead of a Text node.
    yssk22 committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    c10729d View commit details
    Browse the repository at this point in the history