geeko
Dec 27 2007, 03:12 PM
Is there anyway to work with these characters like זרו for example?
I need a shortcut key to type the letters, for example escape + a = ו
I also need some programs that will read files which have זור correctly
Is this possible? If anyone has experience with it plz help me.
Actually i just realized that i only need a text editor that understands extended-ascii and a way to map key-combinations to a special ascii char. It should be possible but i have NO idea how
speculatrix
Dec 27 2007, 03:20 PM
QUOTE(geeko @ Dec 27 2007, 11:12 PM)

Is there anyway to work with these characters like זרו for example?
I need a shortcut key to type the letters, for example escape + a = ו
I also need some programs that will read files which have זור correctly
Is this possible? If anyone has experience with it plz help me.
Actually i just realized that i only need a text editor that understands extended-ascii and a way to map key-combinations to a special ascii char. It should be possible but i have NO idea how

in vim, CTRL-V then a control sequence allows inputting of some special characters, does that do anythign for you?
geeko
Dec 27 2007, 04:44 PM
i havent tried it, but i tested emacs in console cause emacs has special char support but it doesn't show up correctly so if vim is run from console i think the same will happen.
Frederic Bergeron
Jan 2 2008, 09:46 AM
QUOTE(geeko @ Dec 28 2007, 09:44 AM)

i havent tried it, but i tested emacs in console cause emacs has special char support but it doesn't show up correctly so if vim is run from console i think the same will happen.
It may be obvious but just in case... Have you tried to use a different font? Some fonts are limited to a restricted character set.
koan
Jan 2 2008, 07:29 PM
When you say "extended ASCII" what exactly do you mean ?
IMHO, 8 bit ASCII is a poor choice; I think it's better to select a character coding you want to use, then you can work out which font supports it, keymaps, hotkeys, how to create the text.
I had the same kind of problem using Thai, I had to create some tools to make it easier.
geeko
Jan 17 2008, 12:31 PM
the point isn't that it has to be 8 bit ascii, but that 8bit ascii is sufficient.
If you are using a text editor that supports UTF-8, Unicode or whatever + you can map keys to special chars, PLEASE tell me how you do it and what apps you use.
Thx in advance
Jon_J
Jan 17 2008, 12:48 PM
Frederic Bergeron
Jan 17 2008, 01:48 PM
In VIM, if I set the font to unifont, and type :
a<CTRL-H>a, the character ו appears correctly.
Digraphs must be enabled.
Same thing if I do:
<CTRL-V>229
It works also with other characters you mentioned.
geeko
Jan 18 2008, 12:22 PM
and you are just running VIM through standard console right? btw no i didn't even think about the fonts thing.. i will check it out for sure
@jon_j: thx, this looks like it will definitely help
Frederic Bergeron
Jan 18 2008, 02:07 PM
I'm using VIM on Qkonsole with unifont as you can see here :
geeko
Jan 19 2008, 12:00 PM
ye u are right
that + the mapping is what i need
i should be able to figure it out now
thx guys
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.