Results 1 to 3 of 3

Thread: (VB6) Display Chinese Characters ??

  1. #1

    Thread Starter
    Lively Member amolt's Avatar
    Join Date
    Aug 2006
    Location
    INDIA
    Posts
    80

    Question (VB6) Display Chinese Characters ??

    Hi all,

    From my file I read some characters which are chinese characters. But as they read as "刘士å¿*" I need to know how should I display them correctly as "刘士忠".

    If I copy those characters in Notepad it will convert those characters to chinese as "刘士忠" correctly? How do I work around with this in VB6.

    I tried setting regional settings but in vain.

    ?????????

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: (VB6) Display Chinese Characters ??

    Search for controls that support Unicode characters.

    Have a look at this.
    Last edited by dee-u; Nov 4th, 2009 at 03:12 AM.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: (VB6) Display Chinese Characters ??

    This again?

    We've gone over this a number of times. As long as you don't have to have mixed character sets VB6 controls can more or less handle different ones already. Lots of applications don't require Unicode controls.

    The only trick is overcoming the default mapping between Unicode and 8-bit codepage character sets.

    If you need to handle mixed Chinese and Western characters above &H7E in the same control though you will need Unicode controls.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width