| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#11 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
and i had to re-subscribe
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
|
Thanks, I'll do the same.
|
|
|
|
|
|
|
|
|
#13 | |
|
Registered User
Join Date: Aug 2005
Posts: 3
|
Quote:
have a txt-file in the same directory that has unicode characters in the beginnin and save it from notepad to utf-8 format. copy that file to a new file with FLfile.copy() command then instead of creating the file, just add to it with FLfile.write() command. i did manage to add utf-8 characters to the file this way, but it does not seem to work allways ?? |
|
|
|
|
|
|
#14 |
|
Registered User
Join Date: Jul 2009
Posts: 1
|
I just saw this post years later
![]() Anyway, in case you want to save out in UTF8 directly through JSFL you can write your string buffer to the output panel as an intermediate step. Then use fl.outputPanel.save(filename,false,false); //UTF-8 format if you use fl.write it will save the file in ANSI format. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|