zendframework / zend-feed

Feed component from Zend Framework
BSD 3-Clause "New" or "Revised" License
166 stars 42 forks source link

Add translate content to utf-8 encoding feature #59

Closed rajjanorkar closed 6 years ago

rajjanorkar commented 7 years ago

Many feeds are not UTF-8 and so we have issues storing those into DB, before storing we need to translate it to UTF-8, this is not supported in zend-feed.

Can we add feature which will detect the content encoding and translate it to utf-8?

froschdesign commented 7 years ago

@rajjanorkar You have already asked this question: #46

rajjanorkar commented 7 years ago

@froschdesign sorry i completely forgotten about it.

froschdesign commented 6 years ago

Duplicate of #46