Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6141927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:19:04+00:00 2026-05-23T18:19:04+00:00

I have included a couple of unicode arrows in my SWT Java UI and

  • 0

I have included a couple of unicode arrows in my SWT Java UI and have just noticed that my Windows XP machine doesn’t render these characters.

XP : Button on Windows XP

7 : Button on Windows 7

Does Windows XP not support unicode UI text or do I need to do something special to enable support?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:19:05+00:00Added an answer on May 23, 2026 at 6:19 pm

    The key issue here is that the default XP UI font is Tahoma which has a very limited set of characters. This can be seen by opening the Character Map application.

    This issue can be worked around by choosing appropriate characters when the UI font is Tahoma. I chose these chars:

    private static final String UP = "\u25B2";
    private static final String DOWN = "\u25BC";
    private static final String RIGHT = "\u25BA";
    
    private static final String TAHOMA_UP = "\u06F8";
    private static final String TAHOMA_DOWN = "\u06F7";
    private static final String TAHOMA_RIGHT = "\u003E";
    

    I detected which contacts to use with this single line of code.

    boolean tahomaUIFont = composite.getFont().getFontData()[0].getName().equalsIgnoreCase("tahoma");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a couple of Java Web applications that serve different purposes (one for
I have a couple of functions that I know work correctly. One just counts
I have a rails module included for reference below that I have included using
I have inherited a DotNetNuke codebase and have come across areas that have included
I have a couple of classes (for this example anyway) that use code first
I have a jsp page with a couple of CSS files included. In this,
With RAD Version: 7.5.3, Java 1.5. I have a couple of different projects. I
We have a couple production servers that are configured to only allow access via
I have a setup project that install a couple of projects and a couple
I have created a custom control that is included in a control library that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.