- or download this
CREATE TABLE `quotes` (
`text` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8
- or download this
INSERT INTO `test`.`quotes` (
`text`
)
VALUES (
'“” ‘’'
);
- 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
- or download this
#!/usr/local/bin/perl
...
my ($text) = $text_display->fetchrow_array();
print "Text: $text" . $/;
- or download this
Text: ?? ??
- or download this
Text: ìî ëí