Mickey Shine
Mickey Shine

Reputation: 12549

How to detect charset encoding with php icu extensions?

ICU has functions to detect charset encodings, here and PHP also has ICU extension, here but how to use php icu extension to do the charset detection? I can not find anything related to this part on php's doc

Upvotes: 0

Views: 295

Answers (1)

Steven R. Loomis
Steven R. Loomis

Reputation: 4350

It may be a new feature request for the PHP extension, or an opportunity to contribute it yourself.

Upvotes: 1

Related Questions