PHP - Sinhala & Tamil

SaNDun

Well-known member
  • May 4, 2006
    12,677
    811
    113
    In La Srinka
    Thanks!!!



    Ethakota nikanma sinhala/tamil XP thiyena machine ekaka fonts weda karanawada??:confused:

    Anyway thx I'll try it out.
    oya unicode walin sinhala tamil danawa nam thamai utf-8 charset eka widiyata set karanna onea.. nathnam wena wena sinhala fonts walin type karanawa nam CSS file eka edit karala adaala isthana wala font-family ekata e font name eka denna ona.
     
    • Like
    Reactions: Lalakajee

    Lalakajee

    Well-known member
  • Jun 20, 2007
    3,061
    296
    83
    In my own heart
    oya unicode walin sinhala tamil danawa nam thamai utf-8 charset eka widiyata set karanna onea.. nathnam wena wena sinhala fonts walin type karanawa nam CSS file eka edit karala adaala isthana wala font-family ekata e font name eka denna ona.

    Elakiri:D:D ethakota goda ne?;):rolleyes:
     

    Cybele

    Member
    Feb 5, 2011
    77
    8
    0
    adding utf-8 meta tag is not enough

    u must first enable Unicode support ,first of all do this
    go to the php.ini and type this

    unicode.semantics = On

    then save and restart the Apache System.
    then back to the php script and add the php

    <?php header ('Content-Type:text/html; charset=UTF-8'); ?>

    or meta tag
    <meta http-equiv="Content-Type" Content="text/html;charset=utf-8" />

    then if u use the forms then use this too
    <form accept-charset="utf-8">


    now file->save as->save in utf-8 encoding and all files.!
     
    • Like
    Reactions: SaNDun

    SaNDun

    Well-known member
  • May 4, 2006
    12,677
    811
    113
    In La Srinka
    adding utf-8 meta tag is not enough

    u must first enable Unicode support ,first of all do this
    go to the php.ini and type this

    unicode.semantics = On

    then save and restart the Apache System.
    then back to the php script and add the php

    <?php header ('Content-Type:text/html; charset=UTF-8'); ?>

    or meta tag
    <meta http-equiv="Content-Type" Content="text/html;charset=utf-8" />

    then if u use the forms then use this too
    <form accept-charset="utf-8">


    now file->save as->save in utf-8 encoding and all files.!
    Thanks for the info :)
     

    ms48mail

    Well-known member
  • Jan 11, 2010
    11,647
    964
    113
    කැළණි මිටියාවතේ
    adding utf-8 meta tag is not enough

    u must first enable Unicode support ,first of all do this
    go to the php.ini and type this

    unicode.semantics = On

    then save and restart the Apache System.
    then back to the php script and add the php

    <?php header ('Content-Type:text/html; charset=UTF-8'); ?>

    or meta tag
    <meta http-equiv="Content-Type" Content="text/html;charset=utf-8" />

    then if u use the forms then use this too
    <form accept-charset="utf-8">


    now file->save as->save in utf-8 encoding and all files.!
    php,ini file eka edit karana kota mathaka athuwa copy ekak thiyaaganin :D
     
    • Like
    Reactions: Lalakajee

    Lalakajee

    Well-known member
  • Jun 20, 2007
    3,061
    296
    83
    In my own heart
    adding utf-8 meta tag is not enough

    u must first enable Unicode support ,first of all do this
    go to the php.ini and type this

    unicode.semantics = On

    then save and restart the Apache System.
    then back to the php script and add the php

    <?php header ('Content-Type:text/html; charset=UTF-8'); ?>

    or meta tag
    <meta http-equiv="Content-Type" Content="text/html;charset=utf-8" />

    then if u use the forms then use this too
    <form accept-charset="utf-8">


    now file->save as->save in utf-8 encoding and all files.!

    Umma!!!!!!!!!