You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
В файле src\tools\build\adjust-encoding.js
имеется определение кодировки
`
export function getEncoding(buffer)
{
const result = jscharder.detect(buffer);
В файле src\tools\build\adjust-encoding.js
имеется определение кодировки
`
export function getEncoding(buffer)
{
const result = jscharder.detect(buffer);
}
`
Которое приводит к сохранению в кодировке windows 1251, при наличии кириллических символов в исходниках
Минимальный фикс этой проблемы оформлен в PR: #15