Answer the question
In order to leave comments, you need to log in
Bitrix, part of the encoding is not displayed?
Good evening.
Tell me please.
I'm trying to put a self-written calculator into Bitrix, made in php. Part is displayed in Russian, forms, and part as if the encoding is not correct. Screenshot is attached.
The code is too
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Калькулятор");
?>
<div id="full_calc">
<form>
<div id="vash_vozrast">
<p id="vozrast">Введите ваш возраст</p>
<input type="text" id="vozrast"/>
</div>
<div id="type_of_kredit">
<p>Выберите категорию, к которой вы относитесь</p>
<p>
<select id="type">
<option value='0'>Выберите категорию, к которой относитесь</option>
<option value='1'>участник программы «Жилье для российской семьи»</option>
<option value='2'>семья с 2 детьми</option>
<option value='3'>работник предприятия оборонно-промышленного комплекса</option>
<option value='4'>семья, в состав которой входит инвалид, в том числе ребенок</option>
<option value='5'>молодой учитель с правом получения сертификата (согласно постановления правительства НСО)</option>
<option value='6'>участник НИС</option>
<option value='7'>не отношусь ни к одной из перечисленных категорий</option>
</select>
</p>
</div>
<p id="tipus"></p>
<div id="config_site">
<div id="vtor_subs"> </div>
</div>
</form>
</div>
<p id="percent">Процент по кредиту: <strong><span></span></strong> % </p> </br>
<p id="platezh">Ежемесячный платеж: <strong><span></span></strong> руб. </p>
</div>
<div>
</div>
<script src="jquery-1.6.2.min.js"></script>
<script src="jquery-ui-1.8.16.custom.min.js"></script>
</html><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
Answer the question
In order to leave comments, you need to log in
You need to know what encoding your site is running in. Next, the script file needs to be converted to the desired encoding. In notepad++ this is done in the Encodings menu.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question