question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cause unicode problem

See original GitHub issue

i use the vite2.6.13 and vite-plugin-vue2,1.9.0,the files parsed unicode problem,and cannot correctly display then output all the file just like this: �4�ŒÔV7„‰«î§î§•œõž@º�¿ÕaÑ9å´�y�K+��«†ÎÙ��¡ben÷.µÓƧ(&Žò�ªzU(�� Ñ�íP1gÛŽž� [rJ��Vð’��ƒk]/ó��r(ˆŸ!¢ÈJQì•ÿo#Áô�0ßUM5¾û™9�wU¬˜éØ*‰ 7”#!Z²�¹™�»I��^£Ô¤$¨yc�ëH¶6œ¤y7 Û�¢eæ�«êj�:÷ëåö¹obSH;W{O£Õ…�P;bAHGQb]€�0—µ k45�X…!Å_�ihTQ¥0�’Í�õ&�’Y�+\°�L°Ú ɾ-1ðþ/NGõ8’|ú±×zøEÙ2MÒ²Œfe��ßO~�¤¹Ó»Ç‹é&œgp� °’Ğg�´Æë�_;#9º�.Æìº÷4�­F�£w®(×qh<ãøƒ�/�¼©}°/îým˜m‡ruoëH �"ƒ;”¥ªŠ0V�==hïC€’‘êPc…é½L�­IÖôé1„®«RÛ#©�9�PÕ©�žc�ÊÀê-кj€ø‘dãqÕ+ÆÏÇ4 ‹ÔÂ�PŠÄ²§cvÄM¾È�æô3×4p$Zëœp&^,{†±VÖT24oW?e=œú¸^ïh{¡=‘Eë)�¯;ãDõÈê•yéö…Ø{ám*¶�Ø3–aq­ZÇ…���}«hš®¶ å‚Ù1Hi¶X:•í=³ÂgT�¥Þe‹�ÿ= c�“Þ�ÖÈ�¸®�Û»ÃbÉž…Ç�,Û,`��HøÛl‚xA3º�†�‡¤�Ÿ’|í7C:k�KŒñÈ&ˆ�t�Aë�÷�½+Z «CÅæ�ßëx,Y¶?â�e�¡ôš�òn ·±�IZá|µ,û8¼ò�! �7.D�Ge€BͫֆݪÓñt3�ÇĦû—��§=”�Q[.YÓtRÏÆuôïà�Àn�¯îa§²Ÿ

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:6
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
aleclarsoncommented, Apr 15, 2022

If you want this fixed, fork this repo and implement a minimal reproduction in its ./demo folder. Thank you

1reaction
gacalleacommented, May 10, 2022

fwiw, same here. repo: github.com/gacallea/anerandros.info/

    "vite": "^2.9.7",
    "vite-plugin-compress": "^2.1.1"
import { defineConfig } from 'vite'
import compress from 'vite-plugin-compress'

export default defineConfig({
  plugins: [compress()],
})
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve unicode encoding issues
In ths new article, our expert will explain you how to solve unicode encoding issues. If you have any question, don't hesite to...
Read more >
Solving Unicode Problems in Python 2.7
The first step toward solving your Unicode problem is to stop thinking ... The problem with type< 'str'>, and the main reason why...
Read more >
14. Unicode issues
Some important characters have also “alternatives” in Unicode: ... The problem is that addslashes() process byte strings, whereas the result is used by ......
Read more >
Unicode keyword cause problem when printing to console ...
I'd like to report an issue, when using non-English search word, ... Unicode keyword cause problem when printing to console on Windows #89....
Read more >
Overcoming frustration: Correctly using unicode in python2
Sometimes you do everything right in your code but other people's code fails you. With unicode issues this happens more often than we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found