hi
I am Mehdi and live in IRAN.
As you know in every country people want to
use software was created in their language.
In IRAN our language is Farsi and we speak Farsi.
How can write software that use Farsi language.
I programming in C++ in intermediate level.
please help me.
thanks.:confused:
write Language-Specific software
Started by persian_GG, Dec 05 2007 05:35 AM
3 replies to this topic
#1
Posted 05 December 2007 - 05:35 AM
|
|
|
#2
Posted 05 December 2007 - 09:05 AM
C++ assumes only that you have native encoding support (usually ASCII). To support Farsi you will need to get a library for supporting Unicode, or hope your language settings will convert the text appropriately.
#3
Posted 06 December 2007 - 06:01 AM
WingedPanther said:
C++ assumes only that you have native encoding support (usually ASCII). To support Farsi you will need to get a library for supporting Unicode, or hope your language settings will convert the text appropriately.
thank you but can you explain more..
i use MSVC 8.0 .NET and in MFC project setting is a choice
for Unicode . i can use Farsi strings in the program but
for input strings i have some problem . (in Edit Control)
if i could change the current language my problem will be solved.
#4
Posted 06 December 2007 - 09:34 AM
Since I don't use MSVC, I can't help you further... perhaps one of the other guys can.


Sign In
Create Account

Back to top









