Hi there,
For example I have a project with 2 file members named "fileéè.txt" "fileàâç.txt" using accented characters in their file names.
Is there available some kind of internal unique numeric id for these two file members ?
The CLI console doesn't display well names with accented characters, I see question marks ???? instead of the real characters, but the Java API is fine in this regard.
Therefore I am thinking to match the "altered" file member names received from CLI with the correct names received by using the Java API,
based on a common internal unique numeric id that these members might have.