Page 1 of 1

unicode editor

PostPosted: Jan 17, 2003 @ 8:36pm
by Sm!rk
I'm looking for a unicode editor for the pocketpc, anyone know of any, maybe open source?

I did a routine search but didn't come up with anything. So hopefully word of mouth can come up with something. I also didn't see any normal editors either, but if you know of a good open source one, I could attempt to add in the unicode part myself.

PostPosted: Jan 17, 2003 @ 9:30pm
by angedelamort
what do you want to edit? HTML, code? Generate binaries?

PostPosted: Jan 17, 2003 @ 11:04pm
by sponge
I don't think there are ANY editors for any type of file that support Unicode for the PPC.

PostPosted: Jan 17, 2003 @ 11:18pm
by Dan East
What do you mean by a unicode editor? Pocket Word can edit unicode text files fine. I just verified it to be sure.

Dan East

PostPosted: Jan 18, 2003 @ 10:09am
by Sm!rk

PostPosted: Jan 18, 2003 @ 11:48am
by Hosed

PostPosted: Jan 18, 2003 @ 11:03pm
by Sm!rk

PostPosted: Jan 19, 2003 @ 5:48am
by zinger

PostPosted: Jan 19, 2003 @ 3:02pm
by Dan East
Perhaps the endian-ess is backwards. If you want to send a sample text file to me I can take a look at it.

info@dexplor.com

Dan East

PostPosted: Jan 19, 2003 @ 9:35pm
by zinger

PostPosted: Jan 19, 2003 @ 10:12pm
by Dan East

PostPosted: Jan 19, 2003 @ 10:28pm
by Sm!rk
Now thats suprising, the files *do* open fine in notepad on XP. But I'm more surprised that notepad had been updated. 8O

I saved one out with notepad and then checked with the editor I was using to see what it had changed. The Byte order for Unicode as saved by Notepad is low-high, same as the intel procs. It saves as UCS-2, and the only difference, and what may have been causing the problem, is the byte order mark at the beginning of the file. The first editor gave me the option of putting that in, but I hadn't, notepad does it by default (with no option not to) and that seemed to be what Word was expecting. In other words the only thing different was that mark, and it made the difference.

Thanks for the Notepad tip Dan.

PostPosted: Jan 20, 2003 @ 12:00am
by Sm!rk
Well thru all of that I am still back at square one, Word can load the unicode files as mentioned, but any changes will cause it to write it back in UTF-8 which is basically normal text, hence no longer readable by my app.

I can't even wager a guess as to why Word would destroy the filetype, but if anyone else knows of any secrets to prevent this it would solve my problem.

PostPosted: Jan 20, 2003 @ 1:50am
by zinger

PostPosted: Jan 20, 2003 @ 2:18am
by Dan East