Welcome Guest, Not a member yet? Register   Sign In
problem in language localization with codeigniter
#1

[eluser]RaviDalal[/eluser]
hello there,

i am using codeigniter 2.1.0 and has applied parser to parse localized data.

I am defining language files in language folder(both english and gujarati files). but when i commit my work to subversion repository, the gujarati language file goes in very different format(format like encrypted file) .

So updated gujarati language file comes with this encrypted like format. What do i do to solve this problem

The sample code looks like :

Code:
$lang['edit'] = "ફેરફાર કરો";
$lang['view'] = "માહિતી દર�શાવો";
$lang['delete'] = "કાઢી નાખો";
$lang['reload'] = "રીલોડ કરો";
$lang['edit_contact'] = "કોન�ટેક�ટ ફેરફાર";


moreover if i send gujarati content's file to some other PC, it also gives same as above result.

wants help as soon as possible...

thnx in advance





Theme © iAndrew 2016 - Forum software by © MyBB