ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Problems with some central european characters content creating


  • 2006-01-20 17:53:18

    Problems with some central european characters content creating

    Hi, I have just installed ATutor 1.5.2 on Linux, PHP 4.1, with no problems.
    I left all default settings - especialy languages. I left only english.

    I tried to use visual editor to insert new pages. I wanted to use some central european characters in those pages. When I wrote them, there was no problem in displaying them, but when I clicked Save button, large part of my text disappeared. After few tries I realized, that disappeared whole text after few central european characters, but not all of them. I had problems with characters coded as š or ž but no problem with characters like ĕ etc.

    I also tried it in demo application on www.atutor.ca, there was no problem with those characters.

    I would really appreciate any hint, how to solve this problem.

    Thanks much.

    Martin

  • 2006-01-20 19:50:36

    Re: Problems with some central european characters (content creating)

    Upgrade PHP. The minimum requirement is 4.3

  • 2006-01-21 05:19:37

    Re: Problems with some central european characters (content creating)

    Sorry for wrong information, I have already instaled PHP version 4.3.10-16 from stable Debian release. The version of MySQL is 4.1.

    Martin

  • 2006-01-21 12:16:44

    Re: Problems with some central european characters (content creating)

    See the TinyMCE site ragarding enabling language packs for it:
    http://tinymce.moxiecode.com/

    The ATutor language pack for that language should also be installed, and enabled when you are creating content.
    http://atutor.ca/atutor/translate/index.php

  • 2006-01-21 14:36:21

    Re: Problems with some central european characters (content creating)

    It seems that problem is solved. There was no problem with language pack.

    In file include/lib/tinymce.inc.php, where are TinyMCE settings stored, should be configuration option:
    entity_encoding : "raw"
    or
    entity_encoding : "numeric"

    Setting entity_encoding : "named" which is also default, does not work and causes problem mentioned in first post.

    This solution does not depends on setting language of ATutor os TinyMCE.

    Martin