aliento Posted September 2, 2009 Share Posted September 2, 2009 I need to convert all characters from Greek to English taken from a string. I have no idea! Any help? I found the VB code which is : Chr(Asc(Mid(str, i + 1, 1)) - 127) Link to comment https://forums.phpfreaks.com/topic/172812-replace-chrs-with-chr-127-into-a-string/ Share on other sites More sharing options...
Pickle Posted September 2, 2009 Share Posted September 2, 2009 why would you do this? even if you managed to convert all characters individually from greek to english it wouldnt end up making any sense. :-\ could you give me an example? i know both english and greek so might be of some help with regards to the language. Link to comment https://forums.phpfreaks.com/topic/172812-replace-chrs-with-chr-127-into-a-string/#findComment-910879 Share on other sites More sharing options...
aliento Posted September 2, 2009 Author Share Posted September 2, 2009 why would you do this? even if you managed to convert all characters individually from greek to english it wouldnt end up making any sense. :-\ could you give me an example? i know both english and greek so might be of some help with regards to the language. Alright i want to make Greek Greeglish i mean make Greek string to LAtin characters. (Sorry for the title of the thread i was more than confused) Link to comment https://forums.phpfreaks.com/topic/172812-replace-chrs-with-chr-127-into-a-string/#findComment-910901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.