[
https://issues.apache.org/jira/browse/CASSANDRA-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011024#comment-13011024
]
Nate McCall commented on CASSANDRA-2379:
----------------------------------------
Looks like this is safe to mark as a dupe of CASSANDRA-2367 as, per Gary's
comment, the charset is being specified as UTF-8
> ByteBufferUtil#bytes(String) can produce undesired results for some characters
> ------------------------------------------------------------------------------
>
> Key: CASSANDRA-2379
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2379
> Project: Cassandra
> Issue Type: Bug
> Reporter: Nate McCall
> Attachments: 2379.txt
>
>
> The difference between getBytes(java.nio.charset.Charset) vs.
> getBytes("[charsetname]") on some platforms (mac it seems) can be
> substantial. From the java.lang.String javadoc for the former:
> This method always replaces malformed-input and unmappable-character
> sequences with this charset's default replacement byte array...
> vs. the latter:
> The behavior of this method when this string cannot be encoded in the default
> charset is unspecified.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira