Skip to content
Snippets Groups Projects
  1. Feb 16, 2012
    • Denis Mingulov's avatar
      Debugger: use QString::fromLatin1 instead of QString::fromAscii · 87b1dc25
      Denis Mingulov authored
      
      By source - latin1 is really expected as there is no any check
      or usage of QTextCodec::setCodecForCStrings() currently.
      
      QString::fromAscii() might break 'Latin1' input in some cases.
      
      A quote from documentation about QString::fromAscii():
      
      "Note that, despite the name, this function actually uses the
      codec defined by QTextCodec::setCodecForCStrings() to convert str
      to Unicode. Depending on the codec, it may not accept valid
      US-ASCII (ANSI X3.4-1986) input. If no codec has been set, this
      function does the same as fromLatin1()."
      
      Change-Id: I49cf047ca674d2ec621b517c635d1927bb2e796f
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      87b1dc25
  2. Feb 15, 2012
  3. Jan 26, 2012
  4. Nov 03, 2011
  5. May 06, 2011
  6. Apr 21, 2011
  7. Apr 19, 2011
Loading