| 62 | const char *cannot_convert_error_pos() const |
| 63 | { return m_cannot_convert_error_pos; } |
| 64 | const char *most_important_error_pos() const |
| 65 | { |
| 66 | return well_formed_error_pos() ? well_formed_error_pos() : |
| 67 | cannot_convert_error_pos(); |
| 68 | } |
| 69 | /* |
| 70 | Convert a string between character sets. |
| 71 | "dstcs" and "srccs" cannot be &my_charset_bin. |
no outgoing calls
no test coverage detected