scummvm/backends/networking/sdl_net
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
..
handlers GUI: U32: Downscale changes of U32, fix review issues 2020-08-30 14:43:41 +02:00
client.cpp
client.h
getclienthandler.cpp
getclienthandler.h
handlerutils.cpp COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
handlerutils.h BACKENDS: NETWORKING: Remove unused toUtf8 helper 2020-08-30 14:43:41 +02:00
localwebserver.cpp
localwebserver.h
reader.cpp
reader.h
uploadfileclienthandler.cpp
uploadfileclienthandler.h