| Interstage Application Server/Interstage Web Server J2EE ユーザーズガイド |
目次
索引
![]()
|
| 第2部 Servlet/JSP編 | > 第7章 Webアプリケーションの開発 | > 7.5 Webアプリケーション環境定義ファイル(deployment descriptor) | > 7.5.3 Webアプリケーション環境定義ファイル(deployment descriptor)のタグの詳細 |
ロケールと文字エンコーディングの対応は、locale-encoding-mapping-listタグで定義します。
------------------------------------------------------------------------------------
<locale-encoding-mapping-list>
<locale-encoding-mapping>
<locale>locale</locale>
<encoding>encoding</encoding>
</locale-encoding-mapping>
</locale-encoding-mapping-list>
------------------------------------------------------------------------------------
|
タグ名 |
説明 |
タグの |
複数の |
|---|---|---|---|
|
locale-encoding-mapping |
ロケールと文字コードの対応を定義します。 |
× |
○ |
|
locale |
ISO-639-1とISO-3166で定義されたロケールを指定します。 |
× |
× |
|
encoding |
ロケールに対応させる文字コードを指定します。 |
× |
× |
------------------------------------------------------------------------------------
<locale-encoding-mapping-list>
<locale-encoding-mapping>
<locale>ja</locale>
<encoding>Shift_JIS</encoding>
</locale-encoding-mapping>
</locale-encoding-mapping-list>
------------------------------------------------------------------------------------
目次
索引
![]()
|