1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

docs/faq: Add question about non UTF-8 environments.

This commit is contained in:
Marc Bonnici 2019-07-08 09:59:50 +01:00 committed by setrofim
parent 43633ab362
commit 463840d2b7

View File

@ -114,3 +114,10 @@ parameter and will be picked up be the ``fps`` augmentation.
mismatch of your WA and devlib versions. Please update both to their latest mismatch of your WA and devlib versions. Please update both to their latest
versions and delete your ``$USER_HOME/.workload_automation/cache/targets.json`` versions and delete your ``$USER_HOME/.workload_automation/cache/targets.json``
(or equivalent) file. (or equivalent) file.
**Q:** I get an error which looks similar to ``UnicodeDecodeError('ascii' codec can't decode byte...``
-----------------------------------------------------------------------------------------------------
**A:** If you receive this error or a similar warning about your environment,
please ensure that you configure your environment to use a locale which supports
UTF-8. Otherwise this can cause issues when attempting to parse files containing
none ascii characters.