Download the PHP package uocnv/vi_encoder without Composer
On this page you can find all versions of the php package uocnv/vi_encoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vi_encoder
Cài đặt
Composer
composer require vuthaihoc/vi_encoder
Code supported
private static $codes_supported = [
"VIQR",
"VPS-Win",
"UNICODE",
"TCVN-3"
]
Kiểm tra có hỗ trợ hay không
Detector::isSupported($sourceEncode);
Detect bảng mã của đoạn văn
$using_code = Detector::usingCode($string);
Chuyển đổi giữa các bảng mã
$new_string = Converter::changeEncode($string, $targetCode, [$sourceCode = null]);
$targetCode
và $sourceCode
có thể dùng cont của Code cho chuẩn xác
tên bảng mã. $sourceCode
bỏ trống thì hệ thống sẽ tự động nhận diện
bảng mã $string
đang dùng.
const CHARSET_TCVN3 = 'TCVN-3';
const CHARSET_VNI_WIN = 'VNI-WIN';
const CHARSET_VIQR = 'VIQR';
const CHARSET_UNICODE = 'UNICODE';
Credit
Tham khảo:
- Chuyển đổi giữa các bảng mã https://github.com/anhskohbo/u-convert
- Tự động xác định bảng mã đang dùng của đoạn văn http://e-cadao.com/VietUni_files/vietuni.htm
- Tham chiếu ký tự tiếng Việt trong các bảng mã http://vietunicode.sourceforge.net/charset/
All versions of vi_encoder with dependencies
PHP Build Version
Package Version
No informations.
The package uocnv/vi_encoder contains the following files
Loading the files please wait ....