Help for this page

Select Code to Download


  1. or download this
    local $_ = "Screenshot-2024-02-23-at-1.05.14\xE2\x80\xAFAM.png";
    /Screenshot-2024-02-23-at-1.05.14\s/
    
  2. or download this
    local $_ = "Screenshot-2024-02-23-at-1.05.14\x{202F}AM.png";
    /Screenshot-2024-02-23-at-1.05.14\s/
    
  3. or download this
    local $_ = "Screenshot-2024-02-23-at-1.05.14\xE2\x80\xAFAM.png";
    utf8::decode( $_ );
    /Screenshot-2024-02-23-at-1.05.14\s/