Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: special characters in parsed json rendering badly in browser

by poj (Abbot)
on Sep 02, 2018 at 20:35 UTC ( [id://1221590]=note: print w/replies, xml ) Need Help??


in reply to Re^2: special characters in parsed json rendering badly in browser
in thread special characters in parsed json rendering badly in browser

Is the browser showing the contents of a file or the response from a web server ?

poj
  • Comment on Re^3: special characters in parsed json rendering badly in browser

Replies are listed 'Best First'.
Re^4: special characters in parsed json rendering badly in browser
by slugger415 (Monk) on Sep 02, 2018 at 23:27 UTC

    Contents of the file, I'm just opening it locally.

      Try adding a meta tag

      #!perl use strict; use Devel::Peek; my $str = "what \x{2018}film about film\x{2019} or \x{2018}film as film\x{2019} might mean"; Dump $str; open OUT,'>:utf8','test.html' or die "$!"; print OUT '<html> <head> <meta charset="utf-8"/> </head> <body><h1>'.$str.'</h1></body></html>';
      poj

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221590]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-25 05:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found