Kattawath kiyanna puluwanda PHP ekka sinhala Tamil languages integrate karana heti!!!







Big Help!







php gananam danne machan,kawruhari help karay ,bump
page eke charset encoding eka UTF-8 danna

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.Thanks!!!
Ethakota nikanma sinhala/tamil XP thiyena machine ekaka fonts weda karanawada??
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.

ethakota goda ne?

Thanks for the infoadding 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 thiyaaganinadding 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.!

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.!