From f8bd7e83cbc5a1b8f1d0ddc6ce64591635f83b87 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 27 Feb 2005 22:08:47 +0000 Subject: [PATCH] Fixed comment. --- source/org/thdl/tib/input/DuffPane.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/org/thdl/tib/input/DuffPane.java b/source/org/thdl/tib/input/DuffPane.java index 3235eb1..acf0c4b 100644 --- a/source/org/thdl/tib/input/DuffPane.java +++ b/source/org/thdl/tib/input/DuffPane.java @@ -1027,12 +1027,13 @@ public class DuffPane extends TibetanPane implements FocusListener { } } - /** Saves the TMW document underlying this DuffPane as Unicode. Has to copy + /** Saves the TMW document underlying this DuffPane as Unicode. @param utf8_text true if you want to save as UTF-8-encoded Unicode text, false if you want to save as Unicode in RTF @param out an OutputStream that will be closed when we're done in every case - @returns true on perfect success, false otherwise */ + @returns true on perfect success, false otherwise -- for finer + grain, use the standalone TMW->Unicode converter. */ public boolean saveAsUnicode(boolean utf8_text, OutputStream out) throws IOException {