[ https://issues.apache.org/jira/browse/TINKERPOP-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Mallette closed TINKERPOP-3090. --------------------------------------- Fix Version/s: 4.0.0 3.7.3 Assignee: Stephen Mallette Resolution: Fixed > 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 > Assignee: Stephen Mallette > Priority: Critical > Fix For: 4.0.0, 3.7.3 > > > {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)