Results 1 to 4 of 4

Thread: How to show CP1250 characters in SugarCRM

  1. #1
    rpme is offline Junior Member
    Join Date
    Dec 2006
    Posts
    3

    Default How to show CP1250 characters in SugarCRM

    I am runnig under Windows XP SP2 with
    Microsoft Sql Server 2005sp1 (CP1250, COLLATE Slovenian_CI_AS)
    php-5.1.4
    IIS 5.1 on XP
    Sugar4.5g for microsoft sql server

    The sugarcrm replaces my CP1250 special characters with �.
    It should show: 'Jože Deželak Slavček Urška' but it shows: 'Jo�e De�elak Slav�ek Ur�ka' !!!

    I tried all possible combinations of character sets with sugarcrm (UTF, ISO8859-1/2)

    Please point me to proper setting for sugar to correctly handle special characters.

    Thank you

  2. #2
    rpme is offline Junior Member
    Join Date
    Dec 2006
    Posts
    3

    Default Re: How to show CP1250 characters in SugarCRM

    C'mon. Anybody?

  3. #3
    Inman is offline Junior Member
    Join Date
    Nov 2006
    Posts
    4

    Default Re: How to show CP1250 characters in SugarCRM

    Try next;

    in file /sugarcrm/include/utils.php

    function insert_charset_header() {
    header('Content-Type: text/html; charset=UTF-8');
    }

    replace charset=UTF-8 on charset=windows-1250

  4. #4
    rpme is offline Junior Member
    Join Date
    Dec 2006
    Posts
    3

    Thumbs up Re: How to show CP1250 characters in SugarCRM

    You are a man, Inman.
    It works perfectly!
    Thanks a lot

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Enable Logging
    By vidtechsteve in forum Help
    Replies: 12
    Last Post: 2009-11-09, 02:54 PM
  2. Replies: 11
    Last Post: 2006-10-26, 01:13 PM
  3. Replies: 61
    Last Post: 2006-10-22, 08:40 AM
  4. Merge Contacts show sql error
    By hheckner in forum General Discussion
    Replies: 5
    Last Post: 2006-10-04, 01:57 PM
  5. Replies: 16
    Last Post: 2006-07-29, 07:28 PM

Bookmarks

Posting Permissions

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