RT for rt.cpan.org
Skip Menu
|
Bug #115077 for Rose-DB: missing mysql option for utf8mb4?
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Rose-DB CPAN distribution
.
Report information
The Basics
Id:
115077
Status:
new
Priority:
0/
Queue:
Rose-DB
People
Owner:
Nobody in particular
Requestors:
alex.karelas [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sun Jun 05 00:42:33 2016
alex.karelas [...] gmail.com - Ticket created
Subject:
missing mysql option for utf8mb4?
Date:
Sun, 5 Jun 2016 07:42:20 +0300
To:
bug-Rose-DB [...] rt.cpan.org
From:
Alexander Karelas <alex.karelas [...] gmail.com>
on page
https://metacpan.org/pod/Rose::DB::MySQL
there is an option mysql_enable_utf8 but no option mysql_enable_utf8mb4 however on page
https://metacpan.org/pod/DBD::mysql
there's an mb4 option, and in general mb4 is supported there. The importance of utf8mb4 is described here:
https://mathiasbynens.be/notes/mysql-utf8mb4
Should mysql_enable_utf8mb4 be added?