Цитата kotkovets:
конвертировать в формат UTF8, т.е с таким форматом хранит Opera свои настройки »
|
Там приведено три типа комманд:
unicode::FileAnsi2Unicode "Input" "Output" Type
unicode::FileUnicode2UTF8 "Input" "Output" Type
unicode::FileUnicode2Ansi "Input" "Output" Type
То есть будет так?
unicode::FileAnsi2Unicode "Input" "Output" Type
unicode::FileUnicode2UTF8 "Input" "Output" Type
Конкретено что должно быть прописано в "Input" "Output" Type? Путь к файлу?
Примерно так?
unicode::FileAnsi2Unicode "$APPDATA\Opera\Opera\operaprefs.ini" "$APPDATA\Opera\Opera\operaprefs.ini" Unicode
unicode::FileUnicode2UTF8 "$APPDATA\Opera\Opera\operaprefs.ini" "$APPDATA\Opera\Opera\operaprefs.ini" UTF8
Так не работает.