Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a php equivalent to windows's mbtowcs_s/wcstombs_s?


I am writing this c++ desktop app that will write to cloud sql. Also, data saved by it into cloud sql will be accessed via php hosted on appengine. Unfortuately php on appengine does not allow executing compiled c/c++ code.So, please is there any php function that can convert data converted from wide char string to multi byte string in windows back to wide char string in php.

By the way what char set usable in php is equivalent to windows wchar i.e TCHAR when unicode is defined.
Posted
Updated 13-Jul-15 15:07pm
v2
Comments
Mohibur Rashid 13-Jul-15 19:34pm    
Try iconv, php function

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900