Changes between Version 53 and Version 54 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
01/22/16 14:24:28 (9 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v53 v54  
    106106}}}
    107107
    108 4) We assume that any (external) function we call may attempt to convert input by calling str() - so we generally deliver all strings as utf-8 encoded str to prevent UnicodeDecodeErrors. This can be done by:
     1084) We assume that any (external) function we call may attempt to convert input by calling str() - so we generally deliver all strings as utf-8 encoded str to prevent !UnicodeDecodeErrors. This can be done by:
    109109
    110110{{{