Author: hal
Date: 2010-02-04 19:33:01 +0100 (Thu, 04 Feb 2010)
New Revision: 27572

Modified:
   doc/branches/1.2/reference/en/07-Databases.markdown
   doc/branches/1.2/reference/fr/07-Databases.markdown
   doc/branches/1.2/reference/it/07-Databases.markdown
   doc/branches/1.2/reference/ja/07-Databases.markdown
   doc/branches/1.4/reference/en/07-Databases.markdown
   doc/branches/1.4/reference/fr/07-Databases.markdown
   doc/branches/1.4/reference/it/07-Databases.markdown
   doc/branches/1.4/reference/ja/07-Databases.markdown
Log:
[doc][1.2,1.4] Fixes #8045. Corrected UTF-8 reference

Modified: doc/branches/1.2/reference/en/07-Databases.markdown
===================================================================
--- doc/branches/1.2/reference/en/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.2/reference/en/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -88,7 +88,7 @@
  | `username`   | The database username                    | -             |
  | `password`   | The database password                    | -             |
  | `pooling`    | Whether to enable pooling                | `true`        |
- | `encoding`   | The default charset                      | `UTF-8`       |
+ | `encoding`   | The default charset                      | `utf8`       |
  | `persistent` | Whether to create persistent connections | `false`       |
  | `options`    | A set of Propel options                  | -             |
 
@@ -120,7 +120,7 @@
  | `dsn`        | The PDO DSN (required)                   | -             |
  | `username`   | The database username                    | -             |
  | `password`   | The database password                    | -             |
- | `encoding`   | The default charset                      | `UTF-8`       |
+ | `encoding`   | The default charset                      | `utf8`       |
  | `attributes` | A set of Doctrine attributes             | -             |
 
 The following attributes can be customized under the `attributes` section:

Modified: doc/branches/1.2/reference/fr/07-Databases.markdown
===================================================================
--- doc/branches/1.2/reference/fr/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.2/reference/fr/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -88,7 +88,7 @@
  | `username`   | L'utilisateur de la base                 | -                 
|
  | `password`   | Le mot de passe de la base               | -                 
|
  | `pooling`    | Pour activer le pooling                  | `true`            
|
- | `encoding`   | Le jeu de caractères par défaut          | `UTF-8`           
|
+ | `encoding`   | Le jeu de caractères par défaut          | `utf8`           |
  | `persistent` | Pour créer des connexions persistantes   | `false`           
|
  | `options`    | Une série d'options Propel               | -                 
|
 
@@ -120,7 +120,7 @@
  | `dsn`        | Le DSN du PDO (obligatoire)              | -                 
|
  | `username`   | L'utilisateur de la base                 | -                 
|
  | `password`   | Le mot de passe de la base               | -                 
|
- | `encoding`   | Le jeu de caractères par défaut          | `UTF-8`           
|
+ | `encoding`   | Le jeu de caractères par défaut          | `utf8`           |
  | `attributes` | Une série d'attributs Doctrine           | -                 
|
 
 Les paramètres suivants peuvent être personnalisés dans la section 
`attributes` :

Modified: doc/branches/1.2/reference/it/07-Databases.markdown
===================================================================
--- doc/branches/1.2/reference/it/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.2/reference/it/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -88,7 +88,7 @@
  | `username`   | Nome utente per il database              | -                 
 |
  | `password`   | Password per il database                 | -                 
 |
  | `pooling`    | Abilita il pooling                       | `true`            
 |
- | `encoding`   | L'insieme di caratteri predefinito       | `UTF-8`           
 |
+ | `encoding`   | L'insieme di caratteri predefinito       | `utf8`            
|
  | `persistent` | Per creare connessioni persistenti       | `false`           
 |
  | `options`    | Un insieme di opzioni per Propel         | -                 
 |
 
@@ -120,7 +120,7 @@
  | `dsn`        | Il DSN PDO (obbligatorio)                | -                 
 |
  | `username`   | Nome utente per il database              | -                 
 |
  | `password`   | Password per il database                 | -                 
 |
- | `encoding`   | L'insieme di caratteri predefinito       | `UTF-8`           
 |
+ | `encoding`   | L'insieme di caratteri predefinito       | `utf8`            
|
  | `attributes` | Un insieme di attributi per Doctrine     | -                 
 |
 
 I seguenti attributi possono essere personalizzati sotto la sezione 
`attributes`:

Modified: doc/branches/1.2/reference/ja/07-Databases.markdown
===================================================================
--- doc/branches/1.2/reference/ja/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.2/reference/ja/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -76,7 +76,7 @@
  | `username`   | データベースのユーザー名 | -              |
  | `password`   | データベースのパスワード | -              |
  | `pooling`    | プーリングを有効にするか | `true`         |
- | `encoding`   | デフォルトの文字集合     | `UTF-8`        |
+ | `encoding`   | デフォルトの文字集合     | `utf8`        |
  | `persistent` | 永続的接続を作成するか   | `false`        |
  | `options`    | Propelオプションのセット | -              |
 
@@ -108,7 +108,7 @@
  | `dsn`        | PDOのDSN (必須)          | -            |
  | `username`   | データベースのユーザー名 | -            |
  | `password`   | データベースのパスワード | -            |
- | `encoding`   | デフォルトの文字コード   | `UTF-8`      |
+ | `encoding`   | デフォルトの文字コード   | `utf8`      |
  | `attributes` | Doctrine属性のセット     | -            |
 
 次の属性は`attributes`セクションの下でカスタマイズできます:

