Welcome Guest, Not a member yet? Register   Sign In
Create folder in multilanguage
#1

[eluser]ravi_kachh[/eluser]
Hello all,

Actually am facing a new problem with php codeigniter.
I am working on a project in two language 1)English and 2)Greek.
I have requirement to create a folder whose name will be provided by user, for which i am using $this->ci->ftp->mkdir($dirPath , 0777);

This works fine with English but when I am trying to create a folder with greek name it is creating folder properly but the name of a folder is transfered to some wired character like:
Ενεργοποίησης
This should be "Ενεργοποίησης".

Can anyone help me to resolve this issue???

Thanks,
Ravi
#2

[eluser]WanWizard[/eluser]
It is transformed where? Is the directory created like that?
In that case, the connection to the FTP server is not using UTF8, or the underlying file system uses a diffferent encoding scheme.
#3

[eluser]ravi_kachh[/eluser]
Hi,

Thanks for your mail,

Transfered means the languag is converting to some unreadable characters.
And what could be the solution of the above issue?

Ravi




Theme © iAndrew 2016 - Forum software by © MyBB