Spelling Out Numbers In Arabic

Dears,
I need a PL/SQl Procedure that spell out Numbers in Arabic(Tafkeet)
any help is highly appreciated,
please send Function code to :
[email protected]
with lots of thanks
Regards

See the following thread for an example in spanish
Converting a number into world In spanish Language

Similar Messages

  • How to enter numbers in Arabic?

    Hi All,
    How to write numbers in arabic?
    (how will you in normal papers....assume 123 to be in the arabic numerals here).
    Should it be:
    | -123|
    (or)
    | 123-|
    Thanks,
    Jana

    I won't say I am very clear about this topic. But I will give an example, which seems to show that number (in the double type) is logically of the form -000.00 while locale spacific String object can be both of the forms "000.00-" and "-000.00"
    // you can show the string below (formatted) on a JLabel with the following
    //<JLabel_instance>.setFont(new Font("Lucida Sans", Font.PLAIN, 22));
    NumberFormat nf = NumberFormat.getInstance(new java.util.Locale("ar","EG"));
    //NumberFormat nf = NumberFormat.getInstance(new java.util.Locale("fr","Fr"));   // compare
    DecimalFormat df=null;
    DecimalFormatSymbols dfs= null;
      if (nf instanceof DecimalFormat) {
          df = (DecimalFormat)nf;
          dfs = df.getDecimalFormatSymbols();
          dfs.setZeroDigit('\u0660');// set the beginning of the range to Arabic digits.. this can be commented out
          df.setDecimalFormatSymbols(dfs);
      String formatted = nf.format(-1234567.89);

  • How to write numbers in Arabic?

    Hi All,
    How to write numbers in arabic?
    (how will you in normal papers....assume 123 to be in the arabic numerals here).
    Should it be:
    | -123|
    (or)
    | 123-|
    Thanks,
    Jana

    Try the following.
    DecimalFormat formatter_ar=null;
    Numberformat form = NumberFormat.getNumberInstance(new Locale("ar","EG"));
    if(form instanceof DecimalFormat) formatter_ar = (DecimalFormat)form;
    String str = formatter_ar.format(-123.45);
    System.out.println(str);

  • How To See Numbers In Arabic Instead Of Indian Format

    I want to see numbers in Arabic format not in Indian format when i log on the Arabic Interface .
    I have EBS (12.0.6) installed on Linux centos , I have implement the below Oracle Metalink Note to solve this issue
    How To See Numbers In Arabic Instead Of Indian Format [ID 785243.1]
    I installed all the patched mentioned in the note (Apply forms version 10.1.2.2.0 with the forms patch 7488328 , Apply patch 7207440:R12.TXK.A , Apply patch 7601624 - NEW PROFILE OPTION: FORMS DIGIT SUBSTITUTION)
    These patches add the Profile option (FORMS DIGIT SUBSTITUTION) , but when i try to used it has no effect at all .
    So kindly if you have any idea about this issue please help me.
    Regards
    Fadi Lafi

    Hi,
    These patches add the Profile option (FORMS DIGIT SUBSTITUTION) , but when i try to used it has no effect at all .At what level you have set this profile option?
    So kindly if you have any idea about this issue please help me.Have you bounced the application services after setting this profile option? If not, please do so, login again and see if it works.
    Thanks,
    Hussein

  • What is BDI or BDS spelled out? Jabber for Mac 9.2(1) Installation and Configuration Guide

    I’m spending the day catching up on Jabber/IM&P release notes across the server/clients.
    So I’m used to EDI and UDS, but we have a new acronym in the Jabber for Mac 9.2(1) Installation and Configuration Guide called BDI and BDS. However they don’t define what BDI stands for other than BDI is LDAP for non-windows
    Clients and suggests it should be used for Jabber for Mac.
    What is BDI or BDS spelled out? Something directory integration, but what is the B ?
    Then to add to the mix they reference BDS which sounds like the old UDS (is UDS changing to BDS?)
    How can Jabber get any more confusing…
    I also noted in the  Jabber Video for iPad 9.3.4 release notes that Apple is removing the Always Connect option in the near future. Manually launching Cisco AnyConnect Secure Mobility Client before making a call. This is going to upset some customers who like how Lync uses https and just works from anywhere with enhanced directory integration…

    Basic Directory Integration. It's not new, we had it in the Windows clients as far back as CUPC. The distinction got introduced when EDI was introduced, relying on Windows ADSI APIs instead of the client making a native LDAP bind.
    To my knowledge BDI/BDS are the same thing; I'm guessing S is 'service'. UDS remains unchanged.
    I also noted in the  Jabber Video for iPad 9.3.4 release notes that Apple is removing the Always Connect option in the near future.
    Well, they lost a patent infringement lawsuit and chose to change the functionality instead of pay the troll. That's not Jabber's fault. Collaboration Edge will be the way to avoid this in the near future.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Converting VARCHAR2 to a DATE type-then need month spelled out

    I have a field that should be a DATE type, but is instead a VARCHAR2(8). The data in the VARCHAR2(8) field is displayed as what looks like a date -- EX: 09/18/09. I need to be able to convert the VARCHAR2(8) field so that it brings back the spelled out month plus the numeric day and year -- EX: September 18, 2009.
    I've been able to successfully convert a DATE type to the needed format (September 18, 2009) using the following syntax line, but now need to convert the VARCHAR2(8):
    to_char(jud_report_hear_off_v.incdate,'fmMonth dd, yyyy,') as INCDATE
    Your help is appreciated!!!

    So here is what worked.  I added this syntax line to my COMMAND in Crystal Reports:
           to_date(jud_report_hear_off_v.INCDATE, 'MM/DD/YYYY') as "INCDATE",
    Once that line was added into the COMMAND, the new format type was now a DATE and no longer a STRING (VARCHAR2).  I added INCDATE into my report and the date appeared as 09/19/2009, as it did before, but I could now select the INCDATE field via the Format Editor and see the option to select a desired Date and Time format.  I could then change the format to the choice of spelling out the month (EX:  September 19, 2009).
    Hope this helps others!  Whew!

  • Spelled-Out Cash Amounts in greek-romanian

    Hi.In the documentation file b13895.pdf(Oracle® Reports Building Reports 10g Release 2 (10.1.2) B13895-01) in page 547 there is a chapter with creation of Spelled-Out Cash Amounts in a report.This is doing with the below functions.
    FUNCTION Spell (val number) RETURN CHAR IS
    sp varchar2(100);
    BEGIN
    if val > 0 then
    return(initcap(to_char(to_date(val, 'SSSSS'), 'SSSSSSP')));
    else
    return('');
    end if;
    END;
    function SPELLED_AMOUNTFormula return Char is
    cents number;
    c_str varchar2(80);
    val number;
    begin
    val := :order_total;
    cents := (val mod 1) * 100;
    if cents > 0 then --creates string for cents
    c_str := ' and ' || TO_CHAR(cents) || '/100 Dollars******';
    else
    c_str := ' Dollars******';
    end if;
    if val < 1000 and val > 1 then
    return (initcap(spell(floor(val))) || c_str);
    elsif val > 1000 then
    return(initcap(spell(floor(val/1000))) || ' Thousand ' ||
    spell(floor(val mod 1000)) || c_str);
    else
    return('Zero'||c_str);
    END;
    From what I saw this happened thru the first function in compination with the second(for decimal parts of the amount.)
    My problem is how to make the first function to work for other language than english.
    For example Greek or Romanian.
    Of course that means the words Dollars,zero,thousand from the second function translate to the corresponding language but this is easy.
    Thanks in advance thrylos97.

    hi all ,
    I am using below fms for FB05 posting. but I am getting 'assign payment amounts' popup. how to click on accept button in background or how to suppress the same popup. please help me on this.
    POSTING_INTERFACE_START
    POSTING_INTERFACE_CLEARING
    POSTING_INTERFACE_END
    thanks for your help.
    please reply to my gmail : [email protected]
    Regards,
    Venkat rao
    Message was edited by: venkat rao veeramaneni
    please reply to my gmail: [email protected]

  • HT4528 I have an Iphone 5S that I got in January. I have been successfully dictating emails and texts, using punctuation in my dictation, all worked wonderfully well, but a few days ago it started spelling out my punctuation rather than putting it in, wha

    I purchased an Iphone 5S in January and have been successfully dictating e-mails and texts using punctuation in my dictation. A few days ago it started spelling out the punctuation in the email or text, what did I do to cause that to happen ? thanks.

    Don't expect support here. Nokia does not bother to pay a tech or two to support the people who have bought the 920. Not really a point to these forums.
    Anyways, i have huge bt issues as well. Cannot connect or see my jawbone. In truck with pioneer nav system (it is illegal here to use a phone without handsfree in vehicle) it links, but when i make a call or receive a call it shows the phone off the receiver icon so it knows call in progress, but i either get no sound from the caller... at all, or i get a robotic mess i cannot decipher. when i cannot hear anything, people can hear me, but when i hear robotic, people can hear me but with distortion. However, when it reads a text message, the phone voice is fine through the system. Because i have to turn bt off then to use phone, i have to return this handset and just go back to android.
    Have also had this drop calls a few times now as reception is probably the worst i have seen in a decade... even drops in downtown core. Battery life poor because i assume its always struggling for a signal.

  • (Only 4 Pak & India ) Useful Code 4 Spelling out the Amount figure.

    Hi Dear Members
    If any one is interested in spelling out the amount figure. then do mail me
    [email protected]
    Bye
    Note :( This Code will work best in Pakistan And India )

    Hi Dear Members
    If any one is interested in spelling out the amount figure. then do mail me
    [email protected]
    Bye
    Note :( This Code will work best in Pakistan And India )

  • How to enter numbers in Arabic font in the fields

    Hi Everyone,
    I installed Adobe Reader 10.0.1 multi-Language and I am able to enter Arabic alphabet in the fields, but when I enter numbers in the fileds, it is English. I don't have this issue in MS-Word. i.e., both letters and numbers depend on my keyboard setting and is English or Arabic respectively. The numbers setting in windows in "depend on context" and I think is fine. Do you know how I can fix this issue? Is there any setting in Adobe that overwrights the Windows setting for numbers?
    Thanks a lot

    I won't say I am very clear about this topic. But I will give an example, which seems to show that number (in the double type) is logically of the form -000.00 while locale spacific String object can be both of the forms "000.00-" and "-000.00"
    // you can show the string below (formatted) on a JLabel with the following
    //<JLabel_instance>.setFont(new Font("Lucida Sans", Font.PLAIN, 22));
    NumberFormat nf = NumberFormat.getInstance(new java.util.Locale("ar","EG"));
    //NumberFormat nf = NumberFormat.getInstance(new java.util.Locale("fr","Fr"));   // compare
    DecimalFormat df=null;
    DecimalFormatSymbols dfs= null;
      if (nf instanceof DecimalFormat) {
          df = (DecimalFormat)nf;
          dfs = df.getDecimalFormatSymbols();
          dfs.setZeroDigit('\u0660');// set the beginning of the range to Arabic digits.. this can be commented out
          df.setDecimalFormatSymbols(dfs);
      String formatted = nf.format(-1234567.89);

  • Spelling Out A Decimal Number

    Hi all,
    SELECT TO_CHAR(TO_DATE(SUBSTR(5698.45,1,INSTR(5698.45,'.',1)-1),'J'),'JSP')||'.'||TO_CHAR(TO_DATE(SUBSTR(5698.45,INSTR(5698.45,'.',1)+1),'J'),'JSP')
    DATA
    FROM DUAL
    The query gives me out put partially incorrect
    i want to spell digits after decimal as individual numbers
    EX:
    45 should be spelled as 'four five' instead of 'forty five'

    start point can be different, i replaced the listagg to
    with testdata as (
    select '5698.45' s, 1 st from dual
    union all
    select '569.73', instr('5698.45','.') from dual
    , t (s, ss, nn) as (
    SELECT
    s
    ,to_char(TO_DATE (SUBSTR (s, st , 1),'J'),'JSP') ss
    ,  st as nn
    FROM testdata
    union all
    SELECT
    s
    cast (
    case
    when SUBSTR (s,  nn + 1, 1) = '.' then ss||' '||'DOT'
    when SUBSTR (s,  nn + 1, 1) = '0' then ss||' '||'ZERO'
    else
    ss||' '||to_char(TO_DATE (SUBSTR (s,  nn +1 , 1),'J'),'JSP')
    end
    as varchar(4000)) ss
    , nn + 1 as nn
    from t
    where
    nn<length(s)
    select
    max(ss) keep(dense_rank first order by nn desc)
    spelled
    from t
    group by s
    SPELLED
    SEVEN THREE
    FIVE SIX NINE EIGHT DOT FOUR FIVE

  • Need some help with figuring out numbers

    I downloaded the newest version of numbers on my computer and created a new document.  However, now it will not let me get in that document because it says I do not have the latest version of numbers.  I checked and I do have the latest update for the software.  Any suggestions??

    Hi Jim,
    I am trying to guess how you figured it out. For the benefit of other users, please tell. Perhaps this will help:
    Wayne Contello has written a User Tip for this problem in the new releases of iWork.
    https://discussions.apple.com/docs/DOC-6991
    The trick is to drag icons for both versions to your Dock. Right click or control click on each and Options > Keep in Dock. That puts you in charge of which version you launch.
    Instead of double clicking the document, run whichever version of Numbers suits and use File > Open.
    Regards,
    Ian.

  • Firefox does not show numbers in arabic format when the windows regional settings is set to arabic, instead it shows numbers in latin characters

    when switching windows regional settings to Arabic, numbers are still shown in Latin characters, unlike other browsers (ex IE).
    == This happened ==
    Every time Firefox opened
    == all firefox versions

    See "bidi.numeral" in http://kb.mozillazine.org/About:config_entries#Bidi.
    See also http://mxr.mozilla.org/mozilla1.9.2/source/modules/libpref/src/init/all.js#1058
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Listing out numbers in rows

    Hi people, i would like to list our numbers 1 to 100, 10 numbers per row. If a number has a 7 in it, it will show 2 asterisks. How could i go about doing it??? Sorry as i'm new to Java. I'd tried but only manged to get all the numbers appearing in 1 column. Thanks.
    public class SevenUp
         static boolean SevenUp(int num)
              if(num==100)
              return false;
              else
                   if(num>9)
                        if (num/10==7)
                        return true;
                        else if(num%10==7)
                        return true;
                        else
                        return false;
                   else
                        if(num==7)
                        return true;
                        else
                        return false;
        public static void main(String[]args)
              int num=1;
              for(int row=0; row<=10; row++)
                   for(int i=1; i<=10; i++)
                        num=i+(row*9);
                         if(SevenUp(num)==true)
                              System.out.println("**\t");
                         else
                              System.out.println(num+"\t");
    }

    Maybe your game isn't what I think it is, but we always played this as "if the number has a 7, or is divisible by 7, then say, 'Buzz'" [where Buzz would be the equivalent of your "**".  You can always modified your SevenUp to add more rules later.
    By the way, using a method named SevenUp in a class named SevenUp is a terrible idea.  Too confusing!  :)
    Besides, the convention is that methods should have names that start with a lowercase letter (e.g., "sevenUp").                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • HT202879 Does numbers support Arabic

    Numbers running on Mavericks, does it support arabic?

    Yes, to some extent.  But you cannot reverse the direction of spreadsheet columns.

Maybe you are looking for

  • Webutil_105.zip problem

    Hi, I download the webutil_105.zip and when I try to extract, I got the error message fron winzip said that "Cannot open file: It does not appear to be a valid archive". Please help.

  • How to ENABLE detection of duplicate messages in Mavericks Mail?

    Hello, There was a good discussion of how to disable detection of duplicate messages in Lion mail - https://discussions.apple.com/message/18265121#18265121 but unfortunately nothing seems to work to turn them ON in Mavericks. In Lion or Mt. Lion I do

  • Sync folders in home folder

    I have AD-OD home folders set up fine. I have a small problem however. When I make another folder in the Users home folder, ie Downloads or whatever, that won't sync because of permission issues. Folders created on the desktop works fine. Any ideas?

  • Can I force application dialogs to appear on the same screen as the associated application?

    I'm using a Thunderbolt monitor with a macbook air running Yosemite. My frustration is that when I have applications displayed on the Thunderbolt display, the associated dialogs display on the macbook screen. Everything works OK, just a pain traversi

  • Scheduling a recurring date that doesn't occur in some months

    if i schedule a recurring date for 30th of the month, in February, what happens to my appointment? Does it simply not schedule it or schedule it for the last possible day?