Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
As for the original problem, I guess it was the missing quotes all along. I don't know if someone could correct the blog entry for anybody else running into the same problem?
I tried this code: ########CODE####### on mouseUp setitemDelto"/" setthedefaultFoldertoitem1to -2 of (theeffectivefileNameofthisstack) putthedefaultFolderinto temp put temp put"àòèéù"intoURL ("binfile:" & temp & "/test.txt") end mouseUp #####END OF CODE#####
With Livecode 7.1.2 tested on windows: all ok
With Livecode 7.1.2 tested on Linux: all ok
However if the system is ISO, the standard output is ISO.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Actually with the UTF-8 wrapped in quotes there is no problem now with the open file - write to file approach, with "Ενυδρίδα" before I was meaning a silly example of good outcome, sorry
Is your approach of put into url more recommended? I'm still on time of changing it.