Commit 2df1e91
committed
[TASK] Use utf8 as default charset really for SQLite
Literally, PostgresSQL and SQLite are smart enough to map
`utf-8` correctly to their internal charset `utf8`, which
means that the default would be okay.
Recently added to the testing-framework, this has been
handled before by TYPO3 core using `utf8`, it's changed
to streamline towards the same writing throughout TYPO3.
Releases: main, 81 parent cf5ab6a commit 2df1e91
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments