Mercurial > pub > Impl
comparison _test/Resources/app.xml @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 964587c5183c |
children |
comparison
equal
deleted
inserted
replaced
179:b3d91ff7aea9 | 180:d1676be8afcc |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <Application id='app' type="Test::Web::Application::Instance"> | 2 <Application id='app' type="Test::Web::Application::Instance"> |
3 | 3 |
4 <!-- Begin custom properties --> | 4 <!-- Begin custom properties --> |
5 <name>Sample application</name> | 5 <name>Sample application</name> |
6 <dataSource type='IMPL::Config::Activator' id='ds'> | 6 <dataSource type='IMPL::Config::Activator' id='ds'> |
7 <factory>IMPL::Object</factory> | 7 <factory>IMPL::Object</factory> |
8 <parameters type='HASH'> | 8 <parameters type='HASH'> |
11 </parameters> | 11 </parameters> |
12 </dataSource> | 12 </dataSource> |
13 <securityMod type='IMPL::Config::Activator'> | 13 <securityMod type='IMPL::Config::Activator'> |
14 <factory>IMPL::Object</factory> | 14 <factory>IMPL::Object</factory> |
15 <parameters type='HASH'> | 15 <parameters type='HASH'> |
16 <ds refid='ds'/> | 16 <ds refid='ds' /> |
17 </parameters> | 17 </parameters> |
18 </securityMod> | 18 </securityMod> |
19 <!-- End custom properties --> | 19 <!-- End custom properties --> |
20 | 20 |
21 <!-- direct access to the activators --> | 21 <!-- direct access to the activators --> |
22 <options type="HASH"> | 22 <options type="HASH"> |
23 <dataSource refid='ds'/> | 23 <dataSource refid='ds' /> |
24 </options> | 24 </options> |
25 | 25 |
26 <!-- Set default output encoding, can be changed due query handling --> | 26 <!-- Set default output encoding, can be changed due query handling --> |
27 <responseCharset>utf-8</responseCharset> | 27 <responseCharset>utf-8</responseCharset> |
28 | 28 |
29 <!-- Query processing --> | 29 <!-- Query processing --> |
30 <handlersQuery type="IMPL::Object::List"> | 30 <handlersQuery type="IMPL::Object::List"> |
31 <item type="IMPL::Web::QueryHandler::PageFormat"> | 31 <item type="IMPL::Web::QueryHandler::PageFormat"> |
32 <templatesCharset>cp1251</templatesCharset> | 32 <templatesCharset>cp1251</templatesCharset> |
33 </item> | 33 </item> |
34 </handlersQuery> | 34 </handlersQuery> |