[rkward-cvs] SF.net SVN: rkward: [1296] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Feb 4 13:02:34 UTC 2007
Revision: 1296
http://svn.sourceforge.net/rkward/?rev=1296&view=rev
Author: tfry
Date: 2007-02-04 05:02:34 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Add MS-GREEK encoding option to SPSS import
Modified Paths:
--------------
trunk/rkward/TODO
trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml
Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO 2007-02-02 14:26:56 UTC (rev 1295)
+++ trunk/rkward/TODO 2007-02-04 13:02:34 UTC (rev 1296)
@@ -85,7 +85,6 @@
- ideally the whole thing: setting breakpoints, etc.
- realistically, maybe we can override browser () or do_browser with something nicer
- Preview of plots
- - document
- Maybe use a button (along the submit / close / etc. buttons instead)?
- The preview window should be a specialized RKCaughtWindow
- It should show info on state (up to date / updating / error / etc).
@@ -152,7 +151,7 @@
R plugins:
- create grid() plugin
- create a (simple) color option plugin (~ 30 colors) for embedding
- - build SPSS import plugin
+ - a function rk.describe.alternative() for use in hypothesis test plugins
- use SVG device for graphics output
- provide context menu / other UI to export to different formats / edit
- PHP-backend:
Modified: trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml
===================================================================
--- trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml 2007-02-02 14:26:56 UTC (rev 1295)
+++ trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml 2007-02-04 13:02:34 UTC (rev 1296)
@@ -42,6 +42,7 @@
<option value="ISO8859-5" label="ISO8859-5 Latin/Cyrillic"/>
<option value="ISO8859-6" label="ISO8859-6 Latin/Arabic"/>
<option value="ISO8859-7" label="ISO8859-7 Latin/Greek"/>
+ <option value="MS-GREEK" label="MS-GREEK"/>
<option value="ISO8859-8" label="ISO8859-8 Latin/Hebrew"/>
<option value="ISO8859-9" label="ISO8859-9 Latin-5 Turkish"/>
<option value="ISO8859-10" label="ISO8859-10 Latin-6 Nordic"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list