in reply to Re^6: How to know to know if string is utf8 encoded or decoded.
in thread How to know to know if string is utf8 encoded or decoded.
Thank you for the reply.
That is existing code. basically the logic behind the code is, if filename is utf8 encoded then return the string as it is but if it is not then decode it
using encode::decode.
for filename "test1℗ὓ.txt" there is not need to decode at all but with filename "1669-SCC-HôpitauxdeSaint-Maurice-POC.PIF", it is not working with or without decode. when I say not working it is not getting decoded properly so that file is not getting attached.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: How to know to know if string is utf8 encoded or decoded.
by 1nickt (Canon) on Jul 26, 2019 at 15:26 UTC |