Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: unicode translation

by Marshall (Canon)
on May 28, 2009 at 05:30 UTC ( [id://766585]=note: print w/replies, xml ) Need Help??


in reply to unicode translation

As a starter, try this unicode page:
http://perldoc.perl.org/perlunicode.html

Also of interest could be, which shows Arabic encodings:
http://unicode.org/charts/PDF/U0600.pdf Anyway you are going to maybe need to know what kind of dialect of Arabic you are using.

If you want a decent translation, you are going to need to display this Arabic stuff and have somebody who speaks arabic translate it for you. This is very difficult as usually there are multiple meanings per word. So you have a huge problem to solve there! I don't know of any Perl module that can do this. Although there may be some kind of say Google web gizmo that does translations and then we are into a a CGI type of application which can be done in Perl.

If you can get the problem down to "hey, this set of bits that mean a word in Arabic, need to get transformed into this set of bits that are english characters", then that job can be done.

Read above link about unicode . I don't how to be of more help right now.

Replies are listed 'Best First'.
Re^2: unicode translation
by Juerd (Abbot) on Jun 21, 2009 at 23:32 UTC

    As a starter, try this unicode page: http://perldoc.perl.org/perlunicode.html

    That's not a good place to start. As the document itself now indicates, if you just want to use Unicode in Perl you shouldn't have to read a reference document, and can instead start at the Unicode tutorial.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://766585]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 02:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found