Re: how to get cache file name in arabic language

2013-09-27 Thread Eric Haskins
That is going to be tied to the OS the files are on. Most Linux webservers 
won't support that charset. You will need to come up with another way

Eric

On Thursday, September 26, 2013 7:50:57 AM UTC-4, Mokdij wrote:
>
> I am developing a website in Arabic language, i need to use a slug in 
> Arabic characters but my problem is that the cache file name show 
> characters like Ù«, ØÃ, ì, ù, à in place of normal characters.
>
> example :
> post_من-نحن ==> the slug is: من-نحن
>
> post_٬مŠ-ومدØ٠ع-كمروي-ÙÙŠ-تØرÙات-ااØ
>
> so how to do to get a cache file name in arabic language ?
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to get cache file name in arabic language

2013-09-27 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Mokdij,

interesting problem. Is just the file name messed up or is it also the
cache content?
If it is "just" the file name then the challenge is to find something
which is connectetd to the real string but writeable in Ascii. How about
your own filenaming methos which replaces the arabic letters with the
Hexcode? Then it would even be reversable.

Anja


Am 26.09.2013 13:50, schrieb Mokdij:
> I am developing a website in Arabic language, i need to use a slug in 
> Arabic characters but my problem is that the cache file name show 
> characters like Ù«, ØÃ, ì, ù, à in place of normal characters.
> 
> example :
> post_من-نحن ==> the slug is: من-نحن
> 
> post_٬مŠ-ومدØ٠ع-كمروي-ÙÙŠ-تØرÙات-ااØ
> 
> so how to do to get a cache file name in arabic language ?
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlJF3MAACgkQbOdiIJzHNKGqowCcDDSR+cACG3bbssIqZMGmHwFn
ndYAniOjn11+Q//0+sni9+X5Ythivxhz
=0mCH
-END PGP SIGNATURE-

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


how to get cache file name in arabic language

2013-09-26 Thread Mokdij
I am developing a website in Arabic language, i need to use a slug in 
Arabic characters but my problem is that the cache file name show 
characters like Ù«, ØÃ, ì, ù, à in place of normal characters.

example :
post_من-نحن ==> the slug is: من-نحن

post_٬مŠ-ومدØ٠ع-كمروي-ÙÙŠ-تØرÙات-ااØ

so how to do to get a cache file name in arabic language ?

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.