Closed GoogleCodeExporter closed 8 years ago
I tried on Windows XP, and It does not show unicode characters.
I think it's because of Font.DIALOG in Main.java and UIUTil.java.
Original comment by kwon3...@gmail.com
on 28 Oct 2008 at 8:34
Can you tell me which character it is not able to render? Can you attach a
plain text
file (UTF-8 encoded) of the content you are trying view? This will help me
debug and
incorporate this feature.
Thanks for reporting this important issue.
Original comment by subwiz
on 28 Oct 2008 at 5:16
The following is a XML response from my application. The response's content
type is
application/xml.
==============================
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addressbookGroup>
<id>5</id>
<name>친척</name>
<entryCount>2</entryCount>
<addressbookEntries/>
<addressbookEntries/>
</addressbookGroup>
==============================
"<name>친척</name>" includes UTF-8 characters - 친척.
I attach two image files. The first one is my expected result.
The second one is restclient-2.2's result which does not show unicode
characters.
Original comment by kwon3...@gmail.com
on 29 Oct 2008 at 1:09
Attachments:
Thanks for the detailed screenshots. I am working on this.
Original comment by subwiz
on 29 Oct 2008 at 5:47
Rev.325 has a basic fix--not all features are complete. In the Tools>Options
menu now
we have a Font tab. Here you may specify the font supporting your language
characters. But still a lot more needs to be done.
Original comment by subwiz
on 1 Nov 2008 at 3:21
Closing the issue after testing. Rev. 328 has the changes. Latest build can be
downloaded from:
http://wiztools.org/project/RESTClient/restclient-2.3-SNAPSHOT-jar-with-dependen
cies.jar
Note that other features might be broken as this is the development version.
Original comment by subwiz
on 1 Nov 2008 at 6:54
Original issue reported on code.google.com by
kwon3...@gmail.com
on 28 Oct 2008 at 8:09