CHANGES conversion from KOI8-R to UTF-8.

This commit is contained in:
Igor Sysoev 2011-08-29 14:02:15 +00:00
parent eb9146d1be
commit 62b51752a2
4 changed files with 2629 additions and 2629 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="KOI8-R" ?>
<?xml version="1.0" ?>
<!DOCTYPE configuration SYSTEM "../dtd/change_log_conf.dtd" >
<configuration>
@ -9,14 +9,14 @@
<indent> </indent>
<changes lang="ru">
<title>Изменения в </title>
<title>Изменения в </title>
<length>66</length>
<bugfix>Исправление</bugfix>
<feature>Добавление</feature>
<change>Изменение</change>
<security>Безопасность</security>
<workaround>Изменение</workaround>
<bugfix>Исправление</bugfix>
<feature>Добавление</feature>
<change>Изменение</change>
<security>Безопасность</security>
<workaround>Изменение</workaround>
</changes>
<changes lang="en">

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
X:stylesheet {
X:output method="text" encoding="koi8-r";
X:output method="text";
X:param lang="'en'";
X:param configuration="'../xml/change_log_conf.xml'";

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output encoding="koi8-r" method="text"/>
<xsl:output method="text"/>
<xsl:param select="'en'" name="lang"/>