Charset problem
See original GitHub issueI’m having problems with charset, naturally the codes in .aspx need (and I don’t know ecxacly why) the ISO-8859-1. Prints someting like this: *capacita��o de *
browserSync: {
geral: {
bsFiles: {
src: [
'**/*.html',
'**/*.css',
'**/*.min.js',
'**/*.aspx',
'**/*.master',
'**/*.ashx'
]
},
options: {
watchTask: true,
startPath: "/default.aspx",
proxy: config.host + ':' + config.port,
notify: false,
open: false
}
}
},
With aspx, ours programmers insert the content of news, in web.config I found this. http://prntscr.com/7eitat
But if i change the value of charset here, nothing more works.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:5
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Solving character encoding problems - jAlbum Wiki
Problem. Computers store text as a sequence of numbers where each character has a unique number according to an agreed upon "character encoding...
Read more >The character set problem - Hostpoint Support Center
This error is the easiest to correct. The data is stored and output with a consistently defined charset, but the charset being used...
Read more >How to fix character encoding issue in html? - Stack Overflow
1 Answer 1 · On Notepad++ select Encoding -> ISO-8859-15 and save the file. · Use <meta http-equiv="Content-Type" content="text/html; charset=ISO- ...
Read more >Charset (character encoding) problem: text is displayed ...
Non-Latin characters in commit messages or file contents are displayed as squares or unknown characters.
Read more >Fix Character Encoding on Your Website - Larry Kagan
A step-by-step guide to troubleshooting and repairing character encoding problems in your website.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed version. Tested node v17.9.0.
Based on @kokarn’s and @youngzhaosignifyd’s examples and with the help of iconv-lite, plus using proxyRes option I am successfully using this script: