Stephen Mallette created TINKERPOP-3090: -------------------------------------------
Summary: trim() steps not handling unicode characters properly Key: TINKERPOP-3090 URL: https://issues.apache.org/jira/browse/TINKERPOP-3090 Project: TinkerPop Issue Type: Bug Components: process Affects Versions: 3.7.2 Reporter: Stephen Mallette {code} gremlin> g.inject("\u3000abc\u3000").trim().next().length() ==>5 gremlin> g.inject("\u3000abc\u3000").lTrim().next().length() ==>4 gremlin> g.inject("\u3000abc\u3000").rTrim().next().length() ==>4 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)