Hi Ludovic
Thanks for the help. I can now compile the svn source.
On 4/19/05, Ludovic Dubost <ludovic(a)pobox.com> wrote:
Hi Patrick,
I think it is just that you need junit.jar in your ant installation.
Ludovic
I now have the following questions:
1. the version # is now Version 0.9.500, smaller than the previous
downloadble war file ( 0.9.543). Is this correct?
2. I have attempt to save some chinese character on a new page then
try to edit it again using the default (html ) editor. Both the html
page source and the editable version still show 大 etc for a
chinese character, just like the previous version (0.9.543).
Besides, the page source shows the following:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml" lang="en"
xml:lang="en">
<head>
<meta name="language" content="en" />
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
I suppose that the xml/html file is encoded in ISO-8859-1 instead of
UTF-8. Is there anywhere I could change the default? And it is the
same no matter I choose the page/document language as en or zh.
3. I have also try to export this to PDF and the result supprise me.
Please check the attachment. The three encoded chinese characters
have been truncated to only one code with some left over of the first
and last character. I will take a look at the svn revision 452 about
the uft-8 changes set soon and try to find out the problem.
Thanks in advance.
Patrick Lee