Results 1 to 8 of 8

Thread: Orca and Euorpean charset

  1. #1

    Join Date
    Apr 2007
    Posts
    16

    Default Orca and Euorpean charset

    hmm i just cant get orca to work with the special ISO-8859-1 charset
    is there anything to do with that ?

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Do a view html source in your browser - see what the:
    Code:
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    is set to.

    Thats where I would start to trouble shoot that.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3

    Join Date
    Apr 2007
    Posts
    16

    Default hmm

    I didt change that but it gives me crapy chars when inserting in the sql.

    dont get it

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You perhaps want, for mySQL

    Code:
    MySQL charset:  UTF-8 Unicode (utf8)
    
    MySQL connection collation: utf8_unicode_ci
    (or uft8-unicode_binary)
    
    MySQL database collation: utf8_unicode_ci
    (or uft8-unicode_binary)
    To support your language, as utf8 will support multiple language character sets in the database.
    Last edited by Smoge; 05-15-2007 at 05:41 PM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5

    Join Date
    Apr 2007
    Posts
    16

    Default

    Well can i apply that on the existing forum sql or ?

    becose the users can post with special chars and register with special chars its just the orca one that doesnt work for me

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I don't really work much with Orca - maybe will HAVE TOO someday I guess... but yes - you can (after a backup) try changing the collation for some of the Orca tables - maybe they should be utf8_unicode_ci

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  7. #7
    Fjodor
    Guest

    Default

    Orca seems to do htmlspecialchars on the entered text, which is a Bad Thing(tm), since Orca tries to do XML (Good Thing(tm)) in which most html-escaped characters are invalid entities. I have made some improvements that I'll be happy to share, but I think my first order of business is to get them to do it right at boonex in the first place (working on it).

    /F

  8. #8

    Join Date
    Oct 2007
    Posts
    12

    Default

    Quote Originally Posted by Fjodor View Post
    Orca seems to do htmlspecialchars on the entered text, which is a Bad Thing(tm), since Orca tries to do XML (Good Thing(tm)) in which most html-escaped characters are invalid entities. I have made some improvements that I'll be happy to share, but I think my first order of business is to get them to do it right at boonex in the first place (working on it).

    /F
    I would be most grateful if you shared your fix for this, since Boonex doesn't seem to have bothered yet.

    (Using standard install of Dolphin 6.02+Orca (which is the problem)).

    TIA,

    -v

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need help to find charset=UTF-8
    By rodjoi in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 01-19-2008, 09:12 AM
  2. ORCA and RAY
    By sarah77 in forum Dolphin General Discussion v6.00 and above
    Replies: 4
    Last Post: 10-24-2007, 02:54 PM
  3. 6.0.0002 - Orca errors, but not using Orca
    By redspan in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 10-14-2007, 04:22 AM
  4. How to change the charset of the title of the site ?
    By sanne in forum Language Files / Language Database
    Replies: 3
    Last Post: 08-30-2007, 10:06 AM
  5. Problem with encoding Russian Charset....
    By blaze2u in forum FAQ & HOWTO
    Replies: 2
    Last Post: 05-04-2006, 12:29 AM

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
  •