diff --git a/Command/PhingCommand.php b/Command/PhingCommand.php
index f89dfad..95a4fc0 100644
--- a/Command/PhingCommand.php
+++ b/Command/PhingCommand.php
@@ -195,6 +195,9 @@ EOT
%username%
%password%
+
+ %charset%
+
EOT
@@ -204,6 +207,7 @@ EOT
'%dsn%' => $datasource['connection']['dsn'],
'%username%' => $datasource['connection']['user'],
'%password%' => $datasource['connection']['password'],
+ '%charset%' => $container->getParameter('propel.charset'),
));
}