How to get « and » quote marks?

I know I can use Shift+alt+V and shift+alt+b to get « and » on my Mac, but I really want " to be automatically transformed into « and » while writing in any program on mac. How can this be done? I have checked the “Double Quotes” and “Single Quotes” in system pref, keyboard, text, but nothing happens...

You will have to use 'smart quotes' - “ and ” - and substitute those. With non-smart quotes there's no way of telling the difference between opening and closing. You can set smart quotes in the same preference pane (at least on Mavericks) and in some Word Processing programs including TextEdit.

Similar Messages

  • How to get and display current year

    hi,
    how to get and display current year
    and need it to convert numeric format if it is orginally
    in character format.

    Hi,
    chk this FM.
    CALL FUNCTION 'GET_CURRENT_YEAR'
      EXPORTING
        BUKRS         = '1000'     " Company Code
        DATE          = SY-DATUM   " Date to find fiscal year for
      IMPORTING
        CURRM         = w_currm    " Current Fiscal Month
        CURRY         = w_curry    " Current Fiscal Year
        PREVM         = w_prevm    " Previous Fiscal Month
        PREVY         = w_prevy.   " Previous Fiscal Year
    rgds
    anver
    if hlped pls mark points

  • How to get and install the new MSI Bluetooth Software Package 1.4.3.3.

    How to get and install the new MSI Bluetooth Software Package 1.4.3.3.
    This little FAQ will only cover the new version of MSI Bluetooth Software Package.
    First thing too do is unistall any older version of the MSI Bluetooth Software.
    Do this through the Add/Remove program applet in your control panel.
    There seams too be only through Live update you could get the new version of MSI Bluetooth Software Package.
    If you can't see any enter for MSI Bluetooth Software in the Live driver section of Live update then you have too enter the following too your registry.
    Create following code in Notepad and save it as MSILD.reg, then run the file.
    ;-->Code start
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\MSI\Drivers\MSI Bluetooth Software]
    "DrvSetup"="1"
    "Version"="1.4.2.10"
    ;-->Code end
    Rerun the Live update and hopefully you will now see a entry for MSI Bluetooth Software in Live driver section.
    Install the new version of MSI Bluetooth Software and reboot your computer. Even if the setup program doesnt told you too doit.
    After rebooting the computer you will see the Bluetooth icon in the taskbar. If it's Red then try too start the Bluetooth services by right click on the try icon and the only alternetiv there is.
    If the Bluetooth services is asking for a valid licens.dat then you should do the following.
    Surf to Jon's Bluetooth guide http://www.jonsguides.com./bluetooth/prepare.html and download the patcher from the link there.
    Unzip the the patcher and then run the BTWPatcher.exe program.
    Now the Bluetooth services will start and you will bee able too configure your own settings for the Bluetooth services.
    If nothing of this work you could try the complete Bluetooth solution at Jon's gudie and install the IBM version of the same program. I havent test this solution and will not do soo.

    I have the MS-6968 device and i want to use driver 1.4.x or 3.0.x. I found the driver 1.4.2.10 but i cannot find any WIDCOMMSecurity code.
    So, can anyone give me a link for BTWPatcher.exe???
    It cannot be found here (Jon's Bluetooth ) anymore.
    Thanks

  • How to  get and download adobe illustrtor for iMac os x 10.7

    how to  get and download adobe illustrtor for iMac os x 10.7    

    www.adobe.com would be a good place to start. You can also visit Apple's Online Store to see if you can order from there. Google search for other vendors.

  • How to get and read a file from META-INF directory

    how to get and read a file from META-INF directory in a EJB project

    Use this.getClass().getResourceAsStream("/META-INF/filename");This should work. Probably, you would need to set the Manifest Class-Path attribute.

  • How to get and maintain Http persistent connection to get pushed data from

    At MangoSpring ,www.mangospring.com we are working on application which uses IMPS protocol where we always required to receive data pushed by server.
    To achive this we'll have to maintain one persistent Http connection on client side, so that we can be notified whenever some data is pushed by server.
    Reply With Quote

    our problem is :: " How to get and maintain Http persistent connection to get pushed data from Server "

  • How To Get and activate bluetooth..

    My  hp Product number:  E4R28EA#A2N
    Serial number: {Personal Information Removed}
    HP Pavilion 15-e040sx Notebook PC
    I want to send my files to mobile via bluetooth.. So I dont know where to get  and and activate bluetooth..
    Please help me to nstall and activate n my windows 8.1 notebok.

    Hi,
    Please use the followingtutorial:
       http://h30434.www3.hp.com/t5/Notebook-Hardware/How-do-I-activate-Bluetooth-in-Windows-8/td-p/2389425
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • [off-topic] How to {code} and {quote} tags?

    Hi Experts,
    In the old JIVE forum, we had two tags - { code } and { quote }   (without spaces)
    In this new forum, quote tags are there... but can anybody please tell me how to bring the { code } tags?
    Like the one used here - https://forums.oracle.com/message/11041702
    ( { code } tags - White vertical stripes )
    -- Ranit

    Yes, the others have the correct answer, but you can also get the quoting lines by playing with the pre syntax in the html editor.  You have to be careful to move the </pre> tags to the right place in the hierarchy, and there seems to be some pre- and post- processing going on that might mess it up anyways - when the system is slow and you go into the advanced editor, you can get a glimpse of some of that happening.  I think that is why they can't get it right, it's too helpful.  I gave up trying to figure it out, except when it won't work and I have to futz with it (sometimes when you quote, it all gets quoted and there's no way to add an unquoted line).
    Here I added a <pre class="jive_text_macro jive_macro_quote" jivemacro="quote"> and an associated </pre> on your "Thanks for responding" line:
    ranitB wrote:
    Hi Dude,
    Thanks for responding. Did you manage to check the link I posted previously? I used the { code } tags there.
    Just wanted to know how to get those "white vertical lines" around my code. They look neat, decent and still preserve the code formatting. (unlike the Syntax highlighting >>)
    I did some decoding in HTML mode, with <code> and <pre> tags and CSS "class=jive-pre" ... but no good.
    Are you getting my concern... Any pointers?
    -- Ranit

  • How to get and put data in HTTP header in Client Side

    One JSP's function is to display data records page by page. Client users could click "First page" or "Previous Page" or "Next Page" or "Last Page" button to let the JSP to show the corresponding page. So the JSP must remember the current page number. Due to there are a number of client users maybe access the JSP at the same time, keep the current page number in session, there will be a lot of session is created at the same time, this will impact system's performance. So using session to keep data method is not used. I plan to use request header and response header to pass the current page number. I know use the response.addHeader to put data in response header and also know use request.getHeader to get data in request header in server side, but I donot know how to put data in request header and how to get data in response header in client side. Could you please give me a help? If donot use these method, are there any other method? Thanks a lot.

    Why not pass it as a parameter with the URL?
    at the beginning of the page..
    <%
    int pageNumber = Integer.parseInt(request.getParameter("page"));
    %>
    then when defining your links
    <a href="thisPage.jsp?page=<%= (pageNumber-1)%>">Previous</a>
    <a href="thisPage.jsp?page=<%= (pageNumber+1)%>">Next</a>

  • Question marks replace apostrophes and quote marks incontextediting

    Every time a client (www.edpilolla.com) pushes "Done" in InContextEditing, all of the quotation and apostrophe marks are converted to question marks.
    EXAMPLE: "Please answer my question or I'll be stumped." Becomes: ?Please answer my question or I?ll be stumped.? 
    This only happens with one client (www.edpilolla.com). He is logging into incontextediting using a Mac running Mozilla Firefox 3.5.5. to edit web book: http://edpilolla.com/stories/geek_sex/geek-sex_ch01.html
    What do I need to do so that this client can edit pages with incontextediting without quotation marks and apostrophes becoming question marks after he pushes "Done"?

    In your HTML...
    Change this line:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    to this:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    that should fix the issue. Good luck & let me know how it works out for you.
    -Tommy

  • How to get and install an older ISO on iphone 4s

    I have an old iphone 4S I have kept only for my grandson to play games on.  He likes Lasertag.  the game worked fine until I updated to ISO7.  I have reloaded Lasertag twice and it still will now work.  I would like to reinstall ISO6 on this phone.  I do not know how to get it nor how to reinstall it.
    Please help.  Jerry ****
    <Edited by Host>

    Apple does not support downgrading the iOS. I suggest you start a new question that gives a good title to a specific problem. Then in the body of the thread describe the problem in detail, tell us what steps you have tried so far to correct the problem, what happened, and what error messages you received.

  • How to get and use mouse information?

    I want to write a simple program for getting mouse location, and if the location of the mouse is within an area, then a red dot show on the screen.
    Could anyone please teach me how to get mouse location?
    Thanks

    http://java.sun.com/docs/books/tutorial/uiswing/events/mouselistener.html
    http://java.sun.com/docs/books/tutorial/uiswing/events/mousemotionlistener.html
    http://java.sun.com/docs/books/tutorial/uiswing/events/mousewheellistener.html
    Doh! Too slow!
    Message was edited by:
    DrLaszloJamf

  • How to get and watch movies?

    Hi,
    I don't know how to get movies or watch movies via iPad 2 or is it even possible?

    If the Vantaa that you are in is in Finland then you can only get 'short films' from the Apple iTunes store in your country (according to this page http://support.apple.com/kb/TS3599). And as the terms of use of the stores state that you cannot use another country's store, then unfortunately you won't be able to get full movies from Apple - whether the reason that they are not available in Finland is due to your country's laws and/or licensing issues I don't know.
    There might be other download sites where you can purchase films that are compatible with the iPad, but as I don't use any I can't name any.

  • How to get and set custom tag attributes

    How do i get and set custom tag attributes from a jsp page?

    Not sure if this is what your looking for, but....
    example...
    < taglibprefix:testtag attribute1="x" attribute2="y">
    ...of course, the attributes have to be defined in your taglib (.tld) file

  • How to get rid of marks on page?

    Hi new here, first post as a happy new MBP owner since a week or so..
    Anyway: putting my web page on the server and getting strange signs, obviously the upper and lover album marks, how do I get rid of them?
    see the page here: http://zaeske.fi/zaeske.fi/FUTEST.html
    Thx Wepe

    See if the second part of this article will solve the problem :
    [PHP Parse error & strange characters|http://iweb.dailynews.webege.com/PHPparseerror.html]
    You may have to contact your webhoster.

Maybe you are looking for

  • Is LED display video cord too short to use with Mac Pro?

    I've seen the new 24-in cinema display used with a macbook and noted how short the cord is. Now I'm thinking of getting the new Mac Pro with that same display but won't the cord be too short for me to set the tower near the floor on the side of my de

  • How can i do to make the iPod play the next album when the albums that it's playing finish?

    How can i do to make the ipod play the next album when the album that is playing finish? because when tha album that i'm listening to is over ihave to select another, and i want to listen all the albums continuously Thanks

  • Error when creating a configuration

    Hi I am trying to follow the tutorial on WDA V - component and application configuration, but stuck at the point when I have to create application configuration and corresponding component configuration. I received this error at the portal: The follo

  • TS4002 I cannot create an email alias

    Okay.... I've been an Apple Mail user for a while since the .Mac days. I now have iCloud. I've been grandfathered in to ll the new email addresses, so I have an @mac and @me.... but I WANT an @iCloud address. I thought IOS6 would bring this joy to my

  • Podpress and iTunes

    I attempted to change my feed title and now my feed url no longer points to my rss feed page.  Will this affect my iTunes podcast?  Also none of my description or title changes have updated.  What did I do wrong?