Jump to content
Software FX Community

garbage instead of correct string


User (Legacy)

Recommended Posts

You need to select the appropriate character set and font in order to

display Unicode characters.

For more information check out the following KB articles and samples:

Samples:

http://support.softwarefx.com/samples/cfxie/internationalization/charset.asp

Articles:

Q1462021. Double byte characters (DBCS) are lost when creating active chart

--

FP

Software FX, Inc.

Link to comment
Share on other sites

SetWindowTextW is a Windows NT Only Function.

Chart FX is designed to work in both Windows NT and Windows 9x therefore the

strings are converted to MBCS.

This conversion is done using the current threads Code Page. which means it

will use the default codepage for your OS version (e.g. Japanese if your

Windows version is in Japanese).

Same applies for the Cha Set, we use the Default Charset for the system. If

you want to use a different one you need to specify it.

What CharSet are you setting to the font you are assigning to Chart FX ?

What Font are you using ?

Can you please attach the code you use to set the font to the chart.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

No, but the current version SUPPORTS Unicode. You can display ANY string in

ANY language.

You may be making a mistake when assigning the font to the chart.

1) Is your Windows Version in the same language than the language you are

trying to display ?

2) Can you post the code that you use to set the chart's fonts ?

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...