mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Instead of a hard to handle UnicodeEncodeError exception, check the keys and print a human readable error. Turn more format strings into utf-8 to avoid the exception. Fixes #116