Details
Description
Hi,
Current QDox doesn't support encoding. I want qdox to support encoding to improve internationalization.
I wrote patch for QDox and I uploaded here.
http://yamaguch.sytes.net/~tora/tmp/qdox-encoding.patch
Please take it.
Then QDox support encoding with following code:
JavaDocBuilder builder = new JavaDocBuilder();
builder.setEncoding("euc-jp");
builder.addSource(...);
reagards,
Takashi Okamoto
Activity
Peter Donald
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | Parser [ 10124 ] | |
Key |
|
|
Project | commons attributes [ 10061 ] | qdox [ 10103 ] |
Aslak Hellesøy
made changes -
Assignee | Aslak Hellesoy [ rinkrank ] | |
Status | Unassigned [ 1 ] | Assigned [ 2 ] |
Aslak Hellesøy
made changes -
Status | Assigned [ 2 ] | Closed [ 6 ] |
Fix Version/s | 1.3 [ 10107 ] | |
Resolution | Fixed [ 1 ] |
Moved this bug from another project where it had been incorrectly added