PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Feature request : Font Option #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I user RestClient 2.2 on Ubuntu box.
When I get xml/json result from server, I cannot read unicode characters.
I think it is because that the default rest client font does not have
unicode character(I'm not sure about it, I just guess).

I hope RestClient have a menu for setting font for data areas.

Thanks,
KwonNam.

Original issue reported on code.google.com by kwon3...@gmail.com on 28 Oct 2008 at 8:09

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Thanks for the detailed screenshots. I am working on this.

Original comment by subwiz on 29 Oct 2008 at 5:47

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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