Files @ 34ec0df769f1
Branch filter:

Location: libtransport.git/plugin/CMakeLists.txt

Arnt Gulbrandsen
avoid WTF-8.

what arrives from XMPP is already UTF-8 encoded, so applying UTF-8 again
produces somewhat unfortunate results.

this line is not always necessary. before this change, the code was
dependent on the locale.
ADD_SUBDIRECTORY(cpp)
ADD_SUBDIRECTORY(python)