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
7872
Commits
6
Branches
0
Tags
18 MiB
Tree:
484a25cebe
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'
)