Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
utfconverter.php
1<?php
2
3namespace Bitrix\Main\Text;
4
6{
7 public function encode($text, $textType = "")
8 {
10 }
11
12 public function decode($text, $textType = "")
13 {
14 return Encoding::convertToUtf($text);
15 }
16}
static convertToUtf($string)
Definition encoding.php:153
static convertEncodingToCurrent($string)
Definition encoding.php:123
encode($text, $textType="")
decode($text, $textType="")