<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ejudge.ru/wiki/index.php?action=history&amp;feed=atom&amp;title=Libchecker%3Achecker_strcmp_ucs4_nocase</id>
	<title>Libchecker:checker strcmp ucs4 nocase - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ejudge.ru/wiki/index.php?action=history&amp;feed=atom&amp;title=Libchecker%3Achecker_strcmp_ucs4_nocase"/>
	<link rel="alternate" type="text/html" href="https://ejudge.ru/wiki/index.php?title=Libchecker:checker_strcmp_ucs4_nocase&amp;action=history"/>
	<updated>2026-04-19T23:19:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://ejudge.ru/wiki/index.php?title=Libchecker:checker_strcmp_ucs4_nocase&amp;diff=2313&amp;oldid=prev</id>
		<title>Cher: New page: Навигация: Главная страница/Система ejudge/Проверяющие программы/libchecker/[[Libchecker:Функции|Фун...</title>
		<link rel="alternate" type="text/html" href="https://ejudge.ru/wiki/index.php?title=Libchecker:checker_strcmp_ucs4_nocase&amp;diff=2313&amp;oldid=prev"/>
		<updated>2008-08-28T07:54:36Z</updated>

		<summary type="html">&lt;p&gt;New page: Навигация: &lt;a href=&quot;/wiki/index.php/Main_Page&quot; title=&quot;Main Page&quot;&gt;Главная страница&lt;/a&gt;/&lt;a href=&quot;/wiki/index.php/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_ejudge&quot; title=&quot;Система ejudge&quot;&gt;Система ejudge&lt;/a&gt;/&lt;a href=&quot;/wiki/index.php/%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D1%8F%D1%8E%D1%89%D0%B8%D0%B5_%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B&quot; title=&quot;Проверяющие программы&quot;&gt;Проверяющие программы&lt;/a&gt;/&lt;a href=&quot;/wiki/index.php/Libchecker&quot; title=&quot;Libchecker&quot;&gt;libchecker&lt;/a&gt;/[[Libchecker:Функции|Фун...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Навигация: [[Main Page|Главная страница]]/[[Система ejudge]]/[[Проверяющие программы]]/[[libchecker]]/[[Libchecker:Функции|Функции]]/[[Libchecker:Перекодирование текстовых данных|Перекодирование текстовых данных]]/&amp;lt;tt&amp;gt;[[Libchecker:checker strcmp ucs4_nocase|checker_strcmp_ucs4_nocase]]&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Функция сравнивает две UCS-4 строки без учета регистра букв.&lt;br /&gt;
&lt;br /&gt;
 int checker_strcmp_ucs4_nocase(const int *s1, const int *s2);&lt;br /&gt;
&lt;br /&gt;
Параметр &amp;lt;tt&amp;gt;s1&amp;lt;/tt&amp;gt; &amp;amp;mdash; первая сравниваемая строка. Параметр &amp;lt;tt&amp;gt;s2&amp;lt;/tt&amp;gt; &amp;amp;mdash; вторая сравниваемая строка. Значения параметров не должны быть равны &amp;lt;tt&amp;gt;NULL&amp;lt;/tt&amp;gt;. Обе строки должны завершаться символом с кодом 0.&lt;br /&gt;
&lt;br /&gt;
Функция возвращает:&lt;br /&gt;
* отрицательное значение, если первая строка лексикографически меньше второй,&lt;br /&gt;
* 0, если строки равны,&lt;br /&gt;
* положительное значение, если первая строка лексикографически больше второй.&lt;br /&gt;
&lt;br /&gt;
См. также: &amp;lt;tt&amp;gt;[[libchecker:checker_strcmp_ucs4|checker_strcmp_ucs4]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[libchecker:checker_ucs4_tolower|checker_ucs4_tolower]]&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Cher</name></author>
		
	</entry>
</feed>