Note: This would be in addition to a directive like in Python files:
coding: ...
- (+) Simple, straight-forward
- (-)
Builder.load_file(...)andBuilder.load_string(open(...))would have differing behaviours (Windows, Linux without UTF-8 locale) because defaultopen(...)uses preferred system encoding - (?) can't say what the impact on mobile devices is (Android/iOS)