GithubHelp home page GithubHelp logo

Comments (3)

byjg avatar byjg commented on August 19, 2024

Hi Tim,

I tried run your code from "dev-master" and added some parameters:

echo ForceUTF8::fixUTF8('hello žš', ForceUTF8::ICONV_TRANSLIT); //outputs hello žš
echo ForceUTF8::fixUTF8('привет', ForceUTF8::ICONV_TRANSLIT); //outputs ?????? 

And I got running the first line. I tried to load with the other options: WITHOUT_ICONV and ICONV_IGNORE but there is no success.

I hope this help you.

from forceutf8.

neitanod avatar neitanod commented on August 19, 2024

Sadly, fixUTF8 won't work for characters that are not in the Latin1 (ISO 8859-1) set.
fixUTF8() is a hacky function that helps you if somebody gives you a garbled string that was utf8_encode()'d twice or more times. You can recognize those because they are full of à and  characters.

utf8_encode() was designed to work on ISO 8859-1 strings, and never gives you russian characters.

Are you sure that it's not Encoding::toUTF8() the function you are looking for?

from forceutf8.

neitanod avatar neitanod commented on August 19, 2024

Also, I pointed out several times that fixUTF8() was slow and not intended for production environments. It's usually useful in batch processes where you need to manually fix your data set before continue working with it.

from forceutf8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.