ui5-tooling: cli 1.7.0 with utf-8 is not work for launchpad shell header
Expected Behavior
Can display the correct UTF-8 text on launchpad shell header.
Current Behavior
I use the last published version of cli (1.7.0 version) to build ui5 application and deploy to the system with web-ide. Then, The launchpad shell header display with ������ So, I see the component-preload file on the i18n_th text is encoded to ascii. Let me know how could I do for this case or maybe add any code in ui5.yaml file?
Steps to reproduce the issue
- Create new simple ui5 application and use i18n model for application title from i18n
- Create i18n_th and use some Thai text for the application title
- On file ui5.yaml, add the following code after line of metadata-name resources: configuration: propertiesFileSourceEncoding: “UTF-8”
- Build the application and deploy to system.
Context
- UI5 Module Version (output of
ui5 --versionwhen using the CLI):1.68.1 - Node.js Version:
{...} - npm Version:
{...} - OS/Platform:
{...} - Browser (if relevant):
Chrome - Other information:
{...}
Affected components (if known)
Log Output / Stack Trace
{...}
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (8 by maintainers)
Hi @RandomByte,
Okay so I tested this with another application of mine which was not yet deployed again since the upgrade of SAP_UI 754 component. I just deployed the app again and the title was displaying the Finnish characters properly.
Thanks for your support.