Quotation marks want to create umlauts by default.

Hi there,
since Lion somehow, when I press the quotation marks key the quotation marks are the same as when I press alt+u . This is quite confusing when programming. Because it always waits for the next character and if that happens to be a vocal I get a umlaut.
Does anyone have the same "feature" ? I formated my Mac for Lion and is this way from the start with Lion.
Is there a way to turn this off?
I am German but set up the entire Mac in English. The only thing German is the iTunes account and the country for the time.
Regards,
Marius

Please do not post multiple treads for the same question.
Please refer to other thread.
want to create an internal table at runtime
Regards,
Rich Heilman

Similar Messages

  • I want to create a distinct (default) ringtone for calls from people not in my address book?

    I want to have one default ringtone for calls from people who are not in my address book.  I would also have a distinct ( different) ringtone for those people IN my address book.

    Seastar214 wrote:
    I want to have one default ringtone for calls from people who are not in my address book.  I would also have a distinct ( different) ringtone for those people IN my address book.
    Then do that.

  • I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Help please

    I want to open a domain.site2 file outside the default folder (User/Library/Application Support/iWeb) with iWeb11, but iWeb only opens the domain file in the default folder. If I delete the default domain file, iWeb wants to create a new site. Does anyone have the same problem or know how to fix it?

    In Lion the Finder folder is now invisible.  To make it permanetely visible enter the following in the Terminal applicaiton window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion for the first time or to switch between multiple domain files  Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an applicaiton.
    Just launch the applicaiton, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    OT

  • I want to create a "Play All" chapter marker that will play the video from start to finish in addition to the standard chapters I have-I guess I can auto start the DVD but would prefer a button-how and where would I put this "play all" marker??

    I want to create a "Play All" chapter marker that will play the video from start to finish in addition to the standard chapters I have…I guess I can auto start the DVD but would prefer a button…how and where would I put this "play all" marker?? Thanks..

    The start chapter button is a play the whole movie button regardless of how many other markers you have.
    Once a DVD starts playing it continues to the end.
    Chapters marker simply gives the viewer a place to start playback whether it be the start, middle or near the end.
    Al

  • "Excel found unreadable content in" The Problem is text in a clob exported to excel uses - Left single quotation mark -Right double quotation mark.

    Here are the ASCII char being used.
    145 221 91 10010001 ‘ ‘ ‘ Left single quotation mark
    146 222 92 10010010 ’ ’ ’ Right single quotation mark
    147 223 93 10010011 “ “ “ Left double quotation mark
    148 224 94 10010100 ” ” ” Right double quotation mark
    149 225 95 10010101 • • • Bullet
    150 226 96 10010110 – – – En dash --
    The default CHAR NOW is a black diamond with ? in middle in stead of 'Right double quoation mark' and others.
    The Text used is copied from documents user's get
    so someone is putting in I think what is called ALT ascii. This data has been used for years
    some updates where put in the system, I don't know details.
    The following error started you click YES and the XLS has alot of data missing not just the CLOB.
    Excel found unreadable content in ‘file-name’.
    Do you want to recover the contents of this workbook?
    If you trust the source of this workbook click yes.
    I can copy the text then load it into the a column in a xls. 
    I am exporting the spreadsheet from TOAD it wasn't updated so
    it has to be with the EXCEL. I tried changing the ENCODING in EXCEL but that
    didn't work.

    I'm not familiar with TOAD, could you please let us know how did you export data from TOAD to Excel?
    Based on your description, it should be an encoding problem, have you tried to change the encoding as 'UTF-8' ?
    Wind Zhang
    TechNet Community Support

  • Passing quotation mark in parameter

    Hi,
    I have one query which I migrated from sql server database. It is given below. I am passing single quote mark as a parameter to this query but it always retrieves 0 as count. But I have 1 record in table. As a solution to this I have resolved this issue for sql server by passing two quotation mark (replacing single quotation mark with double quotation mark). This same solution applies here too. when I pass any parameter with single quote in it, it will replace single quote with double quote and then pass it to the below given procedure. But still it is not working correctly. I have similar query for retrieving that record and it is working fine. Any idea why the below query is not working correctly?
    PROCEDURE GetEntUserGroupCountWithOther
    ppGroupName IN VARCHAR2 DEFAULT '%' ,
    cp1 IN OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN cp1 FOR
    SELECT COUNT(*) TotalRecords
    FROM ( SELECT Id EnterpriseUserGroupId,
    Name NAME,
    Description DESCRIPTION,
    IsDefault
    FROM EnterpriseUserGroup ) T1
    WHERE UPPER(NAME) LIKE +UPPER('%' || ppGroupName || '%');
    END;
    Thanks,
    Edited by: user10768079 on Jul 14, 2009 10:56 PM

    not sure what your question is, seems to work
    create table EnterpriseUserGroup
    (name varchar2(10))
    insert into EnterpriseUserGroup values ('Hello');
    insert into EnterpriseUserGroup values ('World');
    insert into EnterpriseUserGroup values ('''');
    commit;
    create or replace
    PROCEDURE GetEntUserGroupCountWithOther
    (ppGroupName IN VARCHAR2 DEFAULT '%'
    ,cp1 IN OUT SYS_REFCURSOR
    AS
    BEGIN
       OPEN cp1 FOR
          SELECT COUNT(*) TotalRecords
            FROM EnterpriseUserGroup T1
           WHERE UPPER(NAME) LIKE UPPER('%' || ppGroupName || '%');
    end;
    /and to test it
    SQL> var rc refcursor
    SQL>
    SQL>
    SQL> begin
      2     GetEntUserGroupCountWithOther ('''', :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               1
    SQL> begin
      2     GetEntUserGroupCountWithOther ('hello',  :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               1
    SQL> begin
      2     GetEntUserGroupCountWithOther ('not there',  :rc);
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> print
    TOTALRECORDS
               0

  • Quotation marks

    Am using font type Helvetica for the body. Want to use curly quotation marks which are not part of the Helvetica world. So, I created another style sheet using Georgia, Times Roman as the font. Applying the new style - .apostrophe - to just the quote marks and then applying the correct style to the paragraph.
    The problem is that when view in a browser, the quote marks are not accruate representations. In fact the representation is gibberish to me. Something like this “In and ”.
    How to get the curly quotes?
    Thanks.

    Mixing fonts just to get curly quotes seems like a bad design decision to me, but if that's the way you want to go...
    The problem with  “In and ” is almost certainly caused by mismatched page encoding. Open Page Properties from the Modify menu, and select Title/Encoding. Change the page encoding to Unicode UTF8, save the page, and test it again. If that solves the problem, you can make all future pages use the same encoding by changing the New Document preferences in the Preferences panel (Edit menu on Windows, Dreamweaver menu on a Mac).

  • Remove quotation marks from a keyword

    Hi, need a help on this....
    I build a whole tree for my keywords and in some of them, I used more them one word in the same keyword, separated by comma.
    eg:  whale, whales
    The problem is when I do that, it creates a quotation mark and the other softwares dont understand it as 2 words and can not slipt it.
    Is there any way I can get rid of the quotation marks?
    Thanks in advance for any help.

    So it looks as if it can't be done the way you want it to work.
    There is a work around but requires a little more work.
    Insert the keywords as you are doing at the present.
    Then run a script on the selected documents to sort the keywords removing the quotes.
    Here is a script that will do just this...
    #target bridge  
    if( BridgeTalk.appName == "bridge" ) { 
    var menu = MenuElement.find ('updateKeywords');
    if (menu == null){
    updateKeywords = MenuElement.create( "command", "Update Keywords", "-at the end of tools",  "updateKeywords" );
    updateKeywords.onSelect = function () {
    if (ExternalObject.AdobeXMPScript == undefined)  ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var sels = app.document.selections;
    for(var a in sels){
    var xmpf = new XMPFile(sels[a].spec.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);
    var xmp = xmpf.getXMP();
    var keys = getArrayItems(XMPConst.NS_DC,'subject').replace(/[";]/g,',');
    keys = keys.split(',');
    xmp.deleteProperty(XMPConst.NS_DC,'subject');
            for(var s in keys){
            xmp.appendArrayItem(XMPConst.NS_DC, "subject", keys[s], 0,XMPConst.PROP_IS_ARRAY);
    if (xmpf.canPutXMP(xmp)) {
            xmpf.putXMP(xmp);
             xmpf.closeFile(XMPConst.CLOSE_UPDATE_SAFELY);
    function getArrayItems(ns, prop){
    var arrItem=[];
    var items = xmp.countArrayItems(ns, prop);
       for(var i = 1;i <= items;i++){
         arrItem.push(xmp.getArrayItem(ns, prop, i));
    return arrItem.toString();
    To install..
    Copy and paste the script into ExtendScript Toolkit
    This gets installed with Photoshop and can be found:-
    PC: C:\Program Files\Adobe\Adobe Utilities
    MAC: <hard drive>/Applications/Utilities/Adobe Utilities
    Start Bridge
    PC: Edit - Preferences - Startup Scripts
    Mac: Adobe Bridge menu - Preferences - Startup Scripts
    At the bottom click the "Reveal Button" this will open the folder where the script should be saved.
    Close and restart Bridge.
    Accept the new script.
    To use:-
    Select the documents to update
    Tools - "Update Keywords"

  • When downloading text, quotation marks, commas & apostrophes are rendered as gibberish. How can I cure this?

    I use IBM Lotus Symphony as my default word processor. When I download materials as .txt, all apostrophes, quotation marks and hyphens are shown as gibberish> How do I get them to download and display normally?
    == This happened ==
    Every time Firefox opened
    == Some time ago

    I want to ask for more information. Do these files look ok in Firefox/Lotus/and another word processor? Where do you download them from and to?
    If you have a problem with display of fonts in Firefox, you can try to change font setting in Tools menu, Options window, Content panel, fonts section.

  • Builder and quotation marks

    Since we don't need the quotation marks, why does the builder build using them????
    I'm trying to write the source by hand, and I use the builder to learn from.
    But any source that's been generated has all that excess stuff in it, so I have to go in and edit it out.
    Is there a toggle to turn that off?
    Marion

    This is primarily in support of object names using non-ascii characters. I believe table names can only contain A-Z 0-9 _ without using quotes around them. So, if you were French and wanted to create an employees table:
    CREATE TABLE EMPLOYÉS(ID NUMBER);
    CREATE TABLE EMPLOYÉS(ID NUMBER)
    ERROR at line 1:
    ORA-00911: invalid characterWith quotes:
    CREATE TABLE "EMPLOYÉS"(ID NUMBER);
    Table created.Since APEX is supported 9 languages in addition to English, they have to expect they will encounter this issue when querying these tables as well. So, to be safe everything is enclosed in quotes. Quotes also support mixed case object names, but that is terrible, terrible path to go down. If anyone reading this that uses Oracle in another language cares to chime-in and correct / supplement my response, feel free.
    Tyler Muth
    http://tylermuth.wordpress.com
    [Applied Oracle Security: Developing Secure Database and Middleware Environments|http://www.amazon.com/gp/product/0071613706?ie=UTF8&tag=tylsblo-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0071613706]

  • Drop cap quotation marks

    Hello,
    I want to include quote boxes in a document I am creating in ID CS4. I want to make the quotation mark at the start of the quote large. I am using drop cap, but unlike letters, the drop cap causes the quotation mark to have huge white space udnerneath it and not wrap around the alrger character like it would with letters.
    How do I prevent the white space under the quotation mark?
    I quickly typed out an example of the kind of thing I am tryign to do, showing the white space under the quotation mark which I am trying to avoid
    https://fileexchange.imperial.ac.uk/files/94766f4463/Drop_cap_quotation_mark_example.indd

    AWESOME!!!!!
    That did the trick. Thanks very much - most helpful and well explained.
    I need to elarn more about styles.

  • Query for Find Mode Fails-AutoGenerated WHERE clause missing quotation mark

    Using Oracle JDev 10.1.3.2. In 'Find Mode' the query execution fails.
    The error shown below is caused by the WHERE clause statement. The column name is quoted in the database but the code generated by the ADF framework does not use quotes. As a result the column name is illegal. Is there a way to hint to the ADF framework to ALWAYS use quotation marks?
    (oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT "PLATE","WROW","WCOL","WFIELD","AVGNUC.NUC_CELL_INTENSITY","MEDNUC.NUC_CELL_INTENSITY","AVGORG.INCLUSION_BCKG_INTE","MEDORG.INCLUSION_BCKG_INTE","MEDORG.COUNT","MEDORG.SPACING","MEDORG.NEIGHBOR_COUNT" FROM ICSUMSTAS_1888_295) QRSLT WHERE ( ( (MEDORG.COUNT >0) ) )

    It is true that these are not the most column 'friendly' names, but they are what they are. In the database these columns are quoted and they must be so in order for the query to work correctly.
    The suggestion of directly manipulating the View Criteria is a good one and I have implemented a solution based on it but it's cumbersome. Here is how it works:
    First, use the default query mode UI to add new View Criteria. If you were to execute the query at this point it would fail due to the columns names not being quoted. So, instead, implemented my own execute query button that first uses the View Criteria to create a properly quoted WhereClause for the ViewObject.
    I then reset the ViewCriteria (or they will interfere with the WhereClause), set the custom constructed WhereClause on the ViewObject, and re-execute the query. The cumbersome part is that I have to create my own parser for user input to write a valid WhereClause. And when the user uses query mode again the previously set ViewCriteria have been reset (which is annoying, and not the typical query mode behavior which might confuse the user)
    below are some of my code snippets:
    * This action is triggered by clicking the FIND button on the UI.
    * It uses a combination of the ViewCriteria default UI and custom code that processes
    * user input into a whereClause for the ViewObject
    private void jbFind_actionPerformed(ActionEvent e) {
    jbAddRow.setEnabled(false);
    //reset old where clause
    System.out.println("OLD WHERE:"+myView.getWhereClause());
    myView.setWhereClause(null);
    String customWhere=getCustomWhere();
    /* The case for null and blank View Criteria is tested below
    * when there are blank ViewCriteria the sequence (--) is generated from getCustomWhere
    * Note the use of contains instead of equals
    * The use of equalIgnoreCase etc for unexplained reasons seem to fail to detect when customWhere is (--)
    if(customWhere==null||customWhere.contains("(--)")){
    return;
    }else{
    /*remove ViewCriteria because they can not handle special Column names
    * That's why we go into the trouble of creating our own find function
    myView.getViewCriteria().removeAllElements();
    myView.setWhereClause(customWhere);
    myView.executeQuery();
    jUNavigationBar1.doAction(JUNavigationBar.BUTTON_EXECUTE);
    jTable1.revalidate();
    private String getCustomWhere(){
    StringBuffer custom=new StringBuffer();
    ApplicationModule am = (ApplicationModule) panelBinding.getApplication().getDataProvider();
    DCJboDataControl jbodc = new DCJboDataControl(am);
    JUIteratorBinding iterBinding = new JUIteratorBinding(jbodc,myView );
    int criteriaCount=iterBinding.getViewCriteria().getRowCount();
    //Validation when no ViewCriteria are defined
    if (criteriaCount==0){
    System.out.println("ViewCriteria Count: "+criteriaCount);
    return null;
    }else{
    System.out.println("ViewCriteria Count: "+criteriaCount);
    int attr=iterBinding.getViewCriteria().getCurrentRow().getAttributeCount();
    int criteriaRows=iterBinding.getViewCriteria().getAllRowsInRange().length;
    String[] attrNames=iterBinding.getViewCriteria().getCurrentRow().getAttributeNames();
    for (int r=0;r<criteriaRows;r++)
    {custom.append("(");
    for (int k=0;k<attr;k++){
    if(iterBinding.getViewCriteria().getRowAtRangeIndex(r).getAttribute(k)!=null){
    custom.append("(\""+attrNames[k]+"\"");// LIKE '"+(String)iterBinding.getViewCriteria().getRowAtRangeIndex(r).getAttribute(k)+"') AND ");
    //trim white space
    String attrK=((String)iterBinding.getViewCriteria().getRowAtRangeIndex(r).getAttribute(k)).trim();
    String qual=attrK.substring(0,1);
    if(qual.equalsIgnoreCase(">")||qual.equalsIgnoreCase("<")||qual.equalsIgnoreCase("=")||qual.equalsIgnoreCase("!")){
    custom.append(" "+qual+"'"+attrK.substring(1)+"') AND " );
    }else{
    custom.append(" LIKE '"+(String)iterBinding.getViewCriteria().getRowAtRangeIndex(r).getAttribute(k)+"') AND ");
    }custom.append("--");
    custom.append(")");
    custom.append(" OR ");
    }//end criteria rows
    custom.append("--");
    //now need to remove terminal AND and OR tagged with --
    String cleanWhere=custom.toString().replaceAll("AND --","").replaceAll("OR --","");
    System.out.println("NEW CUSTOM WHERE: "+cleanWhere);
    return cleanWhere;
    }

  • Create OS X Default Profile/Template & Bind to AD (10.6 & 10.5)

    This article will explain how to create a default user profile/template for OS X 10.6 Snow Leopard & OS X 10.5 Leopard as well a quick overview of how to bind your Mac to AD (Active Directory)
    Why create a Default profile/template?
    If you a computer that multiple users log into it on a regular basis & you want all users to have an identical profile with looks, setting etc. then this article will show you how to do so.
    Binding to AD (Active Directory)
    With the new version of OS X Snow Leopard, Apple has now moved where the Directory Utility is found. It's now part of core services unlike OS X Leopard where it was found in the Utilities folder.
    Step 1 (Create default user profile/template ** OS X Snow Leopard & Leopard)
    With your “admin” user fully update OS X.
    ** Keep in mind that there are some applications out there that will not run or support past certain version of an OS X. If this does not apply then update to latest OS X version release.
    With your “admin” user install all needed applications that will be needed all check for any updates for those applications.
    From the “Accounts” panel create a new user. (For this document I will name create a users named “default”)
    Enable “Root” user:
    Snow Leopard 10.6 - Go to the Accounts Panel -> Login Options -> Network Account Server & select “Join”. Next select “Open Directory Utility”.
    Once you have the “Directory Open” select ”Edit” from menu bar & select “Enable Root User” and give it a password.
    If you chose to the direct method to open “Directory Utility” is /System/Library/CoreServices/Directory\ Utility.app
    Leopard 10.5 - Go to /Applications/Utilities/Directory\ Utility.app
    Once you have the “Directory Open” select ”Edit” from menu bar & select “Enable Root User” and give it a password.
    Logout & then login into “default” user
    Organize the Dock with all your needed applications
    Adjust settings & preferences for:
    Dock
    Desktop/Finder/MenuBar
    System Preferences (Run through each option in System Preferences & adjust as needed)
    Run “ALL” applications that will be used on the system. Once each application has launched open it’s preferences and adjust as needed. (In most cases, it’s recommended to turn “off” “check for updates” if you do not want users getting prompted each time an application releases an update)
    If there is more than one browser installed you should set which browser should be default. At this point you can also select a default “Save Folder” if you want users to select where download will appear.
    In case you have downloaded & visited website during your profile creation, clear the cache, history & cookies in each browser.
    Once you feel that your “default” user is prepared the way you want others to see it proceed to the final step, but only when you are finished working on the user.
    Clear the “default” user caches. Go to /Users/”default”/Library/Caches & simply delete/trash all the files in this folder.
    **Clearing the user caches is not fully needed but if you want to slim down the default user profile/template for a faster login, then removing these files will speed things up. Applications will just create the needed files here when they are needed.
    Next, open “Keychain Access” /Applications/Utilities/Keychain\ Access.app
    Select “Login” from the “Keychains” area then select the “File” menu and chose “Delete Keychain login”.
    Now restart the computer and login as root.
    We now just need to copy the newly created profile/template and replace the system default profile.
    Open Terminal & run the following commands:
    Backup current system profile (in case something happens you can restore this folder)
    Right click and select “Compress English.lproj”
    sudo rm -rf /System/Library/User\ Template/English.lproj/*
    (Removes contents from English.lproj folder)
    sudo cp -R /Users/”default”/* /System/Library/User\ Template/English.lproj/*
    (Copies your newly created “default” user profile/template) *May take a minute if profile is big
    You have now created a default profile that will load up each time a new user logs in.
    Now restart & login as your “admin” user and run “Repair Disk Permissions” in “Disk Utility”
    If you wish to bind the computer to Active Directory continue to Step 2.
    Step 2 (Bind to AD / Active Directory ** OS X Snow Leopard & Leopard)
    Snow Leopard 10.6 - Go to the Accounts Panel -> Login Options -> Network Account Server & select “Join”. Next select “Open Directory Utility”.
    If you chose to the direct method to open “Directory Utility” is /System/Library/CoreServices/Directory\ Utility.app
    Leopard 10.5 - Go to /Applications/Utilities/Directory\ Utility.app
    Once Directory Utility is open double click “Active Directory”
    Once open enter in the needed info for your Domain, name computer & select what options you want or don’t want.
    Now simply select “Bind” and enter in a user/password that has Network Administrator access to your domain.
    You are now bound to your domain.
    It’s also a good idea to change the login window to “Name & Password” if there will be many users logging into the computer.
    Now restart your computer.
    Once restarted & sitting at your login window, the best way to know you are connect to your domain is to click 5 Times where you see your computer name. You should see a colored dot, which will give you your status. You want to see Green.
    Now try logging in using an AD/Active Directory account.
    ** If you see an issue or mistake in this article please let me know here http://tinyurl.com/Create-OS-X-Default-Profile
    Message was edited by: carter.x

    See:
    *https://support.mozilla.org/kb/how-run-firefox-when-your-profile-missing-or-inacc
    This is usually caused by a problem with the profiles.ini file and the profile marked as Default=1 in this file is no longer present on the hard drive.
    *Windows: %AppData%\Mozilla\Firefox\<br>C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    *Linux: ~/.mozilla/firefox/
    *Mac: ~/Library/Application Support/Firefox/
    In Mac OS X v10.7 and later, the ~/Library folder is a hidden folder.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders#Mac_OS_X
    You can use one of these to make Firefox create/use a new default profile:
    *Delete the profiles.ini file to force Firefox to create a new default profile
    *Use the Profile Manager to create a new profile
    *Use "Choose Folder" when you create a new profile to select the location of a lost profile and recover this profile
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.org/kb/Managing+profiles
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Iphoto quotation mark after jpg

    Iphoto 9.4.1 with Macos 10.8.2 in french
    When you send photos via iPhoto (and not by Mail) after receiving e-mail, if you want to open the pictures attached, you will encounter a problem because the software after jpg has added a quotation mark " (eg IMGP1355. jpg" instead of IMGP1355.jpg ). To see the pictures with your favorite software, you must edit the file name and delete the quote mark " final.
    Copy of the source message received:
    --===============1631836144==
    Content-Type: image/jpg
    MIME-Version: 1.0
    Content-Transfer-Encoding: base64
    Content-ID: <image19CAE7D7-B7EB-4DAE-8D55-2BC005B53380>
    Content-Disposition: inline; filename*="utf-8''IMGP1355.jpg"
    /9j/4AAQSkZJRgABAQAAAQABAAD/4ge4SUNDX1BST0ZJTEUAAQEAAAeoYXBwbAIgAABtbnRyUkdC
    IFhZWiAH2QACABkACwAaAAthY3NwQVBQTAAAAABhcHBsAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAA
      AADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtk...

    What email provider do you have?  Orange.fr
    Are you using your iCloud account or a 3rd party provider? No iCloud, but Orange provider (POP). With smtp.orange.fr  server.
      Have you sent a photo to yourself and get the " at the end? Yes, I receive “ at the end. I  receive with Microsoft Entourage on my Mac Pro and my Macbook pro.
      Also what theme and file size are you sending? Theme name is Journal (in French), and size is Grande (Meilleure qualité) in french.
    Just ran a test using my iCloud account with iPhoto and a 3rd party email provider with iPhot and go no " at the end. ==> If you give me your e-mail, is possible I sent photo for you ?
    Try this:  launch iPhoto with the Option key held down and create a new, test library. Import some photos, email a photo and check to see if the same problem persists.==> Yes, I have create a new test Library, and the same problem persists
    As Larry mentioned you're the first to report such an issue. ==> ok ! I see a new version of iPhoto, I'll do the update, and I give you the result.

  • I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder.

    I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder."
    I have tried a few things but iTunes closes right after i click okay. Anyone know anything?

    Look in your Home > Music folder.  There should be an iTunes folder there and it should have a number of files and folders including one called library.itl  You want to guide iTunes to that file.  If you don't see that file or folder then in your next post you will have to be very specific as to what you do see or how you have your iTunes set up because that's where it should be according to default settings.

Maybe you are looking for

  • ITunes Very Slow to Start Up in Win 8.1 Pro (64-bit)

    iTunes has been extremely slow to open when I launch the program, since upgrading to Win 8 (64-bit) (I am now running the latest release of iTunes -- 11.1.4).  I went through a number of trial/error "fixes", and I "think" I found the cause -- In Netw

  • Group data appearing horizantally in excel...

    Hi....when I send my group above report output to exel it arranges each group horizantally. For example if there are two master groups 'A' & 'B' each of them having 500 child rows, then in excel fristly appears the Group 'A' with its 500 child record

  • Adding Freight costs

    Hi folks, I have a requirement where I have to add freight costs to a delivery. I am using the following code. DECLARE   action_code         VARCHAR2(15);   pub_freight_costs   wsh_freight_costs_pub.pubfreightcostrectype;   freight_cost_id     NUMBER

  • Weight Formatted Search on Invoice

    Hi all, I need to have the weight of the items on the Invoice screen. The problem is that I have a formatted search on Quantity field and with this, the Weight of the Items do not appear. When I delete the Quantity formatted search, then the Weight a

  • Is it OK to Communicate via Messages?

    Hi all! When I create a message connector, Java always asks this question: "Is it OK to Communicate via Messages?"--> how to turn it off? I want it work automatically. Thanks.