feeds_ex-8.x-1.0-alpha4/src/Encoder/HtmlEncoder.php

src/Encoder/HtmlEncoder.php
<?php

namespace Drupal\feeds_ex\Encoder;

/**
 * Converts the encoding of an HTML document to UTF-8.
 */
class HtmlEncoder extends XmlEncoder {

  /**
   * {@inheritdoc}
   */
  protected $findRegex = '/(<meta[^>]+charset\s*=\s*["\']?)([\w-]+)\b/i';

  /**
   * {@inheritdoc}
   */
  protected $replaceRegex = '/(<meta[^>]+charset\s*=\s*["\']?)([\w-]+)\b/i';

  /**
   * {@inheritdoc}
   */
  protected $replacePattern = '$1UTF-8';

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc