Browse Source

add ziconv

disinfection_machine
zhaohe 2 years ago
parent
commit
40d9295ae2
  1. 3
      src/iflytop/components/ziconv.cpp

3
src/iflytop/components/ziconv.cpp

@ -1,7 +1,6 @@
#include "utf8_to_gb2312.hpp"
#include <iconv.h> #include <iconv.h>
#include "ziconv.hpp"
using namespace iflytop; using namespace iflytop;
string ZIconv::utf8_to_gb2312(const std::string& utf8_str) { string ZIconv::utf8_to_gb2312(const std::string& utf8_str) {

Loading…
Cancel
Save