News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Arabic Converter

Started by Farabi, January 05, 2009, 04:24:45 AM

Previous topic - Next topic

Farabi

I wrote an arabic to latin converter. Maybe it can be usefull.
How to use:
1. Copy the arab text
2. Paste by pressing ctrl+v, paste it to the upper textbox
3. Click translate button.

I only tested it on winXP.

[attachment deleted by admin]
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

daydreamer

but how do I know it is correct without knowing Arabic?

Farabi

Quote from: daydreamer on January 05, 2009, 10:55:59 AM
but how do I know it is correct without knowing Arabic?


What do you mean?
You can use another converter if you want to check if it is wrong.
But Im not guarantee it was 100% right.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

يُ كً تْرَيْ اِتْ

You can try that word.
Here is my result
Quote
Yu[ي]
Kan[ك]
T[ت] Ra[ر] Y[ي]
Ai[ا] T[ت]
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

vanjast

A nice idea - could lead to something bigger..
:clap:

daydreamer

Quote from: Farabi on January 05, 2009, 12:21:03 PM
يُ كً تْرَيْ اِتْ

You can try that word.
Here is my result
Quote
Yu[ي]
Kan[ك]
T[ت] Ra[ر] Y[ي]
Ai[ا] T[ت]
its lot of garbaged with "Spasi", between everything
please I want to see the source

Farabi

Quote from: daydreamer on January 09, 2009, 06:53:41 PM
Quote from: Farabi on January 05, 2009, 12:21:03 PM
يُ كً تْرَيْ اِتْ

You can try that word.
Here is my result
Quote
Yu[ي]
Kan[ك]
T[ت] Ra[ر] Y[ي]
Ai[ا] T[ت]
its lot of garbaged with "Spasi", between everything
please I want to see the source

I changed the "Spasi" thing to 0x000d000a. So each space detected will be translated as CRLF.

[attachment deleted by admin]
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

There are special rule on arabic that I did not implement yet because of the limited time I had. Do my transliteration Is not completely right.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

Im studying hebrew now. I think I will add the hebrew converter too.
And I guess I will add a database too, so anyone can add an explanation to a word.

Hebrew, arabic and latin its all have a simmiliar patern. And its easy to learn.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

Ups, I forgot about the source.
Its been 2 month Im not touch the source code.
Im afraid to lost the source since the electricity here is not stable. My other CPU harddisk trashed because of it.

[attachment deleted by admin]
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

xmetal

Quote from: Farabi on March 04, 2009, 03:49:20 AM
Im afraid to lost the source since the electricity here is not stable. My other CPU harddisk trashed because of it.

Why not get a voltage stabilizer, or better still a UPS?

Farabi

Quote from: xmetal on March 04, 2009, 10:54:00 AM
Quote from: Farabi on March 04, 2009, 03:49:20 AM
Im afraid to lost the source since the electricity here is not stable. My other CPU harddisk trashed because of it.

Why not get a voltage stabilizer, or better still a UPS?

I did use it, but for UPS, its very rare in here, and its too expensive for me (My income is only $80/month, thanks to software piracy, anyway cheap labor is rock in here). Im planning to use laptop now, but moving my data to my laptop need time. I did buy a LAN cable but it seems I bought a wrong one, Im not bought the peer to peer cable.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Mark Jones

If you can obtain a length of network cable, two RJ-45 connectors, and borrow someone's crimping tool,

http://en.wikipedia.org/wiki/Ethernet_crossover_cable
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

FORTRANS

Hi,

   If he is willing to cut his "wrong" cable, all he should have to
do is; cut the cable in half, and solder the wires in a cross-over
configuration.

Steve N.