Results 1 to 5 of 5

character replace - polish [vB4.0.1 + vbseo 3.5 RC2]

This is a discussion on character replace - polish [vB4.0.1 + vbseo 3.5 RC2] within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I would like to replace polish character such as: Code: ąśęółńćźż to standard characters: Code: aseolnczz I'm using at ...

  1. #1
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2010
    Posts
    7
    Liked
    0 times

    character replace - polish [vB4.0.1 + vbseo 3.5 RC2]

    Hi,
    I would like to replace polish character such as:
    Code:
    ąśęółńćźż
    to standard characters:
    Code:
    aseolnczz
    I'm using at my forum ISO-8859-2 charset.

    I converted polish caracters up and lowercase to NCR:

    Code:
    'ą'=>'a'
    'Ą'=>'a'
    'ę'=>'e'
    'Ę'=>'e'
    'ó'=>'o'
    'Ó'=>'o'
    'ś'=>'s'
    'Ś'=>'s'
    'ł'=>'l'
    'Ł'=>'l'
    'ż'=>'z'
    'Ż'=>'z'
    'ź'=>'z'
    'Ź'=>'z'
    'ć'=>'c'
    'Ć'=>'c'
    'ń'=>'n'
    'Ń'=>'n'
    But this has no effect.
    Please help me... How can I change polish specia characters to standard letters?

    example:
    hxxp://xxxxxxxxxxx/filmy-pe-nometra-owe/ ( second and third '-' means deleted polish character)
    to
    hxxp://xxxxxxxxxxx/filmy-pelnometrazowe/

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    You first need to define vBSEO Control Panel encoding from vBSEO Cp > General Settings > Character Replacement Options

    Click on Advanced and define your vBSEO Cp encoding within Use custom character set in vBSEO CP

    After saving your settings , define the following replacements

    Code:
    'ą'=>'a'
    'Ą'=>'a'
    'ę'=>'e'
    'Ę'=>'e'
    'ó'=>'o'
    'Ó'=>'o'
    'ś'=>'s'
    'Ś'=>'s'
    'ł'=>'l'
    'Ł'=>'l'
    'ż'=>'z'
    'Ż'=>'z'
    'ź'=>'z'
    'Ź'=>'z'
    'ć'=>'c'
    'Ć'=>'c'
    'ń'=>'n'
    'Ń'=>'n'
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2010
    Posts
    7
    Liked
    0 times
    thanks! work great!!!

  4. #4
    Junior Member
    Real Name
    Hakki Alkan
    Join Date
    Jul 2008
    Posts
    2
    Liked
    0 times
    What can we do for
    ? It's normaly ' character...

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    You need to define a character replacement as highlighted in post character replace - polish [vB4.0.1 + vbseo 3.5 RC2]
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Acronym Expansion - bug with polish letters in key
    By NLP-er in forum Bug Reporting
    Replies: 4
    Last Post: 12-09-2008, 08:43 AM
  2. Character Replacements
    By Kaiser_Dealxa in forum General Discussion
    Replies: 2
    Last Post: 02-12-2008, 04:28 PM
  3. Referral link in the footer of forums to replace the vbseo.com link?
    By ChrisGuthrie.net in forum vBSEO Affiliate Program
    Replies: 2
    Last Post: 04-14-2007, 05:40 PM
  4. Polish charachters
    By Przemysław Rejf in forum Custom Rewrite Rules
    Replies: 5
    Last Post: 10-17-2006, 05:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •