Getting Polish in Word

My son would like to be able to type the special characters in the Polish language. The only thing I could find in the doc search was this reference:
http://docs.info.apple.com/article.html?artnum=106484
which looks like it pertains to OS9. Is there support for this language in Tiger 10.4.8?
many thanks.
-db-
powerbook 15.2   Mac OS X (10.4.8)   Powerbook 15.2, 1.5Ghz 1GMem, 165G Drive.

Maybe this could help
http://homepage.mac.com/thgewecke/mlingos9.html
Alberto

Similar Messages

  • How can I get the template( word rtf )  for PO – Printed Purchase Order ?

    I want to convert the “PO - Printed Purchase Order” report from Oracle rdf format to BI Publisher. I am looking for the template but could not find in UNIX.
    As per the Oracle blog, the template is available. Please see the URL : https://blogs.oracle.com/xmlpublisher/resource/121BIPReports.pdf
    The template code is POXPRPOL_XML.rtf
    when I look at the $PO_TOP/patch/115/publisher/templates/US directory, I cannot find POXPRPOL_XML.rtf
    How can I get the template( word rtf ) for PO – Printed Purchase Order ?
    Thank you,
    Biju Varghese.

    How can I get the template( word rtf ) for PO – Printed Purchase Order ? XML Publisher Administrator -> Templates
    find by code or name
    open it and you can downloadtemplate by "download" button

  • What settings do I need to get best quality Word (mac office 2011) to Acrobat 9?

    What settings do I need to get best quality Word (mac office 2011) to Acrobat 9?And what is best method, save as from Word, or create from Acrobat?

    Thank you Steve! For the benefit of anyone following this thread, if Acrobat tab does not show in Word
    This add-in may be disabled in Word. We can try to re-enable it:
    =============
    1. Open Word program.
    2. Click the Office button. Then click the Word Options button.
    3. Click Add-Ins.
    4. From the Manage dropdown list select Disabled Items and click Go.
    5. Check the list for PDFMakerOfficeAddin:
    1)      If it is listed, then select it and click Enable. Close all dialog boxes and restart the Word program.
    2)      If it is not listed, then make sure that PDFMOfficeAddin.dll is located in the ‘…/Program Files/Adobe/Acrobat 8.0/PDFMaker/Office’ folder. If the file is missing, then reinstall Acrobat.
    For the detailed troubleshoot steps, you can refer to the link below:
    http://acrobat.timhuff.net/?p=29

  • How do I get a MS Word doc from my mail's inbox to Pages so I can change it?

    How do I get a MS Word (or MS Excel) doc from my mail inbox on the iPAD to the Pages (or Numbers) app so it can be changed or modified?

    From the iPad manual (http://support.apple.com/manuals/#ipad) :
    Open an attached file: Tap the attachment to download it to iPad and then open it. If iPad doesn’t support the format of an attached file, you can see the name of the file but you can’t open it.
    Open an attached file with a different app: Touch and hold the attachment, then choose an app. If you don’t have any apps that can open the attachment, you can view it, provided it’s a file type that iPad supports.

  • I wish to get the game Word Mole on my Blackberry Pearl

    I wish to get the game Word Mole on my Blackberry Pearl

    I know that Word Mole is included when you buy a BlackBerry Storm, Bold or Pearl Flip 82x0. I do not know about the Pearl 81x0.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Apple Mail - how to get the first word in a sentence to auto-capitalize

    How to get the first word in a sentence to auto-capitalize
    Anwar

    something to look forward to then, because we get used not to use our shift button any more, since iPhone and iPad do it for us. entourage and other ms stuff do it. pages does it too now (put it on in the auto-correct in preferences). bizarre however some loose the capitalization when you copy the text. pages to stickies or mail does not. that's good !

  • How do i get powerpoint and word stuff on my computer

    how do i get powerpoint and word to work on my new computer ( MacBook Pro )

    Welcome to Apple Support Communities
    You have to install Office for Mac > http://www.microsoft.com/mac It's the same as Office for Windows, but ported to OS X. It has got a different interface, so give time to learn it. It reads the existing Office documents you have, and the files you can create can be used in any PC with Office.
    There are also alternatives:
    - Apple iWork. It's Apple's Office version, with Pages, Numbers and Keynote. Available at the Mac App Store.
    - LibreOffice. Free and open-source, works with Office documents.
    I recommend you to give LibreOffice a try. It gives you everything you need and it's free

  • Get quads for word

    I would like to know how to get the coordinates for a word and found the following code example:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    var nPage = 75;
    var nWord = 26;
    // get quads for word
    var qQuad = this.getPageNthWordQuads(nPage,nWord);
    // convert quads to string
    var sQuad = aQuad.toString();
    console.println("Quad as sting: " + sQuad + "\n");
    // convertsQuad string to an array
    var aQuad = sQuad.split(",");
    console.println("Elements in quad array: " + aQuad.length);
    for (i = 0; i < aQuad.length; i++) console.println("element: " + i + " value: " + aQuad[i]);
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I tried to run the code in my Console, I got "undefined"
    Can you tell me what I am doing wrong?
    Thanks
    Linda

    Gilad,
    Yes, I selected the entire code when I ran it.
    Also, my file has 224 pages.
    I found the problem with the code, however.
    The following code should be:
    var sQuad = qQuad.toString();
    instead of:
    var sQuad = aQuad.toString();
    So the correct code is this:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    var nPage = 75;
    var nWord = 26;
    // get quads for word
    var qQuad = this.getPageNthWordQuads(nPage,nWord);
    // convert quads to string
    var sQuad = qQuad.toString();
    console.println("Quad as sting: " + sQuad + "\n");
    // convertsQuad string to an array
    var aQuad = sQuad.split(",");
    console.println("Elements in quad array: " + aQuad.length);
    for (i = 0; i < aQuad.length; i++);
    console.println("element: " + i + " value: " + aQuad[i]);
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    When I run the code I get this:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Quad as sting: 646.343994140625,558.6859741210938,663.0668334960938,558.6859741210938,646.343994140625,5 50.3560791015625,663.0668334960938,550.3560791015625
    Elements in quad array: 8
    element: 0 value: 646.343994140625
    element: 1 value: 558.6859741210938
    element: 2 value: 663.0668334960938
    element: 3 value: 558.6859741210938
    element: 4 value: 646.343994140625
    element: 5 value: 550.3560791015625
    element: 6 value: 663.0668334960938
    element: 7 value: 550.3560791015625
    true
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Now I would like to know why there are eight values.  Shouldn't there be only four? 
    For instance, when I run, this code, I only get four numbers:
    this.getField("Button1").rect;
    Like this:
    643.9056396484375,561.2030029296875,666.0845947265625,551.1866455078125
    Which of the eight numbers would coordinate with the four numbers in the result of this.getField("Button1").rect; ?
    Thanks
    Linda

  • [Help] Get Text Between words!

    Hi,
    I wanna to Get Text Between words,
    I'm tring to something like this , can anyone help please ?
    <?php
    $data = "<a target='_blank' href='http://www.mysite'>Engineering</a><des>Description</des>
             <a target='_blank' href='http://www.mysite'>Accountant</a><des>Description</des>";
    // Define Pattern
    $linkS = "href='";    $linkE = "'>";
    $titleS = "<link>";    $titleE = "</link>";
    $desS = "<des>'";    $desE = "</des>";
    //Get Text in the between
    preg_match("/{$linkS}([^`]*?){$linkE}/", $data, $temp);
    //First Group
    $link1 = $temp['1'];
    $title1 = $temp['1'];
    $des1 = $temp['1'];
    //Second Group
    $link2 = $temp['2'];
    $title2 = $temp['2'];
    $des2 = $temp['2'];
    //Third Group
    //and so on
    $Link1= strip_tags($link1);
    $Link2= strip_tags($link2);
    echo $Link1;
    echo $Link2;
    ?>

    Hi,
    Check the following link:
    http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm
    you will get one sample program of sample label pring program.
    hope it help you.
    Regards,
    Bhaskar

  • Trouble with adding attachment to email-can't get to the word choose

    When I get to the attachment page and pick the attachment I want to add to my email I can't get to the word choose at the bottom of the page and I can't adjust the page size to make it smaller because it's not in view either. When I log in on another computer I have no problem. I also just started having this problem, I'm not sure but maybe it started after installing safari 4.0.

    Settings>iTunes/App store...tap the ID shown...sign out...now, sign back in with the ID you want to use.

  • I get a blank word document opening every time i reboot my iMac after upgrading to OS Lion.

    I get a blank word document opening every time i reboot my iMac after upgrading to OS Lion. ANy ideas how to get rid of it? I have uncheked everything in mu users and groups and unchecked restore windows in the general file.

    When you logout did you uncheck the Reopen windows when logging back in check box at the bottom of the logout window. 

  • My ipad wont turn on it stops at the apple logo and i get little white wording that says this device is not using requires_boot_connect_on_reset

    My ipad wont turn on it stops at the apple logo and i get little white wording that says this device is not using requires_boot_connect_on_reset. Not sure what is going on. also says appleBCMWLANBusInterfaceHTSIC reset chip

    Try the following:
    1. Reset
    Hold the Sleep and Home button down until you see the Apple logo
    2. Restore:
    http://support.apple.com/kb/HT1414
    3. Recovery:
    http://support.apple.com/kb/HT1808

  • Since upgrading from Windows Vista to Windows 7 both Internet Explorer and Firefox will not recognize the numbers keys of my keyboard. I get numbers in Word and every other situation, just not in the internet programs.

    Since upgrading from Windows Vista to Windows 7 both Internet Explorer and Firefox will not recognize the numbers keys of my keyboard. I get numbers in Word and every other situation, just not in the internet programs. I have tried uninstalling Firefox and reinstalling with no results.

    If there are problems with importing the IE Favorites in Firefox then export the favorites in IE to an HTML file and import that file in the Firefox Bookmarks Manager.
    If you do not have the menu bar in IE then right-click the toolbar at the top to enable the Menu Bar.
    *Export the favorites in IE to an HTML file (bookmarks.html):<br>File > Import and Export
    *Import the HTML file in Firefox:<br>Bookmarks > Show All Bookmarks > Import & Backup > Import Bookmarks from HTML
    See "Import from another browser" and "Import from file":
    *http://kb.mozillazine.org/Import_bookmarks

  • I apply to jobs online and need to provide my resume, which is in Word on Dropbox, but when I hit "Browse" to find Dropbox or any other repository all I can pull are photos. How can I get to my Word doc?

    I need to attach a Word doc when online forms require it.  When I Browse for a file, all the iPad and the iPhone allows are photos or videos. I have these docs in Dropbox and Skybox but I cannot get to them from Browse. How can I do this?

    Take a look at the iCab Mobile browser for the iPad. It allows document uploads if you configure it properly in the settings. iCab Mobile also works with DropBox.
    You may have to download the documents to the iPad and upload from there, but it might be worth a look here.
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    This is copied from their website.
    How can I upload any file (not only photos) under iOS 6?
    Unlike the web engine of iOS 5.x and older, the web engine of iOS 6 has now basic upload support as well. But it only supports uploading photos and videos from the photo album. And this will only work under iOS 6.
    The upload capability of iCab Mobile works under all iOS releases and supports uploading photos videos and all other file types. It can even scale down photos before uploading to save bandwidth.
    But iCab's own custom upload capability has the disadvantage, that because of several iOS restrictions, it can not work on all web pages. Therefore under iOS 6, iCab Mobile provides a switch in the settings where the user can choose, if iCab should use the upload capability from the iOS (only photos, works with some more web pages) or the capabilities of iCab (photos and all other files, can't work on all web pages).
    So if you need to upload other files than just photos, make sure that you set the option "Upload files via" in the settings to "iCab Mobile".
    This is a link to the FAQ on the site.
    http://www.icab-mobile.de/faq.html

  • Can't Get the "Compare Word Documents" Automator Action to Work

    I'm trying to build an automator workflow that will use the "Compare Word Documents" action (office 2011) to compare 2 documents.  The expected output would be a new document that shows the changes made between document A and document B, much as if I had used the "compare documents" feature within word.
    I think I must be passing the wrong variables into this action because I cannot get the compare to actually work.  Here's what I've tried:
    I have a "get specified finder item" that selects document A
    Then I have an "open word document"
    Then I have a "compare word documents".  In the "Compare Against", I have selected document B
    When I run this workflow, I end up with 4 windows open -- document A, document B, a copy of each.  And in no case do I see the comparison.
    Does anyone know how to get the compare documents workflow to work properly?

    Hi Bob,
    That is what I thought...but, then when I learned about the End Nested Style Sheet here character, I thought that would override that issue.
    Thanks for clarifying that there is no way around the new paragraph issue.
    I kept thinking there has to be a way and I just don't know how to do it, but I guess that is not the case. That is the only downfall to me regarding that amazing feature.
    thanks!
    Barbara

Maybe you are looking for

  • How to repetively save a form with a single name.

    I have to fill in, save, edit, save, update, save several U.S. govt forms that require me to save as a new name each time.  This may require me to end up with 5 different file names of the same form.  If I can save it as PDF Rev 1, why can't each cha

  • Why is syncing ical not working with mobile me?

    I have been having 2 macbook pros and a new imac sync ical, mail and address book.  The imac is on Lion, the laptops are 10.6.8.  They were syncing fine until a week or so ago.  Is this because the 2 are not Lion?  I am using mobileme, not yet switch

  • PO automatic afeter to good issue to a customer

    Hi all My company need this process: After each good issue to a final customer (salesorder->delivery->good issue), a purchase order with the headquarter as vendor (cross company p.order) has to be generated with the same quantity sold to customer. (p

  • Parameter query or cascading combo boxes

    In my Access 2013 web app, I have a form for entering a specific type of  activity.  I am using a related item control to add contacts to each activity.  The main table is Activity, the related Item Control is based on (join table) Assignment.  So fa

  • What's new in security for BI NW04s

    I have looked at the security model for BI NW04s and the only new things I can see are: Improved User Management (more flexibilty of authorizations) More granularity of ACLs (can now do at company). ....is that it or have I missed something? Thanks P