Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
SisMaker
/
jiffy
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Projects
0
Релизы
62
Вики
Активность
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
217
коммитов
10
Ветки
3.3 MiB
Дерево:
123b612784
master
46-string-keys
fix-centos-6
fix-large-int-conversions
fix-mix-build
improper-lists
john/improve-jiffy-perf
pc-test
preencode-sketch
return-trailer
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.15.2
0.15.1
0.15.0
0.14.13
0.14.12
0.14.11
0.14.10
0.14.9
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '123b612784'
${ noResults }
jiffy
/
test
/
cases
/
string_invalid_hex_char.eterm
1 строка
29 B
Исходник
Обычный вид
История
Add an encoder option to escape unicode. The encoder can now return \u escaped unicode data instead of leaving it as UTF-8 byte sequences. This done like so: Eshell V5.8.3 (abort with ^G) 1> jiffy:encode(<<240, 144, 129, 128>>, [uescape]). <<"\"\\uD800\\uDC40\"">>
14 лет назад
{error,{44,invalid_string}}.