New pages

Jump to: navigation, search
New pages
 
Hide bots | Show redirects
  • 15:09, 2 February 2024Uni() (hist)[249 bytes]Jwashin1 (talk | contribs) (Created page with "To get the codepoints of typed or copied characters, a simple command can be defined on a terminal. uni(){ c=$(cat); for((i=0;i<${#c};i++)); do printf "<U%04X>" "'${c:i:1}"...")