Editor Additions

N

Nitin Kapoor

Hello everyone,

I have an editor written in C language now I have to make further
addition to it in order to provide multi language support.

In order to implement Thai language I need to control the cursor
positing , I don't know if some one here has worked with Thai language
or not but in Thai language 1 display cell can be made of 1-3
characters so my cursor should move accordingly.


I don't have any idea how to start with this, has any one done some
thing like this here before, how can the cursor positing be
controlled.

Any suggestions

Thanks & Regards

Nitin Kapoor
 
R

Rakesh Kumar

Nitin said:
Hello everyone,

I have an editor written in C language now I have to make further
addition to it in order to provide multi language support.

In order to implement Thai language I need to control the cursor
positing , I don't know if some one here has worked with Thai language
or not but in Thai language 1 display cell can be made of 1-3
characters so my cursor should move accordingly.


I don't have any idea how to start with this, has any one done some
thing like this here before, how can the cursor positing be
controlled.
Was the editor a text-based editor or a GUI based one ?

To me , this question seems like tightly related to the
implementation, as I don't really think the C standard defines anything
related to cursors. That said, you may want to check out the
implementation specific newsgroups ( borlandc, ms vc++ - whatever !! ).

HTH .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,366
Latest member
IanCulpepp

Latest Threads

Top