Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ruby-unf-ext /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
992
B
-rw-r--r--
changelog.Debian.gz
1.32
KB
-rw-r--r--
copyright
1.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
ruby-unf_ext ============ Synopsis -------- * Unicode Normalization Form support library for CRuby Description ----------- * Normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD # For bulk conversion normalizer = UNF::Normalizer.new a_bunch_of_strings.map! { |string| normalizer.normalize(string, :nfc) #=> string in NFC } * Compliant with Unicode 9.0 Requirement ----------- * Ruby 1.8.7+, 1.9.2+ * C++ compiler and libstdc++ Installation ------------ gem install unf_ext Or: ruby extconf.rb && make && make install Development Resources --------------------- * https://github.com/sile/unf For issues regarding files under the directory `unf`, please contact this upstream. * https://github.com/knu/ruby-unf_ext The development site and the repository. License ------- Copyright (c) 2010-2017 Takeru Ohta Copyright (c) 2011-2018 Akinori MUSHA Licensed under the MIT license. See `LICENSE` for details.
Close