Notepad3/Build/rc_to_utf8.cmd
2026-04-16 00:19:53 +02:00

6 lines
179 B
Batchfile

@echo off
REM Convert UTF-8-BOM encoded language RC files to pure UTF-8 (no BOM)
REM Usage: rc_to_utf8.cmd
powershell -ExecutionPolicy Bypass -File "%~dp0scripts\rc_to_utf8.ps1"