fix ch_range; confirm action works with sequences too
This commit is contained in:
parent
6c9410d8de
commit
2730d9ffd7
3 changed files with 13 additions and 5 deletions
|
|
@ -175,6 +175,11 @@ function sequence()
|
|||
return h_sequence__a($arg_list);
|
||||
}
|
||||
|
||||
function ch_range($low, $high)
|
||||
{
|
||||
return action(h_ch_range($low, $high), \"chr\");
|
||||
}
|
||||
|
||||
function in($charset)
|
||||
{
|
||||
return action(h_in($charset), \"chr\");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue