Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • byjup Friend
    #129696

    I am trying to create a website with a language other than English.
    When creating an article, I am able to change the language on the article body.
    But I am not able to change the language of the title.

    So when I publish, I get a title, which is garbage and article in the international language.

    Can somebody help. Thanks.

    Philip

    VisiGod Friend
    #253594

    Are you using Joomla! 1.0?

    byjup Friend
    #253652

    Using Joomla 1.5

    VisiGod Friend
    #253656

    I think your database does not support UTF-8
    Could you open it via phpMyAdmin, go to operations and see if the charset is utf_general_ci

    byjup Friend
    #253678

    These are the setting of charecter set for mysql db

    character_set_client latin1
    character_set_connection latin1
    character_set_database latin1
    character_set_filesystem binary
    character_set_results latin1
    character_set_server latin1
    character_set_system utf8
    character_sets_dir /usr/share/mysql/charsets/

    byjup Friend
    #253679

    I have not installed any language package, because there is no laguage package yet for our language.
    But the article body looks fine. The only problem is with the title of article.

    VisiGod Friend
    #253686

    These MUST be all in utf_general_ci.

    Language packs does not have impact on that. After changing the charset, you need to re-enter the titles manually.

    byjup Friend
    #253725

    How do u chage the charecter set for the tables and which tables.
    Thanks for your help.

    bennitos Friend
    #253726

    What language you want to convert it to?

    byjup Friend
    #253736

    I want to convert it to malayalam.
    here is the site http://71.228.66.219/joomla/

    The table and coloums are utf_general_ci.

    Output from SQL command SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE column_name = ‘title’; ..

    TABLE_CATALOG TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION COLUMN_DEFAULT IS_NULLABLE DATA_TYPE CHARACTER_MAXIMUM_LENGTH CHARACTER_OCTET_LENGTH NUMERIC_PRECISION NUMERIC_SCALE CHARACTER_SET_NAME COLLATION_NAME COLUMN_TYPE COLUMN_KEY EXTRA PRIVILEGES COLUMN_COMMENT

    goodnews jos_categories title 3
    NO varchar 255 765

    utf8 utf8_general_ci varchar(255)

    select,insert,update,references

    goodnews jos_content title 2
    NO varchar 255 765

    utf8 utf8_general_ci varchar(255)

    select,insert,update,references

    goodnews jos_menu_types title 3
    NO varchar 255 765

    utf8 utf8_general_ci varchar(255)

    select,insert,update,references

    goodnews jos_modules title 2
    NO text 65535 65535

    utf8 utf8_general_ci text

    select,insert,update,references

    goodnews jos_polls title 2
    NO varchar 255 765

    utf8 utf8_general_ci varchar(255)

    select,insert,update,references

    goodnews jos_sections title 2
    NO varchar 255 765

    utf8 utf8_general_ci varchar(255)

    select,insert,update,references

    goodnews jos_weblinks title 4
    NO varchar 250 750

    utf8 utf8_general_ci varchar(250)

    byjup Friend
    #253790

    Solved the problem.
    I changed the font-family variable in /joomla1.5/templates/ja_teline_ii/css/template.css to ML-TTRevathi

    Now I see everything in ML-TTRevathi. Thank you all for your efforts.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  byjup 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum