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 CLOUD: Fix Various Compiler Warnings By Adding Casts. 2017-01-16 12:49:40 +00:00
client.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
getclienthandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
getclienthandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
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 NETWORKING: Fix warning 2017-08-11 22:05:35 +02:00
localwebserver.h CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning. 2017-01-17 08:27:04 +00:00
reader.cpp CLOUD: Fix Possible Uninitialized Variable Compiler Warning. 2017-01-16 17:38:26 +00:00
reader.h NETWORKING: Fix Signed vs. Unsigned Compiler Warnings 2019-10-05 02:07:54 +01:00
uploadfileclienthandler.cpp GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
uploadfileclienthandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00