Changes between Version 53 and Version 54 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 01/22/16 14:24:28 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v53 v54 106 106 }}} 107 107 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: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: 109 109 110 110 {{{