You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n files should be readable in UTF8 at least as option
Current Behavior
utf8 files get read with wrong character set what leads to issues with e.g. German umlauts
Especially this is an issue in combination with SAP Translation Hub witch is translating into UTF8
using a manual conversion is not an option for bigger projects with many languages. https://github.com/SAP/ui5-builder/issues/105
With UI5 CLI v1.7.0, you can now configure UTF-8 as the source encoding of a projects *.properties files. The default stays at ISO-8859-1. In both cases the UI5 Tooling will escape any non-ASCII characters, so that the build result is independent from the encoding.
Expected Behavior
i18n files should be readable in UTF8 at least as option
Current Behavior
utf8 files get read with wrong character set what leads to issues with e.g. German umlauts
Especially this is an issue in combination with SAP Translation Hub witch is translating into UTF8
using a manual conversion is not an option for bigger projects with many languages.
https://github.com/SAP/ui5-builder/issues/105
Steps to reproduce the issue
see https://github.com/SAP/ui5-builder/issues/105
Context
see https://github.com/SAP/ui5-builder/issues/105
Affected components (if known)
Log Output / Stack Trace
see https://github.com/SAP/ui5-builder/issues/105
The text was updated successfully, but these errors were encountered: