Ok, it seems to be an ENCODING issue.

b = s '//works
---
b = StrConv(s, vbFromUnicode) '// doesn't work