Bug #56142 unknown symbol conversion result with CONVERT() to cp866
Submitted: 20 Aug 2010 11:56 Modified: 21 Aug 2010 12:54
Reporter: Alex Zimnitski Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Charsets Severity:S3 (Non-critical)
Version: OS:Windows
Assigned to: CPU Architecture:Any
Tags: CONVERT symbol ? result

[20 Aug 2010 11:56] Alex Zimnitski
Description:
symbol '№' - unknown conversion result with CONVERT() to cp866 gives '?'

How to repeat:
SELECT CONVERT('№' USING cp866) 

Suggested fix:
fix conversion table?
[21 Aug 2010 12:54] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

There is no '№' char in conversion table for cp866: http://www.collation-charts.org/mysql60/mysql604.cp866_general_ci.html Therefore this is not a bug.