Mario Salazar de Torres created GEODE-10076:
-----------------------------------------------
Summary: Fix string codepoint detection
Key: GEODE-10076
URL: https://issues.apache.org/jira/browse/GEODE-10076
Project: Geode
Issue Type: Improvement
Components: native client
Reporter: Mario Salazar de Torres
*GIVEN* a PdxSerializable implementation with a string field
*WHEN* an ASCII string is written
*THEN* the string is serialized with the DSCode CacheableString
----
*Additional information.* In the Java client, whenever writing an string, the
string is parsed and the DSCode is assigned depending on the string
codification. In the native client, it's always set to CacheableString,
whenever for example in the case of an ASCII string should be
CacheableASCIIString
--
This message was sent by Atlassian Jira
(v8.20.1#820001)