Modified: doc/branches/1.4/reference/en/07-Databases.markdown
===================================================================
--- doc/branches/1.4/reference/en/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.4/reference/en/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -96,7 +96,7 @@
  | `username`   | The database username                    | -             |
  | `password`   | The database password                    | -             |
  | `pooling`    | Whether to enable pooling                | `true`        |
- | `encoding`   | The default charset                      | `UTF-8`       |
+ | `encoding`   | The default charset                      | `UTF8`       |
  | `persistent` | Whether to create persistent connections | `false`       |
  | `options`    | A set of Propel options                  | -             |
  | `debug`      | Options for the `DebugPDO` class         | n/a           |
@@ -153,7 +153,7 @@
  | `dsn`        | The PDO DSN (required)                   | -             |
  | `username`   | The database username                    | -             |
  | `password`   | The database password                    | -             |
- | `encoding`   | The default charset                      | `UTF-8`       |
+ | `encoding`   | The default charset                      | `UTF8`       |
  | `attributes` | A set of Doctrine attributes             | -             |
 
 The following attributes can be customized under the `attributes` section:

Modified: doc/branches/1.4/reference/fr/07-Databases.markdown
===================================================================
--- doc/branches/1.4/reference/fr/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.4/reference/fr/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -96,7 +96,7 @@
  | `username`   | L'utilisateur de la base                 | -                 
|
  | `password`   | Le mot de passe de la base               | -                 
|
  | `pooling`    | Pour activer le pooling                  | `true`            
|
- | `encoding`   | Le jeu de caractères par défaut          | `UTF-8`           
|
+ | `encoding`   | Le jeu de caractères par défaut          | `utf8`           |
  | `persistent` | Pour créer des connexions persistantes   | `false`           
|
  | `options`    | Une série d'options Propel               | -                 
|
  | `debug`      | Options pour la classe `DebugPDO`        | n/a               
|
@@ -153,7 +153,7 @@
  | `dsn`        | Le DSN du PDO (obligatoire)              | -                 
|
  | `username`   | L'utilisateur de la base                 | -                 
|
  | `password`   | Le mot de passe de la base               | -                 
|
- | `encoding`   | Le jeu de caractères par défaut          | `UTF-8`           
|
+ | `encoding`   | Le jeu de caractères par défaut          | `utf8`           |
  | `attributes` | Une série d'attributs Doctrine           | -                 
|
 
 Les paramètres suivants peuvent être personnalisés dans la section 
`attributes` :

Modified: doc/branches/1.4/reference/it/07-Databases.markdown
===================================================================
--- doc/branches/1.4/reference/it/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.4/reference/it/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -96,7 +96,7 @@
  | `username`   | Nome utente per il database              | -                 
 |
  | `password`   | Password per il database                 | -                 
 |
  | `pooling`    | Abilita il pooling                       | `true`            
 |
- | `encoding`   | L'insieme di caratteri predefinito       | `UTF-8`           
 |
+ | `encoding`   | L'insieme di caratteri predefinito       | `utf8`            
|
  | `persistent` | Per creare connessioni persistenti       | `false`           
 |
  | `options`    | Un insieme di opzioni per Propel         | -                 
 |
  | `debug`      | Opzoni per la classe `DebugPDO`          | n/a               
 |
@@ -153,7 +153,7 @@
  | `dsn`        | Il DSN PDO (obbligatorio)                | -                 
 |
  | `username`   | Nome utente per il database              | -                 
 |
  | `password`   | Password per il database                 | -                 
 |
- | `encoding`   | L'insieme di caratteri predefinito       | `UTF-8`           
 |
+ | `encoding`   | L'insieme di caratteri predefinito       | `utf8`            
|
  | `attributes` | Un insieme di attributi per Doctrine     | -                 
 |
 
 I seguenti attributi possono essere personalizzati sotto la sezione 
`attributes`:

Modified: doc/branches/1.4/reference/ja/07-Databases.markdown
===================================================================
--- doc/branches/1.4/reference/ja/07-Databases.markdown 2010-02-04 17:23:11 UTC 
(rev 27571)
+++ doc/branches/1.4/reference/ja/07-Databases.markdown 2010-02-04 18:33:01 UTC 
(rev 27572)
@@ -79,7 +79,7 @@
  | `username`   | データベースのユーザー名     | -              |
  | `password`   | データベースのパスワード     | -              |
  | `pooling`    | プーリングを有効にするか     | `true`         |
- | `encoding`   | デフォルトの文字集合         | `UTF-8`        |
+ | `encoding`   | デフォルトの文字集合         | `utf8`        |
  | `persistent` | 永続的接続を作成するか       | `false`        |
  | `options`    | Propel オプションのセット    | -              |
  | `options`    | Propel オプションのセット    | -              |
@@ -113,7 +113,7 @@
  | `dsn`        | PDO の DSN (必須)           | -            |
  | `username`   | データベースのユーザー名     | -            |
  | `password`   | データベースのパスワード     | -            |
- | `encoding`   | デフォルトのエンコーディング | `UTF-8`      |
+ | `encoding`   | デフォルトのエンコーディング | `utf8`      |
  | `attributes` | Doctrine 属性のセット       | -            |
 
 次の属性は`attributes`セクションの下でカスタマイズできます:

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to