Skip to content
Snippets Groups Projects
  1. Aug 23, 2020
  2. Nov 10, 2015
  3. Mar 29, 2013
  4. Oct 13, 2010
  5. Sep 21, 2010
  6. Aug 13, 2010
  7. Jul 23, 2010
    • Mike Antipov's avatar
      EXT-8318 ADDITIONAL FIXED ensure that thousands separator is in utf8 format... · 3c4f82b2
      Mike Antipov authored
      EXT-8318 ADDITIONAL FIXED ensure that thousands separator is in utf8 format (on Windows) before converting it to LLWString.
      
      Problem on Windows:
      ==================
      
      LLPanelMainInventory::updateItemcountText() formats number using viewer locale.
      non-break space is detected as unknown symbols while converting utf8str_to_wstring when formatted text is set to LLTextBox.
      
      FIX:
      ===
      
      Added converting of string to multi-byte string and then to utf8 string while formatting on Windows.
        created opposite to "ll_convert_wide_to_string" function "ll_convert_string_to_wide" and helper function to call both of them.
        It is used now to convert result of formatted string while formatting integer number in locale.
      
      Fix affects Windows only.
      
      Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/775/
      
      --HG--
      branch : product-engine
      3c4f82b2
  8. Jan 07, 2009
  9. Oct 04, 2007
  10. Feb 05, 2007
Loading