encodings: Add euc_kr table (#46)

* Add euc_kr table

* Fix euc_kr to numberic order, Add README to euc_kr table
This commit is contained in:
mirusu400
2022-09-03 01:34:49 +09:00
committed by GitHub
parent 64136ba16c
commit f01ddec350
2 changed files with 16675 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| Eastern Europe Windows | `encodings/eastern_europe_windows.tbl` | Eastern Europe Windows encoding |
| EBCDIC | `encodings/ebcdic.tbl` | Extended Binary Coded Decimal Interchange Code, developed by IBM for their Main Frames |
| EUC-JP | `encodings/euc_jp.tbl` | EUC-JP encoding with NEC special and IBM extended characters |
| EUC-KR | `encodings/euc_kr.tbl` | EUC-KR encoding |
| Greek ISO | `encodings/greek_iso.tbl` | Greek ISO encoding |
| Greek Windows | `encodings/greek_windows.tbl` | Greek Windows encoding |
| Hebrew ISO | `encodings/hebrew_iso.tbl` | Hebrew ISO encoding |