Universal Citekey Generator

My question is if it is the code they are using, not just the method =/
It is indeed possible to implement the Java equivalent version of the linked JavaScript, but I don’t know if it would produce the same citation keys as Papers 2/3 without knowing more about their implementation.

The issue is that a title containing {\o}, might be interpreted as,

  1. o
  2. {\o}
  3. ø (and its different unicode variants)
  4. oe (unlikely)

which would generate different citation keys. See GitHub - retorquere/universal-citekey-js: Javascript implementation of universal cite key for some additional issues.

They are no longer using this method? Perhaps [Papers3CitationKey] would be better in that case.