<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AUTF-8_problems</id>
	<title>Development:UTF-8 problems - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AUTF-8_problems"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:UTF-8_problems&amp;action=history"/>
	<updated>2026-05-08T00:39:08Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:UTF-8_problems&amp;diff=12020&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:UTF-8_problems&amp;diff=12020&amp;oldid=prev"/>
		<updated>2024-10-21T08:53:19Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:53, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:UTF-8_problems&amp;diff=12019&amp;oldid=prev</id>
		<title>1&gt;Tsala: cat edit</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:UTF-8_problems&amp;diff=12019&amp;oldid=prev"/>
		<updated>2007-06-18T10:17:46Z</updated>

		<summary type="html">&lt;p&gt;cat edit&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[UTF-8 migration]] &amp;gt; Problems&lt;br /&gt;
&lt;br /&gt;
==Problems (and solutions!)==&lt;br /&gt;
&lt;br /&gt;
* Password field(s) can be encoded in anything, and it is encrypted using a one way md5 hash. This means that we can not reverse the md5, thus if a string was encoded in an arbitrary language, we can not do the proper DB migration for that. Possible solutions: &lt;br /&gt;
**auto generate new password and send to all users?&lt;br /&gt;
**add to passwords one more field - like &amp;quot;original password encoding&amp;quot;, fill it while upgrading, and then at user loging in, before compare with hash make translation of entered password to login&amp;#039;s original password encoding (by engine like iconv). Upgrade system may time to time perform check, and when all &amp;quot;original encoding&amp;quot; become to UTF-8 - can remove this column and related code. This will be long but soft convertation life...--[[User:Ne Nashev|Ne Nashev]] 07:41, 26 March 2006 (WST)&lt;br /&gt;
* Exercise - password - md5&lt;br /&gt;
* Lesson, lesson_default - password - md5&lt;br /&gt;
* Workshop - password - md5&lt;br /&gt;
* Quiz module, the use of field &amp;quot;uniqueid&amp;quot; in attempts - uniqueid is used to link to quiz_states table which is in turn linked to many quiz tables. dev - linked using uniqueid? stable - linked using id?? &lt;br /&gt;
* Locales: What happens with locales once we have converted lang packs. Currently the process is adding the .UTF-8 suffix to them, but is this the best solution. Would be better to add support for one windows locale and other unix locale? Solved. See [[Table of locales]].&lt;br /&gt;
* Upgrade not succesful: this SQL restarts the unicode db update &amp;quot;UPDATE `mdl_config` SET `value` = &amp;#039;0&amp;#039; WHERE `name` =&amp;#039;unicodedb&amp;#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:UTF-8|Problems]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tsala</name></author>
	</entry>
</feed>