unicode problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khaledcoco
    New Member
    • Mar 2009
    • 4

    unicode problem

    hi all

    I'm going to do the following:
    GUI with textbox like notepad to write using special characters

    but with modification on the keyboard layout
    like: if I pressed "a" then appear "z"
    if I pressed "b" then write "y" in the textbox

    thanks
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Originally posted by khaledcoco
    hi all

    I'm going to do the following:
    GUI with textbox like notepad to write using special characters

    but with modification on the keyboard layout
    like: if I pressed "a" then appear "z"
    if I pressed "b" then write "y" in the textbox

    thanks
    Did you have a question? Look at string method translate().

    -BV

    Comment

    • khaledcoco
      New Member
      • Mar 2009
      • 4

      #3
      Originally posted by bvdet
      Did you have a question? Look at string method translate().

      -BV

      OH sorry I didn't post the Question

      I have 2 codes at http://www.MegaFTP.com/14120
      the first is for the unicoding characters to be specific for the Arabic characters.
      and the other is for producing a notepad enables to write in it


      the Question is: how to combine between the two codes to enable the users to write in these letters domain only the other characters like "latin, ... others) are not allowed

      Comment

      Working...