Revision 4d0aa32f
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
sql/Pg-upgrade2/SKR04-3804-addition.pl | ||
---|---|---|
3 | 3 |
# @depends: |
4 | 4 |
# @charset: UTF-8 |
5 | 5 |
|
6 |
use utf8; |
|
6 | 7 |
use strict; |
7 | 8 |
|
8 | 9 |
die("This script cannot be run from the command line.") unless ($main::form); |
Auch abrufbar als: Unified diff
Charset & "use utf8" bei UTF-8-encodierten Datenbankupgradescripten gefixt