Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE `quotes` (
     `text` varchar(255) NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    
  2. or download this
    INSERT INTO `test`.`quotes` (
    `text`
    )
    VALUES (
    '“” ‘’'
    );
    
  3. or download this
    mysql> select * from quotes where 1;
    +----------------+
    ...
    | E2809C E2809D 2020 E28098 E28099 |
    +----------------------------------+
    ## just so we know exactly what bytes are in there, my spacing
    
  4. or download this
    
    #!/usr/local/bin/perl
    ...
    my ($text) = $text_display->fetchrow_array();
    
    print "Text: $text" . $/;
    
  5. or download this
        Text: ??  ??
    
  6. or download this
        Text: ìî  ëí