1

This is a little tricky - I have a db with tables encoded as utf-8, I also got 1 view with hebrew_ci encoding.

I need to select stuff from the view and insert it to one table, with a php script, how can I do it without massing up the Hebrew characters?

1 Answer 1

2

maybe you could use PHP Multi-Byte functions, especially mb_convert_encoding.

Note that hebrew_ci is a collation, not a charset. I guess that the hebrew charset you use is ISO-8859-8, according to this article, and the fact that hebrew_ci seems to be a MySQL collation rather than a MSSQL one (check this).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.