Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. CEdit for UNICODE applications

CEdit for UNICODE applications

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RShark
    wrote on last edited by
    #1

    Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?

    N B 2 Replies Last reply
    0
    • R RShark

      Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?

      N Offline
      N Offline
      NewbieStats
      wrote on last edited by
      #2

      Maybe Set a ComboBox with languages you want supported... And when selected change the regional settings of ur CEdit to what the language is?... I dont know, ive never done anything with any other language support other then english... Just an idea? /* Just a Human Trying to Live in a Computers World. */

      1 Reply Last reply
      0
      • R RShark

        Hello! I have CEdit control which should receive symbols of several languages simultaneously. In other words, the user should enter, for example, russian and german characters in the same CEdit control. But I can't enter german unlauts when regional settings are not German. Why? What should I do? My application is compliled with UNICODE support (#define _UNICODE). Any ideas?

        B Offline
        B Offline
        BadJerry
        wrote on last edited by
        #3

        The problem probably comes from the fact that the font you are using for your dialog box is not Unicode... In your resources, for that dialog, select the font to be Arial Unicode MS. You could also do this programmatically...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups