Thread: Resouce Script and arabic???

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    43

    Resouce Script and arabic???

    How can I make the Resource script files support arabic? In another words : How can I Create Dialog box that Show Arabic Words.
    (I use the MFC and Create my recources by:
    [Insert]->[Resource]-> .....
    -------------

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Don't know MFC. But you can either:

    1. Use a unicode font in your dialog box & pass strings as wide chars.

    2. Use an Arabic ISO8859-6 font & pass your strings as chars, using the ISO8859-6 (Arabic character set).
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Arabic script in C
    By marxs in forum C Programming
    Replies: 1
    Last Post: 02-20-2009, 10:37 AM