Jive Software Open Source

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Spark
  • SPARK-286

unicode display bug / window title

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Duplicate
  • Affects Version/s: 1.1.4
  • Fix Version/s: 2.6.0
  • Component/s: None
  • Labels:
    None
  • Environment:

    Windows XP, linux may have even more problems withi unicode characters

  • Acceptance Test - Add?:
    No

Description

Users with unicode characters are not displayed properly in the window title. As an example "b€n" (€=Euro Sign) will be displayed as "b?n". A picture which shows this is available here: http://img133.imageshack.us/img133/1604/clipboard19rw.png

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Álvaro R added a comment - 08/03/06 07:51 PM

It happens when you right click the user the select View Profile, if the profile has unicode characters, Spark will not show any field. I see this happening while pulling vcards from OpenLDAP (which is unicode).

Show
Álvaro R added a comment - 08/03/06 07:51 PM It happens when you right click the user the select View Profile, if the profile has unicode characters, Spark will not show any field. I see this happening while pulling vcards from OpenLDAP (which is unicode).
Hide
Permalink
LG added a comment - 09/07/06 10:41 AM

Hi Álvaro, "SPARK-218 Non-English characters not displayed in VCard with Spark" should solve the vcard issue. LG

Show
LG added a comment - 09/07/06 10:41 AM Hi Álvaro, "SPARK-218 Non-English characters not displayed in VCard with Spark" should solve the vcard issue. LG
Hide
Permalink
LG added a comment - 02/12/07 12:41 AM

copied post from Vostok:
Synthetica FAQ: http://www.javasoft.de/jsf/public/products/synthetica/faq#q12
12. Chinese and Japanese characters won't get displayed?
This is a font issue and not a Synthetica issue. Synthetica's default font is set to "Tahoma", which does not
contain any Chinese or Japanese characters. The solution is to set the Default font to "Dialog"
as described here: FAQ Q3 and FAQ Q4.
4. How can I change the default font of the Synthetica Look and Feel?
import de.javasoft.plaf.synthetica.SyntheticaLookAndFeel;
import de.javasoft.plaf.synthetica.SyntheticaStandardLookAndFeel;
try { UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel()); SyntheticaLookAndFeel.setFont("Dialog", 12); } catch (Exception e) { e.printStackTrace(); }
So, your problem can be fixed by adding these fragment to Spark.java: 118.
--------------------
This should fix the "JID input box" which displays boxes for korean characters.

Show
LG added a comment - 02/12/07 12:41 AM copied post from Vostok: Synthetica FAQ: http://www.javasoft.de/jsf/public/products/synthetica/faq#q12 12. Chinese and Japanese characters won't get displayed? This is a font issue and not a Synthetica issue. Synthetica's default font is set to "Tahoma", which does not contain any Chinese or Japanese characters. The solution is to set the Default font to "Dialog" as described here: FAQ Q3 and FAQ Q4. 4. How can I change the default font of the Synthetica Look and Feel? import de.javasoft.plaf.synthetica.SyntheticaLookAndFeel; import de.javasoft.plaf.synthetica.SyntheticaStandardLookAndFeel; try { UIManager.setLookAndFeel(new SyntheticaStandardLookAndFeel()); SyntheticaLookAndFeel.setFont("Dialog", 12); } catch (Exception e) { e.printStackTrace(); } So, your problem can be fixed by adding these fragment to Spark.java: 118. -------------------- This should fix the "JID input box" which displays boxes for korean characters.
Hide
Permalink
Daniel Henninger added a comment - 11/30/07 01:01 AM

SPARK-731 is a duplicate. We are using that one instead of this one for now but referencing this one.

Show
Daniel Henninger added a comment - 11/30/07 01:01 AM SPARK-731 is a duplicate. We are using that one instead of this one for now but referencing this one.

People

  • Assignee:
    Daniel Henninger
    Reporter:
    LG
Vote (3)
Watch (0)

Dates

  • Created:
    04/30/06 10:35 AM
    Updated:
    11/30/07 01:01 AM
    Resolved:
    11/30/07 01:01 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for igniterealtime.org. Try JIRA - bug tracking software for your team.