forceutf8 icon indicating copy to clipboard operation
forceutf8 copied to clipboard

no support for source encoding UTF16 (LE/BE)

Open FredoVelcro-zz opened this issue 6 years ago • 1 comments

Hello, It does not work with UTF16 source encoding. How to solve this ? (very hard task) Thanks Best regards

FredoVelcro-zz avatar Jan 31 '19 09:01 FredoVelcro-zz

@FredoVelcro you can use UTF8::encode(), it will use UTF8::str_detect_encoding() in the background to detect UTF-16 and UTF-32.

I hope this will help you && happy coding!

voku avatar Jun 17 '19 23:06 voku