Loading

Paste #pzjgctega

  1. diff -r 6e1676fcaf82 webtranslate/pages/string_edit.py
  2. --- a/webtranslate/pages/string_edit.py Mon May 25 14:44:18 2015 +0200
  3. +++ b/webtranslate/pages/string_edit.py Mon May 25 15:55:40 2015 +0200
  4. @@ -464,6 +464,7 @@
  5.  
  6.      pmd, bchg, lng, binfo = parms
  7.  
  8. +    request.forms.recode_unicode = False # Allow Unicode input
  9.      request_forms = request.forms.decode() # Convert dict to Unicode.
  10.  
  11.      base_str = request_forms.get('base') # Base text translated against in the form.
  12.  

Comments