Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/2df237e89b61e1913a7968826730ff04 to your computer and use it in GitHub Desktop.
Save ezhov-da/2df237e89b61e1913a7968826730ff04 to your computer and use it in GitHub Desktop.
java конвертация файлов для языковых настроек
[code:]cmd[:code]
set pathToNative=c:\jdk1.8.0_05\bin\native2ascii.exe
%pathToNative% -encoding utf8 %~dp0\-TipOfTheDay.properties %~dp0\TipOfTheDay.properties
%pathToNative% -encoding utf8 %~dp0\-swingx_ru_RU.properties %~dp0\swingx_ru_RU.properties
%pathToNative% -encoding utf8 %~dp0\-SearchField.properties %~dp0\SearchField.properties
%pathToNative% -encoding utf8 %~dp0\-LoginPane.properties %~dp0\LoginPane.properties
%pathToNative% -encoding utf8 %~dp0\-ErrorPane.properties %~dp0\ErrorPane.properties
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment