Skip to content

Commit ac92484

Browse files
committed
[INTERNAL] Schema: Change propertiesFileSourceEncoding default to UTF-8
1 parent ca554e6 commit ac92484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/validation/schema/specVersion/2.0/kind/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"definitions": {
7474
"resources-configuration-propertiesFileSourceEncoding": {
7575
"enum": ["UTF-8", "ISO-8859-1"],
76-
"default": "ISO-8859-1",
76+
"default": "UTF-8",
7777
"title": "Encoding of *.properties files",
78-
"description": "By default, the UI5 Tooling expects *.properties files to be ISO-8859-1 encoded."
78+
"description": "By default, the UI5 Tooling expects *.properties files to be UTF-8 encoded."
7979
},
8080
"builder-resources": {
8181
"type": "object",

0 commit comments

Comments
 (0)