CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2024
    Posts
    2

    Greek letters in RichEd

    Hi, I need to programmatically add letters of the Greek alphabet (and other characters) to RichEdit. I tried different manipulations with the Font property, applied Unicode encoding for the characters ({u03C3), something does not work. I get question marks or abracadabra. Though through the clipboard Greek letters are inserted into RichEdit normally. So how can I do it, please?

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,427

    Re: Greek letters in RichEd

    Does your solution use the ANSI/MBCS or UNICODE?
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2024
    Posts
    2

    Re: Greek letters in RichEd

    Unicode

  4. #4
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,427

    Re: Greek letters in RichEd

    How exactly did you insert this σ character?
    Victor Nijegorodov

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

Featured