How to extract japanese strings

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ShailShin
Forum Newbie
Posts: 1
Joined: Thu Sep 18, 2014 10:16 am

How to extract japanese strings

Post by ShailShin »

Hi All,

I am trying to extract the japanese string from the .cs file. is there any way to do this in php?
can you please suggest any reference or sample code for this to achieve?

Thanks,
ShailShin
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to extract japanese strings

Post by requinix »

You'd do it roughly the same way you'd extract anything from "the file". Which is nearly impossible to say without, say, being able to see the file, or knowing what exactly you want to extract, or how you'll be applying this process to (presumably) additional files.
Post Reply