7 Commits

Author SHA1 Message Date
Vladimir Serbinenko cc3e15ff43 COMMON: Add t2s table to encoding.dat 2024-09-13 00:11:38 +02:00
Vladimir Serbinenko d229bd51a3 CREATE_ENCODING: Import Chinese charmap from hanziconv 2024-09-13 00:11:38 +02:00
Vladimir Serbinenko e7a760e9c5 DEVTOOLS: Add econding table for cp936 2023-02-28 02:29:51 +01:00
athrxx b5079ca5c7 COMMON: add Korean Johab string encoding 2022-06-13 19:38:47 +02:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Le Philousophe 6f4359e6c2 DEVTOOLS: Make create_encoding.py Python3 compliant
Rename it to fix typo
2021-04-10 23:36:55 +02:00
Vladimir Serbinenko 68a9136e4d COMMON: Rewrite Encoder and drop dependency on iconv (#2586)
Different platforms have different levels of support of encodings and
often have slight variations. We already have tables for most encoding
with only CJK missing. Full transcoding inclusion allows us to get reliable
encoding results independently of platform. The biggest con is the need for
external tables encoding.dat.

It removes a duplicate table for korean in graphics/korfont.cpp
2020-11-15 16:20:35 +01:00