Oh it display my example of what I wanted returned as the actual Japanese, but yeah... whatever you call the version of a character with & something ; for each character is what I'm looking for.
I have some names such as フシギダネ in a database that I am trying to echo, but in order to display the names properly, I need them like this: フシギダネ
Is there a way to take a PHP variable with a string of "フシギダネ" and return "フシギダネ" for all Japanese characters?
I have some names such as フシギダネ in a database that I am trying to echo, but in order to display the names properly, I need them like this: フシギダネ
Is there a way to take a PHP variable with a string of "フシギダネ" and return "フシギダネ" for all Japanese characters?