-
Hi Mathis:
So far as I'm aware, the Palm OS isn't Unicode compliant. As such, it's using a codepage of some sort to manage the different character sets. The jSyncManager will simply read in the series of bytes comprising the record, break it up into its component parts, and then create a new String from any byte sequences which represent strings using the String(byte[]) constructor...
2008-04-20 00:45:01 UTC by yaztromo
-
At http://zephyrsoft.net/palm/birthday you can see how I used the API of jSyncManager, perhaps I have made a mistake and did not properly initialize everything (I have used org/jSyncManager/Tools/DatabaseInspector.java from http://jsyncmanager.cvs.sourceforge.net/jsyncmanager/jsyncmanager/source/org/jSyncManager/Tools/DatabaseInspector.java?view=markup as a blueprint)?.
2008-04-19 22:57:57 UTC by zephyrsoft
-
Hi!
I found this software today and have already included it into my birthday reminder tool which now is based on my palm's data - very cool! I appreciate the work of the team very much. Must have cost an awful lot of time...
I have a question: Does anybody know how to handle UTF-8 characters? Is there a secret switch I should use? I have used German umlauts in my ContactDB, and it shows very...
2008-04-19 22:14:20 UTC by zephyrsoft
-
evilpenguin committed patchset 46 of module contrib to the The jSyncManager Project CVS repository, changing 1 files.
2008-02-05 22:17:49 UTC by evilpenguin
-
yaztromo committed patchset 415 of module jsyncmanager to the The jSyncManager Project CVS repository, changing 1 files.
2008-01-31 06:07:34 UTC by yaztromo
-
Hi all,
i am creating a java application which check whether usb device is connected or not.
i got the jar files(jsr80-1.0.1.jar ,jsr80_ri-1.0.1.jar) and javax.usb.properties file and added into classpath. but i got the below error when i try to run the program
Exception in thread "main" javax.usb.UsbException: The property javax.usb.services is not defined as the...
2007-12-04 14:03:33 UTC by rsgiridaran
-
Brad,
I pulled down your new code and I've been working through a lot of problems on my own end, but I think it's safe to say at this point that your bug fixes totally fixed my problem. I'm able to extract all the info I need from the TODO list.
Thanks for the help!
-will.
2007-08-21 03:42:13 UTC by wross
-
Hi Will:
I've found and fixed two bugs with the ToDo List App Block. You can get a copy of the new ToDoListAppBlock sources from our CVS repository (if you need a pre-built copy, let me know via e-mail and I'll send you one).
I've also added a toString() method to the CategoryInfo class, so you're data dumping routine should display somewhat more meaningful data. I hope this helps!
2007-07-09 04:51:47 UTC by yaztromo
-
yaztromo committed patchset 414 of module jsyncmanager to the The jSyncManager Project CVS repository, changing 1 files.
2007-07-09 04:40:50 UTC by yaztromo
-
yaztromo committed patchset 413 of module jsyncmanager to the The jSyncManager Project CVS repository, changing 1 files.
2007-07-09 02:57:27 UTC by yaztromo