1. 02 Oct, 2018 3 commits
    • Weiyi Wang's avatar
      fdb35760
    • Weiyi Wang's avatar
      string_util: remove TString conversion for windows · bfe84f06
      Weiyi Wang authored
      First of all they are foundamentally broken. As our convention is that std::string is always UTF-8, these functions assume that the multi-byte character version of TString (std::string) from windows is also in UTF-8, which is almost always wrong. We are not going to build multi-byte character build, and even if we do, this dirty work should be handled by frontend framework early.
      bfe84f06
    • Weiyi Wang's avatar
      string_util: remove ShiftJIS/CP1252 conversion function · a4595bb9
      Weiyi Wang authored
      We always use unicode internally. Any dirty work of conversion with other codec should be handled by frontend framework (Qt). Further more, ShiftJIS/CP1252 are not special (they are not code set used by 3ds, or any guest/host dependencies we have), so there is no reason to specifically include them
      a4595bb9
  2. 01 Oct, 2018 12 commits
  3. 30 Sep, 2018 21 commits
  4. 29 Sep, 2018 4 commits