Encoding problems Visual Builder
Content
After update russian text of VBS displayed incorrectly.
Example - Ðнопка
<div class="oj-flex">
<oj-label id="oj-label-940921436-1" class="oj-flex-item oj-sm-12 oj-md-3">Кнопка</oj-label>
</div>
The code changes to
<div class="oj-flex">
<oj-label id="oj-label-940921436-1" class="oj-flex-item oj-sm-12 oj-md-3">Ðнопка</oj-label>
</div>
0