Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(strftime);
    
    ...
    print $string . strftime('‘%d %b’', @t), "\n"; # UTF-8 nbsp
    print $string . strftime('‘%d %b’', @t), "\n"; # ASCII space
    
  2. or download this
    1   hailed an über ‘cab’ on 23/Jun
    2   hailed an über ‘cab’ on 23�Jun
    3   hailed an über âcabâ on ‘23 Jun’
    4   hailed an über âcabâ on ‘23 Jun’