Mercurial > pub > Impl
comparison _test/Resources/person_info.xml @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 16ada169ca75 |
children | 77a9934a44af |
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 <personInfo> | 2 <personInfo> |
3 <firstName>Norman</firstName> | 3 <firstName>Norman</firstName> |
4 <lastName>Freeman</lastName> | 4 <lastName>Freeman</lastName> |
5 <address> | 5 <address> |
6 <street>hellroad</street> | 6 <street>hellroad</street> |
7 <line>1</line> | 7 <line>1</line> |
8 </address> | 8 </address> |
9 </personInfo> | 9 </personInfo> |
10 | 10 |