We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1db47 commit d31572dCopy full SHA for d31572d
readme.md
@@ -1,3 +1,9 @@
1
+## Cài đặt
2
+
3
+Composer
4
5
+ composer require vuthaihoc/vi_encoder
6
7
## Code supported
8
9
private static $codes_supported = [
@@ -26,4 +32,13 @@ bảng mã `$string` đang dùng.
26
32
const CHARSET_TCVN3 = 'TCVN-3';
27
33
const CHARSET_VNI_WIN = 'VNI-WIN';
28
34
const CHARSET_VIQR = 'VIQR';
29
- const CHARSET_UNICODE = 'UNICODE';
35
+ const CHARSET_UNICODE = 'UNICODE';
36
37
38
+## Credit
39
40
+Tham khảo:
41
42
+- Chuyển đổi giữa các bảng mã https://github.com/anhskohbo/u-convert
43
+- 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
44
+- Tham chiếu ký tự tiếng Việt trong các bảng mã http://vietunicode.sourceforge.net/charset/
0 commit comments