Hi, Looks like we may still have some unicode issues. Some that are likely to cause issues:
Comparing the source release to a clean checked out repo: file apache-flex-sdk-4.16.1-src/licenseParts/saxon9-NOTICES/UNICODE.txt apache-flex-sdk-4.16.1-src/licenseParts/saxon9-NOTICES/UNICODE.txt: ISO-8859 text, with CRLF line terminators That that probably not a an issue but is is likely to cause locale issues: diff -w -r apache-flex-sdk-4.16.1-src/frameworks/projects/apache/bundles/fr_FR/apache.properties /Users/justinmclean/flex-sdk/frameworks/projects/apache/bundles/fr_FR/apache.properties 21c21 < invalidCharPostcodeError=Le code postal contient des caract�res invalides. --- > invalidCharPostcodeError=Le code postal contient des caract<E8>res invalides. diff -w -r apache-flex-sdk-4.16.1-src/frameworks/projects/framework/bundles/en_GB/SharedResources.properties /Users/justinmclean/flex-sdk/frameworks/projects/framework/bundles/en_GB/SharedResources.properties 39c39 < currencySymbol=� --- > currencySymbol=<A3> diff -w -r apache-flex-sdk-4.16.1-src/modules/debugger/src/java/flex/tools/debugger/cli/fdbhelp_fi.txt /Users/justinmclean/flex-sdk/modules/debugger/src/java/flex/tools/debugger/cli/fdbhelp_fi.txt < M��ritt�m�t�n komento. Sy�tt�m�ll� 'help' n�et luettelon kaikista --- > M<E4><E4>ritt<E4>m<E4>t<F6>n komento. Sy<F6>tt<E4>m<E4>ll<E4> 'help' n<E4>et > luettelon kaikista Thanks, Justin