Coder Social home page Coder Social logo

Comments (6)

threedaymonk avatar threedaymonk commented on July 17, 2024

I need more information than this. Can you write some code to reproduce the problem?

from htmlentities.

MariusDanner avatar MariusDanner commented on July 17, 2024
coder = HTMLEntities.new
coder.decode(coder.encode("µ"))
=> "Ã\u0082µ"

I tried this with
coder = HTMLEntities.new(:expanded)
and with several decoding options

from htmlentities.

threedaymonk avatar threedaymonk commented on July 17, 2024

I can't reproduce your result. Tell me more about your environment: operating system, version of Ruby, shell encoding, etc.

from htmlentities.

MariusDanner avatar MariusDanner commented on July 17, 2024

Ruby:
ruby 2.1.1p76 (2014-02-24 revision 45161) [i686-linux]
Rails:
Rails 3.2.22.5
OS:
vagrant@precise32:/vagrant$ cat /proc/version
Linux version 3.2.0-23-generic-pae (buildd@palmer) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu4) ) #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC
vagrant@precise32:/vagrant$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"

character encoding:
vagrant@precise32:/vagrant$ locale charmap
+ISO-8859-1

Lang:
en_US

from htmlentities.

threedaymonk avatar threedaymonk commented on July 17, 2024

Ah. You'll need to be in UTF-8 encoding, not ISO-8859-1.

HTMLEntities works with UTF-8 (or ASCII) strings only.

from htmlentities.

MariusDanner avatar MariusDanner commented on July 17, 2024

Thank you very much.

from htmlentities.

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.