proycon / unilangforum

UniLang Language Community - Forum
http://forum.unilang.org
8 stars 6 forks source link

Reimplement character convertor (translitterators) for post input (as an independent extension) #7

Open proycon opened 9 years ago

proycon commented 9 years ago

Most notably: x-sampa -> IPA

I can provide the original unilang8bb sources of this as reference if needed.

patrislav commented 9 years ago

How about a simple virtual keyboard wikipedia-style or typeit-style? I'm currently working on one: http://i.imgur.com/m2GPrDM.png

Of course there'd be a dropdown allowing to change the layout... IPA, Latin/Roman, Greek, Cyrillic, etc.

proycon commented 9 years ago

That definitely sounds good!!! Especially for occassional 'special' symbols it would be great and more user friendly than typing translitterationg, although I do think that for larger text some may still prefer to type a translitteration and have it converted on the fly, rather than click a lot.

patrislav commented 9 years ago

Hmm, that's true. I have already written a simple virtual keyboard and made a pull request, but which one is better? Or should we have both? A simple converter doesn’t sound difficult, especially if there’s an existing set of rules in the old source. :)

Suppeionis commented 3 years ago

I have already written a simple virtual keyboard and made a pull request