Results 1 to 3 of 3

Thread: Bug: Dashboard charts do not support international chars

  1. #1
    developer16 is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    34

    Default Bug: Dashboard charts do not support international chars

    Dashboard charts generate invalid temporary xml files in cache/xml for utf8 (Eastern European) chars used in sales stages translations. This files are used for flash graph generation.

    For example MyPipelineBySalesStageDashlet.php uses save_xml_file function to create xml file.

    Result file is missing XML header required by the XML specification
    <?xml version="1.0" encoding="utf-8" ?>

    Eastern European chars are not correctly encoded.
    Red Eastern European utf8 2bytes chars are encoded as 2 chars.
    <dataRow title="Nutná analýza" endLabel="">

    Sugar Version 4.5.0f (Build 1202)
    Config.php settings: 'default_charset' => 'UTF-8', 'default_export_charset' => 'UTF-8',

    Is there any better site then forums where I can report bugs ?

  2. #2
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Bug: Dashboard charts do not support international chars

    Hi
    Is there any better site then forums where I can report bugs ?
    You may add it to the bug tracker.

    http://www.sugarcrm.com/crm/index.ph...ugarbugs&tmpl=
    Cheers Pascal
    Simplicity GmbH

  3. #3
    developer16 is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    34

    Smile Link to Bug Tracker

    Thanks for link to the bug tracker, could not find any link on the sugar site. Blind person.

Thread Information

Users Browsing this Thread

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

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
  •