• Change Smart Quotes in French ver (Word 2000 SR1)

    Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » Change Smart Quotes in French ver (Word 2000 SR1)

    Author
    Topic
    #380407

    (Edited by jscher2000 on 06-Dec-02 14:16. Changed subject line to attract more interest.)

    We have an office in France with the language pack installed and using the French keyboard. When user type in smart guotes they come out <> . Is there anyway to change the mappings so that the quotes comes out curly like the American version?

    Viewing 2 reply threads
    Author
    Replies
    • #636986

      The type of quotes depend on the language. Is the text in French (Tools > Language)? Then I don’t know a solution (Word insists that the French guillemets are the “correct” ones).

      If the text is in English, you should theoretically get English quotes right now.

      The default language that is used for new documents depends (unfortunately) on the keyboard language set in Windows, and not on any language definition you may have in your (Normal) style(s).

      You may still use a French keyboard, but define “English (US)” as the standard language.
      Both can be set independently in the Windows Control Panel. First choose the language, then set the keyboard layout in “Properties”.

      The procedure may depend on your OS.

      cheers Klaus

    • #636994

      You also can do an after-the-fact find and replace. This macro will look for the

      • #637050

        Hi Jefferson,

        Don’t know why, but the closing quotes don’t get replaced when I try it (Word2000).

        It works when I move setting the defaults outside, as the macro recorder does:

        'set defaults
        Selection.Find.ClearFormatting
        Selection.Find.Replacement.ClearFormatting
        With Selection.Find
            ' ...

        You may want to remove the protected spaces in front of ! ? ; : with a wildcard search:

        Selection.Find.ClearFormatting
        Selection.Find.Replacement.ClearFormatting
        With Selection.Find
          .Text = "^s([!?;:])"
          .Replacement.Text = "1"
          .Forward = True
          .Wrap = wdFindContinue
          .Format = False
          .MatchCase = False
          .MatchWholeWord = False
          .MatchAllWordForms = False
          .MatchSoundsLike = False
          .MatchWildcards = True
          .Execute Replace:=wdReplaceAll
        End With

        Don’t know for sure if that’s all the French “AutoFormat smart quotes” does… let’s hope so!

        cheers Klaus

        • #637053

          Mine didn’t work before I collapsed the selection, but I thought that had fixed it. Hmmm… Maybe the macro recorder knows more than we give it credit for?

          • #637145

            Looks like a bug shrug
            But then, the people who wrote the macro recorder would now more about the bugs than you and me…

            cheers Klaus

    • #637383

      The laguage is French with French keyboard. It apperas that I will need a macro to do a find and replace. Thanks all.

    Viewing 2 reply threads
    Reply To: Change Smart Quotes in French ver (Word 2000 SR1)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: