#5653 closed defect (fixed)
Preview and commit will not work if there have Chinese character in wiki pages
Reported by: | zuowei | Owned by: | Ivan |
---|---|---|---|
Priority: | normal | Component: | WikiEditorForEclipsePlugin |
Severity: | normal | Keywords: | Chinese, unicode, preview, commit |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
- If I composed a new wiki page in Chinese,when click preview tab,nothing will be displayed,just blank page,and this page can't be committed to server
- If I add some Chinese characters to the exist English page,the preview didnot work too,and I can't commit the page to server
- If the page only be composed in English,everything is ok.
- I got some error message from Trac server when I commit the page to the Trac server:
File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 163, in process_request self.process_xml_request(req, content_type) File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 167, in process_xml_request args, method = xmlrpclib.loads(req.read(int(req.get_header('Content-Length')))) File "/usr/lib/python2.5/xmlrpclib.py", line 1130, in loads p.feed(data) File "/usr/lib/python2.5/xmlrpclib.py", line 817, in end return f(self, join(self._data, "")) File "/usr/lib/python2.5/xmlrpclib.py", line 907, in end_value self.end_string(data) File "/usr/lib/python2.5/xmlrpclib.py", line 864, in end_string data = _decode(data, self._encoding) File "/usr/lib/python2.5/xmlrpclib.py", line 164, in _decode data = unicode(data, encoding) File "/usr/lib/python2.5/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0xd5 in position 1646: unexpected end of data
- I attached a wiki page in text format,two Chinese characters added in the bottom of page for testing
Attachments (1)
Change History (10)
Changed 15 years ago by
Attachment: | Preview_w_chinese_chars.png added |
---|
comment:1 follow-up: 2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
It may be that UTF8 is a not supported charset encoding in your client computer and the plugin is not handling it properly
I can actually preview chinese characters...
I have updated the plugin to use default encoding if utf8 is not supported. You can install it from the testing update site:
http://trac-hacks.org/svn/wikieditorforeclipseplugin/trunk/releases/update-site/
Let me know if it fixes the issue for you
Regards
Ivan
comment:2 Changed 15 years ago by
Replying to ivangsa:
It may be that UTF8 is a not supported charset encoding in your client computer and the plugin is not handling it properly
I can actually preview chinese characters...
I have updated the plugin to use default encoding if utf8 is not supported. You can install it from the testing update site:
http://trac-hacks.org/svn/wikieditorforeclipseplugin/trunk/releases/update-site/
Let me know if it fixes the issue for you
Regards
Ivan
- I can confirmed that the encoding setting in client is UTF8, I can compose wiki page in Chinese with this plugin,and the character display without problem.
- I tried your updated version,the problem still be there
- I checked the eclipse log file this time,when I click preview tab,I got the error message
!ENTRY org.eclipse.ui 4 0 2009-08-12 09:52:38.063 !MSG Unhandled event loop exception !STACK 0 java.lang.reflect.UndeclaredThrowableException at $Proxy0.wikiToHtml(Unknown Source) at org.trachacks.wikieditor.rpc.WikiClientImpl.wikiToHtml(WikiClientImpl.java:205) at org.trachacks.wikieditor.service.WikiServiceImpl.wikiToHtml(WikiServiceImpl.java:231) at org.trachacks.wikieditor.eclipse.plugin.model.Page.wikiToHtml(Page.java:279) at org.trachacks.wikieditor.eclipse.plugin.editor.WikiPreview.showContent(WikiPreview.java:54) at org.trachacks.wikieditor.eclipse.plugin.editor.WikiEditor.pageChange(WikiEditor.java:160) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:266) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Caused by: org.apache.xmlrpc.client.XmlRpcClientException: Failed to read servers response: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:179) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125) at org.trachacks.wikieditor.rpc.xmlrpc.WikiRPCClientFactory$1.invoke(WikiRPCClientFactory.java:100) ... 40 more
- I found the error message
Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
then I checked my network status,everything is ok, and I can download this DTD file in browser correctly
comment:3 Changed 15 years ago by
ok,
from the original post, the problem seems to happen on the server side:
> UnicodeDecodeError: 'utf8' codec can't decode byte 0xd5 in position 1646: unexpected end of data
that may be the reason the xmlrpc plugin is returning 503 error code status
Lets try one thing:
can you update the WikiEditorForEclipsePlugin?action=edit and see if you can preview/commit chinese characters there, just to isolate the problem, I could do a preview using the plugin and the Track-Hacks site
lets see how it goes..
comment:4 follow-up: 5 Changed 15 years ago by
- I tested in Trac-hacks site,there have no such problem,I can use Chinese character,preview and commit work properly.
- As you said,the problem should be caused by xmlrpc plugin on the server side,could you give me some advice on how to solve this problem came from xmlrpc plugin?
comment:5 Changed 15 years ago by
Replying to zuowei:
well, I would probably collect as much information about your server setup:
- Trac and plugin versions,
- Python version
- OS default charset
- Apache web server set up
- ...
and with that information would ask in XmlRpcPlugin
Maybe you could also test it trough different rpc clients, like creating a ticket with chinese characters through Mylyn integration, or make sure you can create a wiki page through the web... anything may help isolate the problem...
Anyway, good luck, and if you find the solution and you think it may help other users you can also add an entry in WikiEditorForEclipsePlugin/FAQ
Regards
Ivan
comment:6 Changed 15 years ago by
- I checked the setting of server,and found the problem came out after I upgraded python packages for testing Chinese wiki page export function(pdf file) ,then I re-installed the python,but the problem still be there.
- Because I can't figure out which python modules lead to such problem, I had to purged python package and all python modules from server,and re-install them one by one,the problem disappeared this time
- The software I used:
- Trac : 0.11.5
- TracXmlRPC : 1.0.6
- TracExtendedXmlRPC : 0.1
- TracTags :0.6
- TracTocMacro: 11.0.0.3
- TracWikiPrintPlugin : 1.6
- ReportLab : 2.3
- Html5lib : 0.11.1
- Pisa : 3.0.32
- Python : 2.5.4
- pyPdf : 1.12
- default character : zh_CN.utf8
- apache: 2.2.11
- mod_python : 3.3.1
- So this problem had been solved,but it's a pity that I don't know why
Thanks Ivan's help.
B.Rgds
comment:7 Changed 15 years ago by
I confirmed that the problem caused by ReportLab 2.3.
B.Rgds zuowei
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 Changed 14 years ago by
Virtually any tradition that has hand techinque earth specifically is unquestionably connected with virtually any smoking progress which often usually may start for influence intro or maybe that impact which is gathered in the men and women all-around. Due to which, experts get produced any products that may aid men and women fade away fully by using smoking cigarettes.
Receiving electronic cigarettes could be a good start when ever gonna give up smoking. Tobacco even so could be present or maybe normally in addition to excellent connected with choice because of the group boss which employs electric cigarette.
This specific item moreover moves because of the identifying connected with electronic cigarette or possibly customized vaporizer which is in addition developed through China medical health care provider. His or her generation prompted men and women via Oughout. azines. several nations in the eu to receive that products. The exact electric cigarette twigs to be able to employing methods that and a battery pack group which often creates cigarette smoking in to your body, nonetheless simply creates smoke a pipe from the atmosphere stream that are you deal with. To allow you coordinate your own needing with regard to methods that without endangering all those around a person. Almost every energy provide offers that which is often details of twelve so that they can 30 cigarettes in addition to every products of E-cigarettes offers many ones.
Properly, even though advertised after a while there was several prevent smoking cigarettes answers Or maybe aids brought to you out there to support individuals who end up organized opt for naturally healthy lifestyle in addition to make money so that they can avoid medical implications compelled by using tobacco smoking.
After that, the theory electronic cigarette vaporized your own fresh treatment as well as the cigarette smoking in the tablet in addition to mouth piece. This is one way therapy arrive within. if the male or female wants to minimize in addition to finally give up smoking; all those could make to make use of the many forms of cigarette smoking printer bottle. All-around cigarette smoking is simply not a problem established best nicotine-content printer container is actually used because the electric cigarette includes any ingenious chip which often offers out only fair degree of cigarette smoking if the man or women is actually implementing the store's instrument.
Included in this are abundant medical professional nonetheless in all honesty there is not necessarily a significant capture an average passionate smoking efficianado may assure that achievements connected with this kind connected with other possibilities as well as exhaust financial endurance that route regarding unfit smoking cigarettes is in fact tempting the store's particular person with regard to greatest joy with regards to genuine methods that want.
Suggestions that circumstances by using 99% with regards to men and women that you should decisions connected with cigarette smoking, nonetheless by using a while in addition to engineering that review will manufacture in addition to amazing cigarette referred to as Electronic Cigarette, In the used cigarette, electric cigarette, cigarette smoking choice in addition to energy provide centric cigarette which allows end users to fulfill the store's urges connected with cigarette smoking from the wholesome design. The exact legitimacy regarding electric cigarette is in fact legitimate considering that it really is used across the world. As soon as with this report nights golf equipment or maybe rapid meals stores, you won't need to glimpse the store's cigarettes place because doing so won't want hearth not the idea cigarette smoking.
Preview with chinese charactes