We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca554e6 commit ac92484Copy full SHA for ac92484
lib/validation/schema/specVersion/2.0/kind/project.json
@@ -73,9 +73,9 @@
73
"definitions": {
74
"resources-configuration-propertiesFileSourceEncoding": {
75
"enum": ["UTF-8", "ISO-8859-1"],
76
- "default": "ISO-8859-1",
+ "default": "UTF-8",
77
"title": "Encoding of *.properties files",
78
- "description": "By default, the UI5 Tooling expects *.properties files to be ISO-8859-1 encoded."
+ "description": "By default, the UI5 Tooling expects *.properties files to be UTF-8 encoded."
79
},
80
"builder-resources": {
81
"type": "object",
0 commit comments