<?xml version="1.0" encoding="utf-8"?>
	
	<rss version="2.0">
		<channel>
			<title>iSendSMS Forum - Win 64: установщик iSendSMS все в крякозяблах</title>
			<lastBuildDate>Thu, 11 Jun 2026 12:29:00 +0300</lastBuildDate>
			<link>http://isendsms.ru/forum/</link>
			<description></description>
			<generator>
				Lussumo Vanilla 1.1.8 &amp; Feed Publisher
			</generator>
			<item>
		<title>Win 64: установщик iSendSMS все в крякозяблах</title>
		<link>http://isendsms.ru/forum/discussion/438/?Focus=3472#Comment_3472</link>
		<guid isPermaLink="false">http://isendsms.ru/forum/discussion/438/?Focus=3472#Comment_3472</guid>
		<pubDate>Sun, 20 Jan 2013 11:08:18 +0400</pubDate>
		<author>DimaT</author>
		<description>
			<![CDATA[ <p>Никогда не было такой проблемы.<br />
На новой системе с Win 64 установщик iSendSMS почему-то все в крякозяблах.  </p>
<p>Как обойти? <img src="/forum//extensions/Smile/tango/question.png" class="smiley" alt=":question:"/></p>
 ]]>
		</description>
	</item>
	<item>
		<title>Win 64: установщик iSendSMS все в крякозяблах</title>
		<link>http://isendsms.ru/forum/discussion/438/?Focus=3476#Comment_3476</link>
		<guid isPermaLink="false">http://isendsms.ru/forum/discussion/438/?Focus=3476#Comment_3476</guid>
		<pubDate>Sun, 20 Jan 2013 18:41:27 +0400</pubDate>
		<author>evd</author>
		<description>
			<![CDATA[ <p>Попробуйте в реестре: Пуск -> в строке поиска -> regedit -> HKEY_LOСAL_MACHINE -> SYSTEM -> Current Control Set -> Control -> Nls -> Code Page поменять у параметра 1252 значение с 1252.nls на 1251.nls<br />
Так же проверьте что в Панели управления в "Язык и региональные параметры" установлен русский язык для программ не поддерживающих Unicode.</p>
 ]]>
		</description>
	</item>
	<item>
		<title>Win 64: установщик iSendSMS все в крякозяблах</title>
		<link>http://isendsms.ru/forum/discussion/438/?Focus=3477#Comment_3477</link>
		<guid isPermaLink="false">http://isendsms.ru/forum/discussion/438/?Focus=3477#Comment_3477</guid>
		<pubDate>Mon, 21 Jan 2013 08:42:57 +0400</pubDate>
		<author>DimaT</author>
		<description>
			<![CDATA[ <p>Помог запуск такого коммандника:</p>
<code>@echo off
pushd %SystemRoot%System32
for %%F in (C_1250.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS) do call :STAND %%F C_1251.NLS
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Magix Corpid" /d "Arial" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Magix Corpid,0" /d "Arial,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Arial,0" /d "Arial,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Tahoma,0" /d "Tahoma,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Verdana,0" /d "Verdana,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Comic Sans MS,0" /d "Comic Sans MS,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Courier,0" /d "Courier,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "MS Sans Serif,0" /d "MS Sans Serif,204" /f
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionFontSubstitutes" /v "Times New Roman,0" /d "Times New Roman,204" /f
popd
echo.
pause
goto :EOF 

:STAND
rem Не допускает повторной обработки:
if exist %1.bak goto :EOF
rem Устанавливает владельцем текущего пользователя:
takeown /f %1
rem Предоставляет текущему пользователю полный (F) доступ:
icacls %1 /grant %USERNAME%:(F)
rem Сохранение оригинального файла:
ren %1 *.*.bak
rem Подмена кодовой таблицы:
copy %2 %1</code>
 ]]>
		</description>
	</item>
	
		</channel>
	</rss>