Question
converting "new.file.name" to ASText results in "new.file"
ASTextSetEncoded(astxt, "new.file.name", (ASHostEncoding)PDGetHostEncoding());
astxt becomes "new.file" instead of "new.file.name", i.e. "name" is lost.
How do I resolve this?
ASTextSetEncoded(astxt, "new.file.name", (ASHostEncoding)PDGetHostEncoding());
astxt becomes "new.file" instead of "new.file.name", i.e. "name" is lost.
How do I resolve this?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.