This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6591
Commits
6
Branches
0
Tags
18 MiB
Tree:
d2f887a96c
android-5
build-on-device
electrs
emacs-27
master
patch-log
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd2f887a96c'
${ noResults }
termux-packages
/
packages
/
ruby
/
tests
/
default_encoding_isutf8.sh
2 lines
75 B
Raw
Normal View
History
No backticks
6 years ago
assert_equals
'#<Encoding:UTF-8>'
$(
ruby -e
'p Encoding.default_external'
)