https://bz.apache.org/bugzilla/show_bug.cgi?id=59657

Felix Schumacher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #9 from Felix Schumacher <[email protected]> ---
RSyntaxText chooses "consolas" as the default font for windows (when asked).
That font seems to have no support for the chinese characters. The default
monospaced font for java seems to have support for the chinese characters. So
if we don't set the font, it seems to work.

One can also put "Monospaced" as the desired font in jmeter.properties.

Linux had no problem, since it has no "consolas" font by default and therefore
"Monospaced" was chosen as replacement.

I have no Mac, so I don't know, if it had a problem.

Date: Thu Jun  9 16:33:45 2016
New Revision: 1747562

URL: http://svn.apache.org/viewvc?rev=1747562&view=rev
Log:
Only set font in JSyntaxTextArea, when property jsyntaxtextarea.font.family is
set.

Bugzilla Id: 59657

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/JSyntaxTextArea.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to