Results 1 to 7 of 7

Thread: chinese character test

  1. #1

    Thread Starter
    Hyperactive Member Rattled_Cage's Avatar
    Join Date
    Dec 2005
    Posts
    315

    chinese character test

    TCP/IP²âÊÔ
    MsgBox "nowinsock status ? ÇëÊäÈë¶Ë¿ÚºÅºÍIPµØÖ·£¡", vbOKOnly
    If KeyAscii = &H8 Then
    If KeyAscii >= &H40 Or KeyAscii < &H30 Then
    MsgBox "im stuck on blue ??´Ë´¦Ö»ÄÜÊäÈëÊý×Ö£¡", vbOKOnly
    Attached Images Attached Images  

  2. #2
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    8,598

    Re: chinese character test

    I don't see Chinese. I see a bunch of weird extended ASCII characters like accented Es and stuff.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  3. #3

    Thread Starter
    Hyperactive Member Rattled_Cage's Avatar
    Join Date
    Dec 2005
    Posts
    315

    Re: chinese character test

    Quote Originally Posted by Niya View Post
    I don't see Chinese. I see a bunch of weird extended ASCII characters like accented Es and stuff.
    correct hence the post to see if the browser sees it as chinese

    i bought a siemans tci35 modem the code examples .rar wouldnt even unzip as the wrong uni code
    so i installed chinese simplified fonts
    now the only place the chinese characters show are in a richtextbox on a form (see pic )
    but i see same characters as you but some people will see chinese characters (im not sure why)

    ive translated most of what the msg promts would be saying from what the code is doing
    but some i havent a clue : )

  4. #4

    Thread Starter
    Hyperactive Member Rattled_Cage's Avatar
    Join Date
    Dec 2005
    Posts
    315

    Re: chinese character test

    Code:
    '---------CREG---------------------------------
     ElseIf OUT_CREG_TEST = True Then
     Text1.Text = Text1.Text & instring
     OUT_CREG_TEST = False
      a = Val(Mid(Text1.Text, 12, 1))
     If a = 2 Then
      Text1.Text = "ÕýÔÚËÑÑ°ÍøÂçÇëµÈ´ý..."
     ElseIf a = 0 Then
     Text1.Text = "Çë²åÈëSIM¿¨»ò±¾µØÎÞÍøÂçÐźÅ"
      ElseIf a = 1 Then
     Text1.Text = "NetWork Registration ok ?? >> ÍøÂçÁ¬½Ó³É¹¦£¡"
       ElseIf a = 5 Then
     Text1.Text = "ÍøÂçÁ¬½Ó³É¹¦£¡"
     End If
     '-----------------------------------

  5. #5

    Thread Starter
    Hyperactive Member Rattled_Cage's Avatar
    Join Date
    Dec 2005
    Posts
    315

    Re: chinese character test

    this is how it looks on a vb richtext box
    Attached Images Attached Images  

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    8,598

    Re: chinese character test

    Hmmm....I must confess, language issues are really a weak point of mine. I can't even begin to speculate on the reason for what you're observing .....Evil Giraffe or Dilettante might know about this though.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #7

    Thread Starter
    Hyperactive Member Rattled_Cage's Avatar
    Join Date
    Dec 2005
    Posts
    315

    Re: chinese character test

    Quote Originally Posted by Niya View Post
    Hmmm....I must confess, language issues are really a weak point of mine. I can't even begin to speculate on the reason for what you're observing .....Evil Giraffe or Dilettante might know about this though.
    No prob.

    The other wired thing is if I use google translate to paste in the Chinese fonts I see
    It doesn't recognise it either

    Good old siemans

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