/
niceSOFT
/
make
Обзор
Документация
Войти
/
niceSOFT
/
make
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/scripts/features/utf8
11 строк
320 B
Paul Smith
Ignore UTF-8 BOMs. See Savannah bug #36529.
10 сен 2012, 01:11
10 сен 2012, 01:11
bc578b6
Код
Авторство
О чём код?
# -*-perl-*- $description = "Test support for UTF-8."; $details = ""; # Verify that the UTF-8 BOM is ignored. run_make_test("\xEF\xBB\xBFall: ; \@echo \$\@\n", '', "all"); # This tells the test driver that the perl test script executed properly. 1;