docker-neo4j icon indicating copy to clipboard operation
docker-neo4j copied to clipboard

Charmap changes between 4.4.7 and 4.4.8 (unicode characters broken)

Open Bastianowicz opened this issue 3 years ago • 8 comments

Reproduce

  • docker run neo4j:4.4.7-enterprise locale charmap
  • docker run neo4j:4.4.8-enterprise locale charmap

Expected Behaviour

  • both result in UTF-8

Actual Behaviour

  • 4.4.7: UTF-8
  • 4.4.8: ANSI_X3.4-1968

This causes the imports via cyphershell to be corrupted (umlauts and so on are not being imported properly)

Bastianowicz avatar Aug 04 '22 15:08 Bastianowicz

Any update here?

4.4.25: ANSI_X3.4-1968

Would so nice to have UTF-8 locales.

alfredalbrecht avatar Nov 23 '23 20:11 alfredalbrecht