Revision 8a9c787...
Go back to digest for 10th July 2011Bug Fixes in Office
Robby Stephenson committed changes in [tellico/2.3] /:
Add internal copy of kxmlrpc to work around a bug in character encoding
KXMLRPC assumes all responses are utf-8, but MovieMeter uses
iso-8859-15. By using an internal copy of kxmlrpc, I can change the
XML response handling to do proper character encoding. Also, added a
unit test to check.
File Changes
Added 6 files
- /fetch/xmlrpc
- src/client.cpp
- src/client.h
- src/CMakeLists.txt
- src/query.cpp
- src/query.h
- src/README
Modified 7 files
- CMakeLists.txt
- config.h.cmake
- src/CMakeLists.txt
- src/fetch/CMakeLists.txt
- src/fetch/fetcherinitializer.cpp
- src/fetch/moviemeterfetcher.cpp
- src/tests/moviemeterfetchertest.cpp
13 files changed in total