Jump to content
Software FX Community

Re: Unicode Support In ChartFX98


User (Legacy)

Recommended Posts

I did get Japanese to show using MBCS compilation and setting the

Charset = SHIFTJIS_CHARSET. However when I compile it with UNICODE flage, I

expect the program to accept any unicode languages. (e.g. in Win2000

Notepad.exe you can paste in any language as long as the character input is

unicode).

When I see the character in the title edit box turn into "??", it usually

means Chartfx98 internally is not compiled with the UNICODE flag, so the

edit box is not accepting wchar inputs. If it is a font problem, the text

would usually turn into little black box but not "??"s. I am trying to

decide whether I can use Chartfx for international developments, any help

would be greatly appreciated.

Thank you very much.

Frank.

"Justin Trask" <JustinT@softwarefx.com> wrote in message

news:xDo1YNiWAHA.1808@sfxserver.softwarefx.com...

Hello,

You need to set the charset property of the font object to the proper

character set. You can get the setting for your font from the MSDN

library.

ChartFX1.TopFont.Charset = setting

Justin Trask

Software FX

Please reply to: cfxie@softwarefx.com

IMPORTANT NOTE:

In an effort to provide the most advanced solutions in conjunction with

the most comprehensive technical support structure, Software FX will

implement a Paid-Support Program beginning January 1, 2001 for all

existing and future Software FX application users. The specific details

of the Paid-Support Program will be released in an upcoming broadcast

e-mail, as well as on our website. Please be aware that the online

technical support web site at http://support.softwarefx.com will

continue

to be available without charge.

-----Original Message-----

From: Frank [mailto:fliang@broadbase.com]

Posted At: Tuesday, November 28, 2000 10:20 PM

Posted To: General

Conversation: Unicode Support In ChartFX98

Subject: Unicode Support In ChartFX98

Does ChartFX98 support Unicode? I wrote a simple C++ program using

CharFX98

and compiled with UNCODE flag. I am running Win2000 and I was trying to

input some Japanese characters on the chart title. Everything I typed

become

"?".

Any help would be appreciated.

Frank.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...