forceutf8
forceutf8 copied to clipboard
no support for source encoding UTF16 (LE/BE)
Hello, It does not work with UTF16 source encoding. How to solve this ? (very hard task) Thanks Best regards
@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!