User Profile

Collapse

Profile Sidebar

Collapse
deepusrp
deepusrp
Last Activity: Apr 8 '07, 05:32 PM
Joined: Jan 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deepusrp
    started a topic Unicode in JavaScript textbox :?

    Unicode in JavaScript textbox :?

    Helo,

    I have a text box, in which i want to display the unicode characters of
    a particular language; on pressing of a key event. How can i accomplish
    that.

    What i am doing is


    var data = new array();

    data[65] = "ಕ" // on pressing a
    data[66] = "ಖ" // on pressing b
    .
    .
    .


    function...
    See more | Go to post

  • deepusrp
    started a topic lex/yacc with c++...... HELP!!!
    in C

    lex/yacc with c++...... HELP!!!

    Helo everyone,

    i am doing a project on some graphic tool using qt as
    the front end. i am using lex and yacc as parser.
    now i am facing a problem since yacc generates only c
    code as i want to bring c++ features. so my request
    is " is there any way that we can create parser in qt
    itself or is there any method by which i can make a
    c++ (yacc) Parser... "

    please set me...
    See more | Go to post
No activity results to display
Show More
Working...