From 816a8b301f4e432ad926c98b1b1bceb2ce4a1f96 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 1 Aug 2019 10:33:00 +0200 Subject: [PATCH] [INTERNAL] Update propertiesFileSourceEncoding doc --- docs/pages/Configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/pages/Configuration.md b/docs/pages/Configuration.md index 4e163ad7a6..149e9654a3 100644 --- a/docs/pages/Configuration.md +++ b/docs/pages/Configuration.md @@ -87,9 +87,10 @@ Some general information: + `: ` (default `/: ./`): Any virtual path mapping can be defined here. *(Only available for projects of type `module`)* It is recommended that modules include their namespace in the virtual path and use the `/resources` prefix (e.g. `/resources/my/first/library/module-xy`). -- `propertiesFileEncoding`: -Either `ISO-8859-1` or `UTF-8` (default); -This option specifies the encoding of properties files. This parameter is used to read the properties files and interpret them with the provided encoding. Each non ASCII character is replaced with a respective unicode escape sequence then. + - `propertiesFileSourceEncoding` (since UI5 CLI [`v1.7.0`](https://github.com/SAP/ui5-cli/releases/tag/v1.7.0)): +Either `ISO-8859-1` (default) or `UTF-8`. +This option specifies the source encoding of `*.properties` files of the project. Those files will be read in the given encoding and any non-ASCII characters replaced with the respective unicode escape sequences. +*Also see [RFC 7](https://github.com/SAP/ui5-tooling/blob/master/rfcs/0007-properties-file-encoding.md).* #### builder (optional) - `resources`: General resource configuration for this project