Taxonomy name containing encoded characters when queried from repository

Hi,
when taxonomy category name contains french characters like, for example ‘d’une’ . Then associate the category to a node . Now on querying on Repository for the node the category name contains encoded characters d_x0027_ne , why so and how can we decode this character.

Many Thanks
Srinivas Jasti

You can use NodeNameCodec to encode/decode node names.

After some more investigation , I have used StringCodecFactory.ISO9075Helper to help with encode/decode, HippoCMS-11.2.
Many Thanks
Srinivas Jasti