C
C
CSSwar2015-10-11 21:45:23
PHP
CSSwar, 2015-10-11 21:45:23

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");?>

a9d7904a28ba4941983be887fc9fb38d.png
Tell me where I did it wrong, please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-10-11
@CSSwar

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.

C
CSSwaR, 2015-10-11
@CSSwaR

Let's simplify the task.
There is www.sibfabrique.ru
There is even a question without Bitrix.
The same form, but. Also part of the wrong encoding. Part of it is normal. What could be the problem?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question